<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Apache Knox Configuration for LDAP username &amp; password? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137597#M23410</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2878/krsushilkumarjhv.html" nodeid="2878"&gt;@Sushil Kumar&lt;/A&gt; &amp;lt; If the answers below don't address your questions can you be more specific?
For the "This command bin/gateway.sh must not be run as root." issue you should either not be logged in as root or you should execute the command as a different user via sudo (e.g. su -l knox -c "bin/gateway.sh start")
For the "integration with open Apache Hadoop" you just need to modify the topology files (e.g. conf/topologies/sandbox.xml) to match the network locations for your installation. &lt;/P&gt;</description>
    <pubDate>Tue, 22 Mar 2016 23:51:57 GMT</pubDate>
    <dc:creator>kevin_minder</dc:creator>
    <dc:date>2016-03-22T23:51:57Z</dc:date>
    <item>
      <title>Apache Knox Configuration for LDAP username &amp; password?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137593#M23406</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My Apache Hadoop(not using HDP &amp;amp; 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. &lt;/P&gt;&lt;P&gt; ~]# jps &lt;/P&gt;&lt;P&gt;13829 NameNode&lt;/P&gt;&lt;P&gt;
14950 DataNode &lt;/P&gt;&lt;P&gt;15478 ResourceManager&lt;/P&gt;&lt;P&gt;
6262 Jps&lt;/P&gt;&lt;P&gt;
15591 NodeManager&lt;/P&gt;&lt;P&gt;
15228 SecondaryNameNode &lt;/P&gt;&lt;P&gt;7998 ldap.jar&lt;/P&gt;&lt;P&gt;Now where &amp;amp; in  which file of Knox should i configure the LDAP username &amp;amp; password?&lt;/P&gt;&lt;P&gt;How can i use Apache Knox with Hive, Sqoop etc.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 19:56:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137593#M23406</guid>
      <dc:creator>kr_sushilkumarj</dc:creator>
      <dc:date>2016-03-21T19:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox Configuration for LDAP username &amp; password?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137594#M23407</link>
      <description>&lt;P&gt;The LDAP configuration goes in the topology files.  These are located in &amp;lt;GATEWAY_HOME&amp;gt;/conf/topologies.  Out of the box there is a topology file named sandbox.xml with some sample configuration.  That would need to be modified to integrate with a different LDAP or ActiveDirectory.  The ldap.jar that you show running is a demo LDAP server that is provided with Knox that is not intended for production environments.  If you haven't seen the Knox User's Guide you should check that out: &lt;A href="http://knox.apache.org/books/knox-0-8-0/user-guide.html" target="_blank"&gt;http://knox.apache.org/books/knox-0-8-0/user-guide.html&lt;/A&gt; for more information about configuring things.  &lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 20:34:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137594#M23407</guid>
      <dc:creator>kevin_minder</dc:creator>
      <dc:date>2016-03-21T20:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox Configuration for LDAP username &amp; password?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137595#M23408</link>
      <description>&lt;P&gt;Dear Kevin,&lt;/P&gt;&lt;P&gt;Thanks for your response. I will go through the user-guide once again &amp;amp; get back to you if any more help required.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 13:10:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137595#M23408</guid>
      <dc:creator>kr_sushilkumarj</dc:creator>
      <dc:date>2016-03-22T13:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox Configuration for LDAP username &amp; password?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137596#M23409</link>
      <description>&lt;P&gt;Dear Kevin,&lt;/P&gt;&lt;P&gt;I have following doubts in knox user guide:&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;H3&gt;&lt;/H3&gt;&lt;P&gt;7 - Start Knox&lt;/P&gt;&lt;P&gt;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." &lt;/P&gt;&lt;P&gt; knox]# bin/gateway.sh start&lt;/P&gt;&lt;P&gt;
This command bin/gateway.sh must not be run as root.&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;H3&gt;&lt;/H3&gt;&lt;P&gt;8 - Do Hadoop with Knox&lt;/P&gt;&lt;H4&gt;&lt;/H4&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="display: inline !important;"&gt;Invoke the LISTSTATUS operation on WebHDFS via the gateway.&lt;/P&gt;&lt;P&gt; 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 \&lt;/P&gt;&lt;P&gt;    'https://localhost:8443/gateway/sandbox/webhdfs/v1/?op=LISTSTATUS'. ?&lt;/P&gt;&lt;P&gt;If you have knox integration with open Apache Hadoop, Please share it.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 19:42:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137596#M23409</guid>
      <dc:creator>kr_sushilkumarj</dc:creator>
      <dc:date>2016-03-22T19:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox Configuration for LDAP username &amp; password?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137597#M23410</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2878/krsushilkumarjhv.html" nodeid="2878"&gt;@Sushil Kumar&lt;/A&gt; &amp;lt; If the answers below don't address your questions can you be more specific?
For the "This command bin/gateway.sh must not be run as root." issue you should either not be logged in as root or you should execute the command as a different user via sudo (e.g. su -l knox -c "bin/gateway.sh start")
For the "integration with open Apache Hadoop" you just need to modify the topology files (e.g. conf/topologies/sandbox.xml) to match the network locations for your installation. &lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 23:51:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137597#M23410</guid>
      <dc:creator>kevin_minder</dc:creator>
      <dc:date>2016-03-22T23:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox Configuration for LDAP username &amp; password?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137598#M23411</link>
      <description>&lt;P&gt;@sushil: Please visit below site which has instructions how to install knox and access cluster using demo ldap server&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thesstech.com/hadoop/install_knox_gateway" target="_blank"&gt;http://www.thesstech.com/hadoop/install_knox_gateway&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 02:22:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-Knox-Configuration-for-LDAP-username-password/m-p/137598#M23411</guid>
      <dc:creator>sohail_arif</dc:creator>
      <dc:date>2016-06-13T02:22:56Z</dc:date>
    </item>
  </channel>
</rss>

