Member since
10-12-2016
14
Posts
4
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3126 | 10-25-2016 04:44 PM | |
2804 | 10-21-2016 04:29 PM | |
1884 | 10-14-2016 07:44 PM |
10-25-2016
04:44 PM
@Timothy Spann @Vedant Jain ISSUE RESOLVED!!
It was indeed an issue with the Docker configuration. First, from the host (port 22) I went to /var/lib/docker/containers/ and then cd'd into the container/ From there, I opened config.v2.json and hostconfig.json and added an entry for port 10015. (There was an entry for port 10000, but not one for 10015) Then I restarted the host. (shutdown -r now) After restart, from the host (port 22) I could see that there was now a route to 10015: [root@sandbox ~]# iptables -t nat -L -n | grep 10015 MASQUERADE tcp -- 172.17.0.2 172.17.0.2 tcp dpt:10015 DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:10015 to:172.17.0.2:10015 I then logged into Ambari, started the Thrift Server and was able to connect via Tableau and the Spark SQL ODBC to port 10015. To expose other ports that are not in the default docker image, you'll probably have to follow the same process.
... View more
10-15-2016
02:52 PM
Hey @Daniel Rolls, no problem at all. I'm glad its working! I'm surprised Chrome isn't working though. I use Chrome by default and the views have worked fine so far. Thanks for the update!
... View more
01-13-2017
05:57 PM
I've had zero success trying to get NIFI installed via Ambari. When it throws the recommended settings screen, it won't let me proceed. Additionally, I tried the above steps to rm the files, I consistently get cannot remove `/var/lib/ambari-server/resources/stacks/HDP/2.5/services/NIFI/package/scripts': Invalid argument I seem to get the invalid argument "feature" whenever I try and remove stuff from this docker package. Any guidance would be appreciated. Thanks,
... View more