Member since
10-09-2015
31
Posts
39
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2965 | 09-07-2016 04:10 AM | |
7232 | 08-17-2016 10:30 AM |
02-10-2017
05:45 AM
if any of the solutions resolved your issue , could you please accept that answer
... View more
02-02-2017
09:57 AM
you will need an indexing backend store . Either you can use elastic search /solr . If you are using the HDP2.5 and if you have ambari infra installed on the cluster , you should have solr available. You will be able to use the same and configure atlas and ranger atlas.graph.index.search.solr.mode : <zk_host1>:2181/infra-solr,<zk_host2>:2181/infra-solr
if you would like to get a out of box solr installation - try https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_security/content/installing_external_solr.html#solr_installation
... View more
02-02-2017
07:16 AM
2 Kudos
looks like atlas is unable to connect to solr . can you check if you can access solr ?
... View more
11-17-2016
03:15 PM
1 Kudo
it looks like the backend is pointing to BerklyDB. would be possible to share the entries in atlas-application.properties for the backend used?
... View more
10-06-2016
03:57 PM
Usersync can be configured to sync at regular intervals for LDAP. By default the value is SYNC_INTERVAL : 5 ## synchronizing users every 5 minutes seems to be a good value More details on the properties can be found here
... View more
10-06-2016
01:28 PM
2 Kudos
@Houssam Manik User/Group Sync is a utility provided to enable synchronization of users and groups from OS/LDAP/AD. Once the user information is available on ranger, the same can be used to create policies.
... View more
09-19-2016
06:14 AM
@Ethan Hsieh 1.You will now be able to find the sqoop hook with http://hortonworks.com/tech-preview-hdp-2-5/ 2.I could provide you with the full version but that may not be a clean fix.Please build sqoop from latest branch on apache here which would have all the changes. 3. Could you please post this as a different question as this is related to sqoop client
... View more
09-07-2016
04:10 AM
4 Kudos
@Sumit Chakraborty
When using postman you may have to add the below header for POST requests. GET requests work without this header. X-XSRF-HEADER:valid
... View more
08-26-2016
10:37 AM
2 Kudos
@Ethan Hsieh Just as @Ayub Pathan's explanation you will be able to assign users with permissions if you add the user into policy-store.txt adminPolicy;;admin:rwud,zte:rwud;;ROLE_ADMIN:rwud;;type:*,entity:*,operation:*,taxonomy:*,term:* or you should be able add user with different roles into users-credentials.properties by adding entries like below zte=ROLE_ADMIN::8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92
testuser=DATA_SCIENTIST::8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92
... View more
08-23-2016
04:27 PM
@Ethan Hsieh I have sent you the jar file. Also you will be able to build this jar file by cloning the sqoop git repo - https://github.com/apache/sqoop.git Details of how to compile is provided under - https://github.com/apache/sqoop/blob/trunk/COMPILING.txt
... View more