[GitHub] phoenix pull request: IndexFailed when data table name contains ":...

2016-04-25 Thread ankitsinghal
Github user ankitsinghal commented on the pull request: https://github.com/apache/phoenix/pull/166#issuecomment-214203754 Have you tried passing table name with quotes bin/hbase org.apache.phoenix.mapreduce.index.IndexTool --data-table "\"raw:table\"" --index-table INDEX --output-p

[GitHub] phoenix pull request: IndexFailed when data table name contains ":...

2016-04-25 Thread 249550148
Github user 249550148 commented on the pull request: https://github.com/apache/phoenix/pull/166#issuecomment-214240303 @ankitsinghal both "raw:table" and "\"raw:table\"" do not work --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] phoenix pull request: IndexFailed when data table name contains ":...

2016-04-25 Thread ankitsinghal
Github user ankitsinghal commented on the pull request: https://github.com/apache/phoenix/pull/166#issuecomment-214250448 Are you getting the same exception? was the raw:table an existing hbase table and you have created a phoenix view/table over it? is the table name raw:table

[GitHub] phoenix pull request: IndexFailed when data table name contains ":...

2016-04-25 Thread 249550148
Github user 249550148 commented on the pull request: https://github.com/apache/phoenix/pull/166#issuecomment-214258122 @ankitsinghal Yes, the same exception. And raw:table is an existing hbase table. I create view "raw:table" on that table. then create index on the

[jira] [Commented] (PHOENIX-2640) Make it possible to kill running queries (and ideally list them too)

2016-04-25 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15256591#comment-15256591 ] Nick Dimiduk commented on PHOENIX-2640: --- bq. It would be good to implement stateme

[jira] [Commented] (PHOENIX-2784) phoenix-spark: Allow coercion of DATE fields to TIMESTAMP when loading DataFrames

2016-04-25 Thread maghamravikiran (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15256709#comment-15256709 ] maghamravikiran commented on PHOENIX-2784: -- [~jmahonin] The patch looks good.

[jira] [Updated] (PHOENIX-2840) Fix flapping MemoryManagerTest.testWaitForMemoryAvailable unit test

2016-04-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2840: -- Attachment: PHOENIX-2840.patch Ignoring MemoryManagerTest.testResizeWaitForMemoryAvailable() a

[jira] [Updated] (PHOENIX-2795) Support auto partition for views

2016-04-25 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-2795: Attachment: PHOENIX-2795.patch [~jamestaylor] Can you please review? > Support auto pa