Member since
09-16-2016
10
Posts
4
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1048 | 03-17-2017 01:10 PM |
09-26-2018
06:02 PM
@regis piccand / @kirk chou I was able to resolve similar issue(java.io.IOException: Cannot run program "bash": error=2, No such file or directory) for our customer. This happens because "/bin" and "/sbin" missing in your $PATH in container launch environment. $PATH variable gets derived from nodemanager's env and nodemanager get's the env from ambari-agent's /var/lib/ambari-agent/ambari-env.sh. To fix this, add "/bin" and "/sbin" in /var/lib/ambari-agent/ambari-env.sh, restart ambari-agent followed by nodemanager restart. Happy Hadooping!
... View more
03-17-2017
01:10 PM
My bad, the example pig script in the apache example assumed that quota is int - in my case, it's a long. changing the type fixed the issue.
... View more
09-22-2016
06:25 PM
I updated the docs to include the URL for those using earlier versions of Ambari: http://docs.hortonworks.com/HDPDocuments/SS1/SmartSense-1.3.0/bk_user-guide/content/activity_explorer.html
... View more