[jira] [Commented] (PHOENIX-3157) Refactor DistinctPrefixFilter as filter wrapper so that it can work with non-pk column filters.

2016-08-20 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15429596#comment-15429596 ] Lars Hofhansl commented on PHOENIX-3157: The DistinctPrefixFilter would wrap its

[jira] [Assigned] (PHOENIX-3195) Slight safety improvement for using DistinctPrefixFilter

2016-08-20 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl reassigned PHOENIX-3195: -- Assignee: Lars Hofhansl > Slight safety improvement for using DistinctPrefixFilter >

[jira] [Updated] (PHOENIX-3195) Slight safety improvement for using DistinctPrefixFilter

2016-08-20 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-3195: --- Attachment: 3195.txt Trivial patch. Tested that it still performs the optimization if possib

[jira] [Updated] (PHOENIX-3195) Slight safety improvement for using DistinctPrefixFilter

2016-08-20 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-3195: --- Fix Version/s: (was: 4.8.0) 4.8.1 4.9.0 > Slight s

[jira] [Created] (PHOENIX-3195) Slight safety improvement for using DistinctPrefixFilter

2016-08-20 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created PHOENIX-3195: -- Summary: Slight safety improvement for using DistinctPrefixFilter Key: PHOENIX-3195 URL: https://issues.apache.org/jira/browse/PHOENIX-3195 Project: Phoenix

4.8.1, 4.9.0, 4.9.1, and 4.10.0

2016-08-20 Thread larsh
Hi All, as we're two active branches right now, it is important to remember (1) that fixes are pushed to both 4.8xxx and 4.x branches and (2) that the jiras are marked as such, i.e. with 4.8.1 and 4.9.0. Also, there are currently 129 unresolved jiras against 4.9.0.It would be great if folks go

[DISCUSS] Drop HBase 1.0 support for 4.9

2016-08-20 Thread larsh
The HBase 1.0.x branch has been EOL'd, I propose we drop support for it with Phoenix 4.9.I'd also propose that should HBase have a stable 1.3.x release soon, we should support it with Phoenix 4.9. -- Lars

[jira] [Commented] (PHOENIX-2995) Write performance severely degrades with large number of views

2016-08-20 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15429554#comment-15429554 ] Lars Hofhansl commented on PHOENIX-2995: As a reminder, since we have 4.8 and 4.

[jira] [Updated] (PHOENIX-2995) Write performance severely degrades with large number of views

2016-08-20 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-2995: --- Fix Version/s: 4.9.0 > Write performance severely degrades with large number of views > ---

Re: [DISCUSS] About dynamic column in spark connector

2016-08-20 Thread Xiaopeng Liao
Hi Josh and Josh M, Thanks for getting back and sharing the info, I will look into dataframe, and It is good to know the use case of csv, right now what I am doing is passing in column like seq("col0", "col1:integer") in rdd, then later in upsert or select construct, put in dynamic column info, b