<?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: Phoenix is not sorting by row key when merging results across multiples region servers in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Phoenix-is-not-sorting-by-row-key-when-merging-results/m-p/119561#M82339</link>
    <description>&lt;P&gt;would you mind try again by setting this phoenix.query.force.rowkeyorder to true too. as phoenix.query.rowKeyOrderSaltedTable got deprecated with phoenix.query.force.rowkeyorder in some release.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2016 21:45:04 GMT</pubDate>
    <dc:creator>asinghal</dc:creator>
    <dc:date>2016-08-25T21:45:04Z</dc:date>
    <item>
      <title>Phoenix is not sorting by row key when merging results across multiples region servers</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Phoenix-is-not-sorting-by-row-key-when-merging-results/m-p/119558#M82336</link>
      <description>&lt;P&gt;I'm running Phoenix in a cluster with 3 region servers and salting the row key specifying the property "SALT_BUCKETS" = 3 when creating the table.&lt;/P&gt;&lt;P&gt;When querying the table I expect the resulting scan to be return ordered by row key but when merging the results across the different RSs but I'm getting a mixed merge rather a sort merge.&lt;/P&gt;&lt;P&gt;I could add an "order by" clause by row key and it solves the issue but it implies to know the row key in advance and adding every time I run a query.&lt;/P&gt;&lt;P&gt;I have also tried setting the property 'phoenix.query.rowKeyOrderSaltedTable' to true in hbase-site.xml as Phoenix documentation suggests but it does not make any difference.&lt;/P&gt;&lt;P&gt;Is there any better way to resolve that rather than appending an "order by" clause to the query??&lt;/P&gt;&lt;P&gt;Using Phoenix 4.4 and HDP 2.4.2&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 20:48:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Phoenix-is-not-sorting-by-row-key-when-merging-results/m-p/119558#M82336</guid>
      <dc:creator>javibriales</dc:creator>
      <dc:date>2016-08-25T20:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix is not sorting by row key when merging results across multiples region servers</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Phoenix-is-not-sorting-by-row-key-when-merging-results/m-p/119559#M82337</link>
      <description>&lt;P&gt;"phoenix.query.rowKeyOrderSaltedTable" is the client property, can you make sure hbase-site.xml is in the classpath of your application/sqlline.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 20:56:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Phoenix-is-not-sorting-by-row-key-when-merging-results/m-p/119559#M82337</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-08-25T20:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix is not sorting by row key when merging results across multiples region servers</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Phoenix-is-not-sorting-by-row-key-when-merging-results/m-p/119560#M82338</link>
      <description>&lt;P&gt;I'm using sqlline.py as phoenix client and it includes "/etc/hbase/conf" in phoenix_class_path, hbase-site.xml file is there with "phoenix.query.rowKeyOrderSaltedTable" to true&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 21:32:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Phoenix-is-not-sorting-by-row-key-when-merging-results/m-p/119560#M82338</guid>
      <dc:creator>javibriales</dc:creator>
      <dc:date>2016-08-25T21:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix is not sorting by row key when merging results across multiples region servers</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Phoenix-is-not-sorting-by-row-key-when-merging-results/m-p/119561#M82339</link>
      <description>&lt;P&gt;would you mind try again by setting this phoenix.query.force.rowkeyorder to true too. as phoenix.query.rowKeyOrderSaltedTable got deprecated with phoenix.query.force.rowkeyorder in some release.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 21:45:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Phoenix-is-not-sorting-by-row-key-when-merging-results/m-p/119561#M82339</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-08-25T21:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix is not sorting by row key when merging results across multiples region servers</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Phoenix-is-not-sorting-by-row-key-when-merging-results/m-p/119562#M82340</link>
      <description>&lt;P&gt;That one did the job! Now I'm getting the results in the right order and I can see the "CLIENT MERGE SORT" in the query plan explanation.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 22:03:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Phoenix-is-not-sorting-by-row-key-when-merging-results/m-p/119562#M82340</guid>
      <dc:creator>javibriales</dc:creator>
      <dc:date>2016-08-25T22:03:24Z</dc:date>
    </item>
  </channel>
</rss>

