<?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 table with namespace mapping with Apache Phoenix table with schema in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hbase-table-with-namespace-mapping-with-Apache-Phoenix-table/m-p/232376#M194215</link>
    <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/10198/bhaveshvadaliya.html"&gt;Bhavesh&lt;/A&gt;  Were you able to resolve the issue?&lt;/P&gt;&lt;P&gt;Even after setting the property phoenix.schema.isNamespaceMappingEnabled on all nodes, i am not able to read the data from phoenix command line &lt;/P&gt;&lt;PRE&gt;hbase(main):002:0&amp;gt; scan 'DEFAULT:TEST'
ROW                            COLUMN+CELL
 1                             column=B:MESSAGE, timestamp=1533062047409, value=Hello
 2                             column=B:MESSAGE, timestamp=1533062316879, value=World
2 row(s) in 0.0860 seconds
--phoenix
0: jdbc:phoenix:thin:url=http://localhost:876&amp;gt; select * from "DEFAULT".TEST;
+-----+----------+
| ID  | MESSAGE  |
+-----+----------+
+-----+----------+
No rows selected (0.031 seconds)&lt;/PRE&gt;&lt;P&gt;But count works&lt;/P&gt;&lt;PRE&gt;0: jdbc:phoenix:thin:url=http://localhost:876&amp;gt; select count(*) from "DEFAULT".TEST;
+-----------+
| COUNT(1)  |
+-----------+
| 2         |
+-----------+
1 row selected (0.013 seconds)
&lt;/PRE&gt;</description>
    <pubDate>Wed, 01 Aug 2018 04:50:48 GMT</pubDate>
    <dc:creator>ckurali</dc:creator>
    <dc:date>2018-08-01T04:50:48Z</dc:date>
  </channel>
</rss>

