Member since
09-11-2015
269
Posts
281
Kudos Received
55
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3218 | 03-15-2017 07:12 AM | |
1818 | 03-14-2017 07:08 PM | |
2245 | 03-14-2017 03:36 PM | |
1839 | 02-28-2017 04:32 PM | |
1319 | 02-28-2017 10:02 AM |
03-24-2017
10:06 AM
1 Kudo
@Naseem Rafique
Exception in thread "main" java.lang.IllegalArgumentException: None of the passed URLs are active org.apache.atlas.AtlasServerEnsemble@40ef3420
This exception says that, the atlas url that is picked up from <ATLAS_HOME>/conf/atlas-application.properties is not active and it cant post the metadata to Atlas, Please check the config mentioned above and make sure it is pointing to Atlas instance which is up and running.
... View more
03-22-2017
03:16 PM
1 Kudo
Please use the below API to delete the service from Ambari-2.2.1.0. Below example shows how to delete KNOX service, similarly you can modify its values to reflect your need. curl -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://<AMBARi_SERVER_HOST>:8080/api/v1/clusters/<$CLUSTER_NAME>/services/KNOX
To add the service you can refer to this documentation.
... View more
03-22-2017
03:01 PM
1 Kudo
@saravanan gopalsamy Which version of ambari are you using?
... View more
03-22-2017
02:05 PM
1 Kudo
@saravanan gopalsamy For removing a service: https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-user-guide/content/removing_a_service.html For adding a service: https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-user-guide/content/adding_a_service.html
... View more
03-16-2017
09:51 AM
1 Kudo
@dbalasundaran Does this answer your question?
... View more
03-15-2017
07:35 AM
@subash sharma Glad that the issue is resolved. Please close the loop by accepting the answer.
... View more
03-15-2017
07:12 AM
1 Kudo
@subash sharma Do you see any debug logging in the application log while this POST commands are executed? could you please share the debug logs? Also, are you executing this POST command from the same machine as the atlas is running? This might also be happening due to network delay. I would recommend to do such bulk operations from the same machine as Atlas to avoid any network delays.
... View more
03-14-2017
07:08 PM
1 Kudo
@rakesh kumar Hive user impersonation should work irrespective of simple or kerberos hadoop cluster. Please refer to the documenation here.
... View more
03-14-2017
03:36 PM
2 Kudos
@George Cancro Currently, atlas does not track the sqoop export, it supports only sqoop import. Please refer to the below documentation. https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_command-line-installation/content/configuring-atlas-sqoop-hook.html
... View more
03-13-2017
08:42 PM
1 Kudo
As you have mentioned in your question, that you can see the blueprint name used from the HDC UI. You can check for the blueprint name in the above list command output or use name in the blueprint show command. Hope this helps.
... View more