Member since
10-19-2016
34
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2689 | 04-03-2017 12:12 PM |
10-22-2017
09:07 AM
Thanks man, thats indeed a complex application. My problem is Kafka is working, the topics are created, rangertagsync does not show any errors and still the tagsync between ranger and atlas is not working, meaning i dont see any Tags. Do you know how how can i troubleshoot ranger Tagsync precisely? Do you know which stations(components, ports, etc.) a Tag is taking frm ranger to Atlas and vice versa? I do havr the 2.5.3 with Atlas 0.7.0 Anything would help! Thank you, Regards, Normen
... View more
04-03-2017
01:33 PM
Then i have no clue how to make this whole thread "Answered or Accepted". The only thing i got here is a wee gear in the right upper corner and there is just "report". Your answer i can only "share" or "Reward user", not accept or answered. Can you point me to the Field, Link or whatever i need to click? Thanks, Normen
... View more
04-03-2017
12:12 PM
Jay, works like a charm. Thanks very much!
... View more
04-03-2017
08:19 AM
Hello Guys, For automatization processes, i want to remove/delete an existing Ambari User using the Ambari API The Following command creates just the Error Message: 405 not allowed + curl -ik -admin:admin -H 'X-Requested-By: ambari' -X DELETE -d '{"Users/user_name":"user1"}' https://node0.mynet:8443/api/v1/users
HTTP/1.1 405 Method Not Allowed
Strict-Transport-Security: max-age=31536000
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
Set-Cookie: AMBARISESSIONID=390k4yb9us9z1f2elr2vq8kxg;Path=/;Secure;HttpOnly
Expires: Thu, 01 Jan 1970 00:00:00 GMT
User: admin
Allow: HEAD,POST,GET,OPTIONS
Content-Length: 0
Server: Jetty(8.1.19.v20160209)
How can i archive that? At some Point, while experimenting, i was asked for the password of the user i want to delete, but that sounds unclever. I am the Admin,i cannot be asked for the users Password. Especially in the use case, where the user left the project or company earlier. Any Ideas? best Regards, Normen
... View more
Labels:
- Labels:
-
Apache Ambari
03-09-2017
03:15 PM
I forgot...this looks clearly like an devops error and / or broken installation.
... View more
03-09-2017
03:14 PM
So, the following Process seem to solve this issue. - Remove / Delete Atlas again - Remove Ambari Infra again - Install Ambari Infra - Install Atlas go to: /usr/hdp/current/atlas-server/server/webapp - unpack atlas.war archive with: jar vxf atlas.war - Set Permissions for atlas: chown -R atlas ./* chgrp -R hadoop ./* Verify if /etc/atlas/conf/solr is also set to atlas:hadoop Start Atlas Server in Ambari
... View more
03-09-2017
11:11 AM
One Update: https://community.hortonworks.com/questions/39061/atlas-fails-to-start-on-ambari-22-and-hdp-242.html Entpacking the atlas.war file is part of the solution so it seams. So look like, the Atlas Installer is broken. I could start the Atlas Server but Now i got an 503 Error HTTP ERROR: 503 Problem accessing /. Reason: Service Unavailable Powered by Jetty://
... View more
03-09-2017
08:01 AM
Hello Vasilis, Yes, Infra clients, HBase, Kafka is all running well. The only thing which is not healthy is the Atlas UI Server.
... View more
03-08-2017
03:47 PM
Execution of 'source /etc/atlas/conf/atlas-env.sh ; /usr/hdp/current/atlas-server/bin/atlas_start.py' returned 255. Exception: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/usr/hdp/current/atlas-server/bin/atlas_start.py", line 149, in <module>
returncode = main()
File "/usr/hdp/current/atlas-server/bin/atlas_start.py", line 72, in main
mc.expandWebApp(atlas_home)
File "/usr/hdp/2.5.3.0-37/atlas/bin/atlas_config.py", line 143, in expandWebApp
jar(atlasWarPath)
File "/usr/hdp/2.5.3.0-37/atlas/bin/atlas_config.py", line 196, in jar
process = runProcess(commandline)
File "/usr/hdp/2.5.3.0-37/atlas/bin/atlas_config.py", line 232, in runProcess
p = subprocess.Popen(commandline, stdout=stdoutFile, stderr=stderrFile, shell=shell)
File "/usr/lib64/python2.6/subprocess.py", line 642, in __init__
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1238, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
... View more
03-08-2017
03:14 PM
My atlas node config looks like this: atlas.rest.address=http://node04.mynet:21000
atlas.server.address.id1=node04.mynet:21000
atlas.server.bind.address=node04.mynet
atlas.server.ha.enabled=false
atlas.server.http.port=21000
atlas.server.https.port=21443
atlas.server.ids=id1
atlas.solr.kerberos.enable=true
... View more