[jira] [Commented] (PHOENIX-2648) Phoenix Spark Integration does not allow Dynamic Columns to be mapped

2016-08-25 Thread Xiaopeng Liao (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436825#comment-15436825 ] Xiaopeng Liao commented on PHOENIX-2648: Initially the ":" is us

[GitHub] phoenix pull request #196: [PHOENIX-2648] Add dynamic column support for spa...

2016-08-25 Thread xiaopeng-liao
GitHub user xiaopeng-liao opened a pull request: https://github.com/apache/phoenix/pull/196 [PHOENIX-2648] Add dynamic column support for spark integration It supports both RDD and Dataframe read /write, Things needed consideration == When loading from Dataframe

Re: [DISCUSS] About dynamic column in spark connector

2016-08-20 Thread Xiaopeng Liao
amiliar with the implementation (and the "gotchas" that might > exist in this improvement), but I would encourage you to try to reach out > on that JIRA issue you mentioned. Maybe Josh M or Randy would be able to > give you some review as they have some more context. > > Th

[DISCUSS] About dynamic column in spark connector

2016-08-18 Thread Xiaopeng Liao
org/jira/browse/PHOENIX-2648> related to this, just wondering is there any work being done on this one? I implemented the dynamic column support for RDD (not dataframe yet) for my own use, wondering if it could help in anyway.. https://github.com/xiaopeng-liao/phoenix.git my first mail he