<?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: Query Multiple HBase table through custom Knox service in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99109#M12405</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I cURL the API either using the APPID in the blog or my own, I get the following,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;[root@sandbox ~]# curl 'http://api.openweathermap.org/data/2.5/weather?zip=95054,us&amp;amp;appid=2de143494c0b295cca9337e1e96b00e0'
curl: (6) Couldn't resolve host 'api.openweathermap.org'
[root@sandbox ~]# curl 'http://api.openweathermap.org/data/2.5/weather?zip=95054,us&amp;amp;appid=a457898615afb99ea5e7fc9aa10bbb98'
curl: (6) Couldn't resolve host 'api.openweathermap.org'&lt;/PRE&gt;&lt;P&gt;The same goes for any open web API. However, I am able to ping IP addresses and cURL API's from my command line. Does HDP 2.3.2 have a DNS server?&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2015 17:38:09 GMT</pubDate>
    <dc:creator>sambass</dc:creator>
    <dc:date>2015-12-16T17:38:09Z</dc:date>
    <item>
      <title>Query Multiple HBase table through custom Knox service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99105#M12401</link>
      <description>&lt;P&gt;I've created a custom Knox service with the intention of using custom .class files to be able to query multiple HBase tables and/or return multiple HBase table rows The work is a PoC to extent the capabilities of Knox through a custom service. Is this possible? I am still unable to get the new service to even begin calling the custom .class files I've uploaded to replace HBaseDispatch. I am doing this within the HDP 2.3.2 Sandbox on Windows.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 20:49:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99105#M12401</guid>
      <dc:creator>sambass</dc:creator>
      <dc:date>2015-12-14T20:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Query Multiple HBase table through custom Knox service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99106#M12402</link>
      <description>&lt;P&gt;This is definitely possible and encouraged.  Have you taken a look at the &lt;A href="http://knox.apache.org/books/knox-0-6-0/dev-guide.html"&gt;Apache Knox Developer's Guide&lt;/A&gt;?  I've also created a blog recently called &lt;A href="http://kminder.github.io/knox/2015/11/16/adding-a-service-to-knox.html"&gt;Adding a service to Apache Knox&lt;/A&gt; that while not directly applicable to your use case, might answer some questions you didn't know you had.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 22:52:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99106#M12402</guid>
      <dc:creator>kevin_minder</dc:creator>
      <dc:date>2015-12-14T22:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Query Multiple HBase table through custom Knox service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99107#M12403</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. I've used the Developer's Guide and tried to follow your blog. However, I cannot connect to the weather API (or any web hosted API for that matter) within the sandbox. I've got my own APPID. Will your guide/blog work in a Sandbox environment?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 20:12:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99107#M12403</guid>
      <dc:creator>sambass</dc:creator>
      <dc:date>2015-12-15T20:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Query Multiple HBase table through custom Knox service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99108#M12404</link>
      <description>&lt;P&gt;Can you share what you have either via github or pasted here?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2015 23:14:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99108#M12404</guid>
      <dc:creator>kevin_minder</dc:creator>
      <dc:date>2015-12-15T23:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Query Multiple HBase table through custom Knox service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99109#M12405</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I cURL the API either using the APPID in the blog or my own, I get the following,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;[root@sandbox ~]# curl 'http://api.openweathermap.org/data/2.5/weather?zip=95054,us&amp;amp;appid=2de143494c0b295cca9337e1e96b00e0'
curl: (6) Couldn't resolve host 'api.openweathermap.org'
[root@sandbox ~]# curl 'http://api.openweathermap.org/data/2.5/weather?zip=95054,us&amp;amp;appid=a457898615afb99ea5e7fc9aa10bbb98'
curl: (6) Couldn't resolve host 'api.openweathermap.org'&lt;/PRE&gt;&lt;P&gt;The same goes for any open web API. However, I am able to ping IP addresses and cURL API's from my command line. Does HDP 2.3.2 have a DNS server?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 17:38:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99109#M12405</guid>
      <dc:creator>sambass</dc:creator>
      <dc:date>2015-12-16T17:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Query Multiple HBase table through custom Knox service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99110#M12406</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1394/sambass.html" nodeid="1394"&gt;@Sam Bass&lt;/A&gt; are you still having issues with this? Can you accept best answer or provide your own solution?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 23:34:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99110#M12406</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-03T23:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Query Multiple HBase table through custom Knox service</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99111#M12407</link>
      <description>&lt;P&gt;I haven't got a working solution yet. It may be worth looking at Apache Phoenix and using that through Knox. I'm no longer working on my PoC due to other commitments. I'll try and get back to finishing it but until then, I think the solution will existing in editing Knox's .class files to change it's behaviour when querying HBase.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 23:42:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Query-Multiple-HBase-table-through-custom-Knox-service/m-p/99111#M12407</guid>
      <dc:creator>sambass</dc:creator>
      <dc:date>2016-02-03T23:42:07Z</dc:date>
    </item>
  </channel>
</rss>

