<?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: hbase rest state scanner sometime can not get result in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150238#M20325</link>
    <description>&lt;P&gt;I get it !&lt;/P&gt;&lt;P&gt;curl -v -H "Content-Type: text/xml" &lt;A href="http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0" target="_blank"&gt;http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0&lt;/A&gt; &lt;/P&gt;&lt;P&gt;should be &lt;/P&gt;&lt;P&gt;curl -v -H "Accept: application/json"  &lt;A href="http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0" target="_blank"&gt;http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Feb 2016 13:54:13 GMT</pubDate>
    <dc:creator>kanghua</dc:creator>
    <dc:date>2016-02-20T13:54:13Z</dc:date>
    <item>
      <title>hbase rest state scanner sometime can not get result</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150229#M20316</link>
      <description>&lt;P&gt;I do :  curl -v -H "Content-Type: text/xml" -d '&amp;lt;Scanner batch="1"/&amp;gt;'  &lt;A href="http://10.148.10.2:9090/device_day_metric_kt/scanner" target="_blank"&gt;http://10.148.10.2:9090/device_day_metric_kt/scanner&lt;/A&gt; &lt;/P&gt;&lt;P&gt;and get result with scannerid ! &lt;/P&gt;&lt;P&gt;Sometime can get result, however most time can not get result !  why ?  what's wrong ?&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;PRE&gt;[root@basic.internal.hadoop.10-148-10-80 KHTEST]# curl -v -H "Content-Type: text/xml" -d '&amp;lt;Scanner batch="1"/&amp;gt;'  &lt;A href="http://10.148.10.2:9090/device_day_metric_kt/scanner" target="_blank"&gt;http://10.148.10.2:9090/device_day_metric_kt/scanner&lt;/A&gt;
* About to connect() to 10.148.10.2 port 9090 (#0)
*   Trying 10.148.10.2... connected
* Connected to 10.148.10.2 (10.148.10.2) port 9090 (#0)
&amp;gt; POST /device_day_metric_kt/scanner HTTP/1.1
&amp;gt; User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.19.1 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
&amp;gt; Host: 10.148.10.2:9090
&amp;gt; Accept: */*
&amp;gt; Content-Type: text/xml
&amp;gt; Content-Length: 20
&amp;gt; 
&amp;lt; HTTP/1.1 201 Created
&amp;lt; Location: &lt;A href="http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0" target="_blank"&gt;http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0&lt;/A&gt;
&amp;lt; Content-Length: 0
&amp;lt; 
* Connection #0 to host 10.148.10.2 left intact
* Closing connection #0
[root@basic.internal.hadoop.10-148-10-80 KHTEST]# curl -v -H "Content-Type: text/xml" &lt;A href="http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0" target="_blank"&gt;http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0&lt;/A&gt;
* About to connect() to 10.148.10.2 port 9090 (#0)
*   Trying 10.148.10.2... connected
* Connected to 10.148.10.2 (10.148.10.2) port 9090 (#0)
&amp;gt; GET /device_day_metric_kt/scanner/145589362659469f85bc0 HTTP/1.1
&amp;gt; User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.19.1 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
&amp;gt; Host: 10.148.10.2:9090
&amp;gt; Accept: */*
&amp;gt; Content-Type: text/xml
&amp;gt; 
&amp;lt; HTTP/1.1 200 OK
&amp;lt; Content-Length: 3
&amp;lt; Cache-Control: no-cache
&amp;lt; X-Row: LTExNzI4MTI0MDI5NjE4MjAxNjAxMDQ=
&amp;lt; X-Column: ZW52OmVudl9jaXR5X2NvZGU=
&amp;lt; X-Timestamp: 1454044118503
&amp;lt; Content-Type: application/octet-stream
&amp;lt; 
* Connection #0 to host 10.148.10.2 left intact
* Closing connection #0
&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Feb 2016 22:55:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150229#M20316</guid>
      <dc:creator>kanghua</dc:creator>
      <dc:date>2016-02-19T22:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: hbase rest state scanner sometime can not get result</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150230#M20317</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1933/kanghua.html" nodeid="1933"&gt;@kang hua&lt;/A&gt; does the same get return result in hbase shell?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 23:00:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150230#M20317</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-19T23:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: hbase rest state scanner sometime can not get result</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150231#M20318</link>
      <description>&lt;P&gt;yes，get return data&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 00:42:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150231#M20318</guid>
      <dc:creator>kanghua</dc:creator>
      <dc:date>2016-02-20T00:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: hbase rest state scanner sometime can not get result</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150232#M20319</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1933/kanghua.html" nodeid="1933"&gt;@kang hua&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;is there anything in /var/log/hbase/hbase-hbase-rest-servername.log?&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 00:51:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150232#M20319</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-20T00:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: hbase rest state scanner sometime can not get result</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150233#M20320</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2270-hbase-log.txt"&gt;hbase-log.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 01:26:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150233#M20320</guid>
      <dc:creator>kanghua</dc:creator>
      <dc:date>2016-02-20T01:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: hbase rest state scanner sometime can not get result</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150234#M20321</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1933/kanghua.html" nodeid="1933"&gt;@kang hua&lt;/A&gt;&lt;P&gt; Before you use this production ...see this&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/HBASE/component/12312140/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-summary-panel" target="_blank"&gt;https://issues.apache.org/jira/browse/HBASE/component/12312140/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-summary-panel&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 01:31:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150234#M20321</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-20T01:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: hbase rest state scanner sometime can not get result</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150235#M20322</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1933/kanghua.html" nodeid="1933"&gt;@kang hua&lt;/A&gt; &lt;A href="https://community.hortonworks.com/questions/6256/jetty-util-6126hwxjar.html" target="_blank"&gt;https://community.hortonworks.com/questions/6256/jetty-util-6126hwxjar.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 01:34:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150235#M20322</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-20T01:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: hbase rest state scanner sometime can not get result</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150236#M20323</link>
      <description>&lt;P&gt;scanner not get nothing, but only one cell value , not a whole row , and not any cf or qualifier, only cell! &lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 12:41:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150236#M20323</guid>
      <dc:creator>kanghua</dc:creator>
      <dc:date>2016-02-20T12:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: hbase rest state scanner sometime can not get result</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150237#M20324</link>
      <description>&lt;P&gt;Set Accept header to text/xml for XML encoding , But result like from "application/octet-stream for binary encoding" setting.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 12:51:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150237#M20324</guid>
      <dc:creator>kanghua</dc:creator>
      <dc:date>2016-02-20T12:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: hbase rest state scanner sometime can not get result</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150238#M20325</link>
      <description>&lt;P&gt;I get it !&lt;/P&gt;&lt;P&gt;curl -v -H "Content-Type: text/xml" &lt;A href="http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0" target="_blank"&gt;http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0&lt;/A&gt; &lt;/P&gt;&lt;P&gt;should be &lt;/P&gt;&lt;P&gt;curl -v -H "Accept: application/json"  &lt;A href="http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0" target="_blank"&gt;http://10.148.10.2:9090/device_day_metric_kt/scanner/145589362659469f85bc0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 13:54:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/hbase-rest-state-scanner-sometime-can-not-get-result/m-p/150238#M20325</guid>
      <dc:creator>kanghua</dc:creator>
      <dc:date>2016-02-20T13:54:13Z</dc:date>
    </item>
  </channel>
</rss>

