[jira] [Created] (PHOENIX-2367) Change PhoenixRecordWriter to use execute instead of executeBatch

2015-11-03 Thread Siddhi Mehta (JIRA)
Siddhi Mehta created PHOENIX-2367: - Summary: Change PhoenixRecordWriter to use execute instead of executeBatch Key: PHOENIX-2367 URL: https://issues.apache.org/jira/browse/PHOENIX-2367 Project: Phoeni

Re: PhoenixHbaseStorage to Skip invalid rows

2015-11-03 Thread Siddhi Mehta
Jira Created: https://issues.apache.org/jira/browse/PHOENIX-2367 I will submit a patch for review soon. On Tue, Nov 3, 2015 at 10:52 AM, Jan Fernando wrote: > +1 on making this change. Can you file a JIRA for it? > > On Mon, Nov 2, 2015 at 4:31 PM, Siddhi Mehta wrote: > > > Hey All, > > > > I w

[jira] [Resolved] (PHOENIX-2362) Rollback doesn't work when checkpointing is done

2015-11-03 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-2362. --- Resolution: Fixed > Rollback doesn't work when checkpointing is done > -

[jira] [Resolved] (PHOENIX-2361) Use single byte value for empty key value

2015-11-03 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-2361. --- Resolution: Fixed > Use single byte value for empty key value >

Re: Build failed in Jenkins: Phoenix-4.x-HBase-1.0 #206

2015-11-03 Thread James Taylor
No, not related. It's the same mysterious NPE we've been getting every few runs - I sent a note on the dev list. It'd be great if someone could figure out how to get around it (or at least get a stack trace for it). Maybe a newer version of the surefire plugin would solve it? James On Tue, No

[jira] [Comment Edited] (PHOENIX-2267) Disambiguate server jar from phoenix-server module jar

2015-11-03 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14988472#comment-14988472 ] James Taylor edited comment on PHOENIX-2267 at 11/3/15 11:33 PM: -

[jira] [Commented] (PHOENIX-2267) Disambiguate server jar from phoenix-server module jar

2015-11-03 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14988472#comment-14988472 ] James Taylor commented on PHOENIX-2267: --- Sure, that's an improvement. Maybe we sho

[jira] [Commented] (PHOENIX-2365) PHOENIX-2248 sub-task: Remove Pherf uber jar and create python scripts to execute from Phoenix bin directory

2015-11-03 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14988465#comment-14988465 ] James Taylor commented on PHOENIX-2365: --- +1. Nice improvement, [~mujtabachohan]. Y

Re: Build failed in Jenkins: Phoenix-4.x-HBase-1.0 #206

2015-11-03 Thread Cody Marcel
I don't think so. Tests are passing locally for me. On Tue, Nov 3, 2015 at 1:04 PM, Mujtaba Chohan wrote: > Cody - Is this NPE in Pherf test related to your change? > > > On Mon, Nov 2, 2015 at 5:58 PM, Apache Jenkins Server < > jenk...@builds.apache.org> wrote: > >> See

[jira] [Updated] (PHOENIX-2365) PHOENIX-2248 sub-task: Remove Pherf uber jar and create python scripts to execute from Phoenix bin directory

2015-11-03 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mujtaba Chohan updated PHOENIX-2365: Attachment: PHOENIX-2248.patch This patch removes the huge Pherf uber jar and it's associa

Re: Build failed in Jenkins: Phoenix-4.x-HBase-1.0 #206

2015-11-03 Thread Mujtaba Chohan
Cody - Is this NPE in Pherf test related to your change? On Mon, Nov 2, 2015 at 5:58 PM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > > Changes: > > [cmarcel] PHOENIX-2366 - Pherf NPE on Data loader > > --

[jira] [Commented] (PHOENIX-2361) Use single byte value for empty key value

2015-11-03 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14988090#comment-14988090 ] Thomas D'Silva commented on PHOENIX-2361: - +1 LGTM > Use single byte value for

[jira] [Commented] (PHOENIX-2343) Pherf - Add ability to draw comparison chart with average query run time in addition to existing minimum query time

2015-11-03 Thread Cody Marcel (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14988015#comment-14988015 ] Cody Marcel commented on PHOENIX-2343: -- +1 > Pherf - Add ability to draw compariso

Re: PhoenixHbaseStorage to Skip invalid rows

2015-11-03 Thread Jan Fernando
+1 on making this change. Can you file a JIRA for it? On Mon, Nov 2, 2015 at 4:31 PM, Siddhi Mehta wrote: > Hey All, > > I wanted to add a notion of skipping invalid rows for PhoenixHbaseStorage > similar to how the CSVBulkLoad tool has an option of ignoring the bad > rows.I did some work on the

[jira] [Commented] (PHOENIX-2288) Phoenix-Spark: PDecimal precision and scale aren't carried through to Spark DataFrame

2015-11-03 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14987765#comment-14987765 ] James Taylor commented on PHOENIX-2288: --- Thanks, [~jmahonin]. Have you addressed t

[jira] [Updated] (PHOENIX-2288) Phoenix-Spark: PDecimal precision and scale aren't carried through to Spark DataFrame

2015-11-03 Thread Josh Mahonin (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Mahonin updated PHOENIX-2288: -- Attachment: PHOENIX-2288.patch Github PR + Spark unit test > Phoenix-Spark: PDecimal precisio

Announcing phoenix-for-cloudera 4.6.0

2015-11-03 Thread Andrew Purtell
Today I pushed a new branch '4.6-HBase-1.0-cdh5' and the tag 'v4.6.0-cdh5.4.5' (58fcfa6) to https://github.com/chiastic-security/phoenix-for-cloudera. This is the Phoenix 4.6.0 release, modified to build against CDH 5.4.5 and possibly (but not tested) subsequent CDH releases. If you want release t

[jira] [Updated] (PHOENIX-2362) Rollback doesn't work when checkpointing is done

2015-11-03 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2362: -- Summary: Rollback doesn't work when checkpointing is done (was: Rollback doesn't work when ch

[jira] [Commented] (PHOENIX-2288) Phoenix-Spark: PDecimal precision and scale aren't carried through to Spark DataFrame

2015-11-03 Thread Josh Mahonin (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14987453#comment-14987453 ] Josh Mahonin commented on PHOENIX-2288: --- And follow-up question, what branches sho

[jira] [Commented] (PHOENIX-2288) Phoenix-Spark: PDecimal precision and scale aren't carried through to Spark DataFrame

2015-11-03 Thread Josh Mahonin (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14987440#comment-14987440 ] Josh Mahonin commented on PHOENIX-2288: --- Any issues with this PR [~jamestaylor] [~