Member since
02-18-2016
4
Posts
0
Kudos Received
0
Solutions
03-22-2016
12:42 PM
Dear Kevin, I have following doubts in knox user guide: 1. 7 - Start Knox I have executed the "bin/gateway.sh start" but i am getting response as"This command bin/gateway.sh must not be run as root." knox]# bin/gateway.sh start
This command bin/gateway.sh must not be run as root. 2. 8 - Do Hadoop with Knox Invoke the LISTSTATUS operation on WebHDFS via the gateway. let me know what do this "Invoke the LISTSTATUS operation on WebHDFS via the gateway" mean? And how do i execute it curl -i -k -u guest:guest-password -X GET \ 'https://localhost:8443/gateway/sandbox/webhdfs/v1/?op=LISTSTATUS'. ? If you have knox integration with open Apache Hadoop, Please share it. Thanks & Regards Sushil
... View more
03-22-2016
06:10 AM
Dear Kevin, Thanks for your response. I will go through the user-guide once again & get back to you if any more help required. Thanks & Regards Sushil
... View more
03-21-2016
12:56 PM
Hi, My Apache Hadoop(not using HDP & Cloudera frameworks ) is running fine in fully distributed mode. I have also installed Apache Knox also. In command line i have checked it using jps. Its working fine. ~]# jps 13829 NameNode
14950 DataNode 15478 ResourceManager
6262 Jps
15591 NodeManager
15228 SecondaryNameNode 7998 ldap.jar Now where & in which file of Knox should i configure the LDAP username & password? How can i use Apache Knox with Hive, Sqoop etc. Thanks in Advance. Thanks & Regards Sushil
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Knox
02-18-2016
12:29 PM
Kill your hiveserver2 & metastore & Restart them again. check hiveserver2 & metastore are running using 'jps' command. Run "root@hostname~]# beeline -u jdbc:hive2://localhost:10000/" . if still getting this error then replace "localhost" with "hostname " of step 3 These above steps has worked for me.
... View more