[jira] [Commented] (PHOENIX-4397) Incorrect query results when with stats are disabled on a salted table

2017-12-16 Thread James Taylor (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16294029#comment-16294029
 ] 

James Taylor commented on PHOENIX-4397:
---

[~pboado] - Another good one for cdh release.

> Incorrect query results when with stats are disabled on a salted table
> --
>
> Key: PHOENIX-4397
> URL: https://issues.apache.org/jira/browse/PHOENIX-4397
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.13.0
>Reporter: Mujtaba Chohan
>Assignee: Samarth Jain
> Fix For: 4.14.0, 4.13.2
>
> Attachments: PHOENIX-4397.patch, PHOENIX-4397_v2.patch
>
>
> See attached unit test.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4460) High GC / RS shutdown when we use select query with "IN" clause using 4.10 phoenix client on 4.13 phoenix server

2017-12-16 Thread James Taylor (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16294010#comment-16294010
 ] 

James Taylor commented on PHOENIX-4460:
---

[~pboado] - you’ll want the fix for this before cutting an RC. We’ll likely do 
a 4.13.2 with this fix.

> High GC / RS shutdown when we use select query with "IN" clause using 4.10 
> phoenix client on 4.13 phoenix server
> 
>
> Key: PHOENIX-4460
> URL: https://issues.apache.org/jira/browse/PHOENIX-4460
> Project: Phoenix
>  Issue Type: Bug
>Reporter: James Taylor
>Assignee: James Taylor
>Priority: Blocker
> Fix For: 4.14.0, 4.13.2
>
> Attachments: PHOENIX-4460-v2.patch, PHOENIX-4460.patch
>
>
> We were able to reproduce the High GC / RS shutdown / phoenix KeyRange query 
> high object count issue on cluster today. 
> Main observation is that this is reproducible when firing lots of query
> select from xyz where abc in (?, ?, ...)  of this type with 4.10 phoenix 
> client hitting 4.13 phoenix on HBase server side
>  (4.10 client/4.10 server works fine, 4.13 client with 4.13 server works fine)
> We wrote a loader client (attached) with the below table/query , upserted 
> ~100 million rows and fired the query in parallel using 4-5 loader clients 
> with 16 threads each
> {code}
> TABLE:  = "CREATE TABLE " + TABLE_NAME_TEMPLATE 
>  + " (\n" + " TestKey varchar(255) PRIMARY KEY, TestVal1 varchar(200), 
> TestVal2 varchar(200), "  + "TestValue varchar(1))";
> QUERY: = "SELECT * FROM " +  TABLE_NAME_TEMPLATE + " WHERE TestKey IN (?, ?, 
> ?, ?, ?, ?, ?, ?, ?, ?)"
> {code}
> After running this client immediately within a min or two we see the 
> phoenix.query.KeyRange object count immediately going up to several lakhs and 
> keeps on increasing continuously. This count doesn't seem to come down even 
> after shutting down the clients 
> {code}
> -bash-4.1$ ~/current/bigdata-util/tools/Linux/jdk/jdk1.8.0_102_x64/bin/jmap 
> -histo:live 90725 | grep KeyRange
>   47:2748526596448  org.apache.phoenix.query.KeyRange
> 1851: 2 48  org.apache.phoenix.query.KeyRange$Bound
> 2434: 1 24  [Lorg.apache.phoenix.query.KeyRange$Bound;
> 3411: 1 16  org.apache.phoenix.query.KeyRange$1
> 3412: 1 16  org.apache.phoenix.query.KeyRange$2
> {code}
> After some time we also started seeing High GC issues and RegionServers 
> crashing
> Experiment Summary:
> - 4.13 client/4.13 Server --- Issue not reproducible (we do see KeyRange 
> count increasing upto few 100's)
> - 4.10 client/4.10 Server --- Issue not reproducible (we do see KeyRange 
> count increasing upto few 100's)
> - 4.10 client/4.13 Server --- Issue reproducible as described above



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4462) Fix license issues with rat plugin

2017-12-16 Thread James Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor updated PHOENIX-4462:
--
Fix Version/s: 4.13.2-cdh5.11.2

> Fix license issues with rat plugin
> --
>
> Key: PHOENIX-4462
> URL: https://issues.apache.org/jira/browse/PHOENIX-4462
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Fix For: 4.13.2-cdh5.11.2
>
> Attachments: PHOENIX-4462-4.x-cdh5.11.2-v2.patch
>
>
> RAT plugin is failing with some files (~10) when creating a release package.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (PHOENIX-4461) Sync branch 4.x-HBase-1.2

2017-12-16 Thread James Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor reassigned PHOENIX-4461:
-

Assignee: Pedro Boado

> Sync branch 4.x-HBase-1.2
> -
>
> Key: PHOENIX-4461
> URL: https://issues.apache.org/jira/browse/PHOENIX-4461
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: verify
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Fix For: 4.13.2
>
> Attachments: 
> 0001-PHOENIX-4342-Surface-QueryPlan-in-MutationPlan.patch, 
> 0002-PHOENIX-4361-Remove-redundant-argument-in-separateAn.patch, 
> 0003-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0004-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0005-Revert-PHOENIX-4386-Calculate-the-estimatedSize-of-M.patch, 
> 0006-PHOENIX-4198-Remove-the-need-for-users-to-have-acces.patch, 
> 0007-PHOENIX-672-Add-GRANT-and-REVOKE-commands-using-HBas.patch, 
> 0008-PHOENIX-4288-Indexes-not-used-when-ordering-by-prima.patch, 
> 0009-PHOENIX-4322-DESC-primary-key-column-with-variable-l.patch, 
> 0010-PHOENIX-3050-Handle-DESC-columns-in-child-parent-joi.patch, 
> 0011-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0012-PHOENIX-3837-Feature-enabling-to-set-property-on-an-.patch, 
> 0013-PHOENIX-4415-Ignore-CURRENT_SCN-property-if-set-in-P.patch, 
> 0014-PHOENIX-4424-Allow-users-to-create-DEFAULT-and-HBASE.patch
>
>
> Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
> master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4461) Sync branch 4.x-HBase-1.2

2017-12-16 Thread James Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor updated PHOENIX-4461:
--
Fix Version/s: 4.13.2

> Sync branch 4.x-HBase-1.2
> -
>
> Key: PHOENIX-4461
> URL: https://issues.apache.org/jira/browse/PHOENIX-4461
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: verify
>Reporter: Pedro Boado
> Fix For: 4.13.2
>
> Attachments: 
> 0001-PHOENIX-4342-Surface-QueryPlan-in-MutationPlan.patch, 
> 0002-PHOENIX-4361-Remove-redundant-argument-in-separateAn.patch, 
> 0003-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0004-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0005-Revert-PHOENIX-4386-Calculate-the-estimatedSize-of-M.patch, 
> 0006-PHOENIX-4198-Remove-the-need-for-users-to-have-acces.patch, 
> 0007-PHOENIX-672-Add-GRANT-and-REVOKE-commands-using-HBas.patch, 
> 0008-PHOENIX-4288-Indexes-not-used-when-ordering-by-prima.patch, 
> 0009-PHOENIX-4322-DESC-primary-key-column-with-variable-l.patch, 
> 0010-PHOENIX-3050-Handle-DESC-columns-in-child-parent-joi.patch, 
> 0011-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0012-PHOENIX-3837-Feature-enabling-to-set-property-on-an-.patch, 
> 0013-PHOENIX-4415-Ignore-CURRENT_SCN-property-if-set-in-P.patch, 
> 0014-PHOENIX-4424-Allow-users-to-create-DEFAULT-and-HBASE.patch
>
>
> Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
> master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4461) Sync branch 4.x-HBase-1.2

2017-12-16 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293971#comment-16293971
 ] 

Hadoop QA commented on PHOENIX-4461:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12902525/0001-PHOENIX-4342-Surface-QueryPlan-in-MutationPlan.patch
  against master branch at commit 5cb02da74c15b0ae7c0fb4c880d60a2d1b6d18aa.
  ATTACHMENT ID: 12902525

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1672//console

This message is automatically generated.

> Sync branch 4.x-HBase-1.2
> -
>
> Key: PHOENIX-4461
> URL: https://issues.apache.org/jira/browse/PHOENIX-4461
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: verify
>Reporter: Pedro Boado
> Attachments: 
> 0001-PHOENIX-4342-Surface-QueryPlan-in-MutationPlan.patch, 
> 0002-PHOENIX-4361-Remove-redundant-argument-in-separateAn.patch, 
> 0003-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0004-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0005-Revert-PHOENIX-4386-Calculate-the-estimatedSize-of-M.patch, 
> 0006-PHOENIX-4198-Remove-the-need-for-users-to-have-acces.patch, 
> 0007-PHOENIX-672-Add-GRANT-and-REVOKE-commands-using-HBas.patch, 
> 0008-PHOENIX-4288-Indexes-not-used-when-ordering-by-prima.patch, 
> 0009-PHOENIX-4322-DESC-primary-key-column-with-variable-l.patch, 
> 0010-PHOENIX-3050-Handle-DESC-columns-in-child-parent-joi.patch, 
> 0011-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0012-PHOENIX-3837-Feature-enabling-to-set-property-on-an-.patch, 
> 0013-PHOENIX-4415-Ignore-CURRENT_SCN-property-if-set-in-P.patch, 
> 0014-PHOENIX-4424-Allow-users-to-create-DEFAULT-and-HBASE.patch
>
>
> Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
> master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] phoenix issue #286: Sync 4.x-HBase-1.2 to master

2017-12-16 Thread pboado
Github user pboado commented on the issue:

https://github.com/apache/phoenix/pull/286
  
Same patches here compressed into a .tar.gz file - easier to download - 

[PR-286.tar.gz](https://github.com/apache/phoenix/files/1565194/PR-286.tar.gz)



---


[GitHub] phoenix issue #286: Sync 4.x-HBase-1.2 to master

2017-12-16 Thread pboado
Github user pboado commented on the issue:

https://github.com/apache/phoenix/pull/286
  
I think I found a way of applying the changes. I've just uploaded all files 
generated by `git format-patch HEAD~14` to the JIRA ticket. By downloading them 
into the same folders and running a `git-am *.patch` patches should be applied 
in the right order keeping original author and commit times.


---


[jira] [Commented] (PHOENIX-4461) Sync branch 4.x-HBase-1.2

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293968#comment-16293968
 ] 

Pedro Boado commented on PHOENIX-4461:
--

Downloading all patches into one folder and applying them via {{git-am 
*.patch}} should do the work.

> Sync branch 4.x-HBase-1.2
> -
>
> Key: PHOENIX-4461
> URL: https://issues.apache.org/jira/browse/PHOENIX-4461
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: verify
>Reporter: Pedro Boado
> Attachments: 
> 0001-PHOENIX-4342-Surface-QueryPlan-in-MutationPlan.patch, 
> 0002-PHOENIX-4361-Remove-redundant-argument-in-separateAn.patch, 
> 0003-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0004-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0005-Revert-PHOENIX-4386-Calculate-the-estimatedSize-of-M.patch, 
> 0006-PHOENIX-4198-Remove-the-need-for-users-to-have-acces.patch, 
> 0007-PHOENIX-672-Add-GRANT-and-REVOKE-commands-using-HBas.patch, 
> 0008-PHOENIX-4288-Indexes-not-used-when-ordering-by-prima.patch, 
> 0009-PHOENIX-4322-DESC-primary-key-column-with-variable-l.patch, 
> 0010-PHOENIX-3050-Handle-DESC-columns-in-child-parent-joi.patch, 
> 0011-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0012-PHOENIX-3837-Feature-enabling-to-set-property-on-an-.patch, 
> 0013-PHOENIX-4415-Ignore-CURRENT_SCN-property-if-set-in-P.patch, 
> 0014-PHOENIX-4424-Allow-users-to-create-DEFAULT-and-HBASE.patch
>
>
> Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
> master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4461) Sync branch 4.x-HBase-1.2

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado updated PHOENIX-4461:
-
Attachment: (was: 286.patch)

> Sync branch 4.x-HBase-1.2
> -
>
> Key: PHOENIX-4461
> URL: https://issues.apache.org/jira/browse/PHOENIX-4461
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: verify
>Reporter: Pedro Boado
> Attachments: 
> 0001-PHOENIX-4342-Surface-QueryPlan-in-MutationPlan.patch, 
> 0002-PHOENIX-4361-Remove-redundant-argument-in-separateAn.patch, 
> 0003-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0004-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0005-Revert-PHOENIX-4386-Calculate-the-estimatedSize-of-M.patch, 
> 0006-PHOENIX-4198-Remove-the-need-for-users-to-have-acces.patch, 
> 0007-PHOENIX-672-Add-GRANT-and-REVOKE-commands-using-HBas.patch, 
> 0008-PHOENIX-4288-Indexes-not-used-when-ordering-by-prima.patch, 
> 0009-PHOENIX-4322-DESC-primary-key-column-with-variable-l.patch, 
> 0010-PHOENIX-3050-Handle-DESC-columns-in-child-parent-joi.patch, 
> 0011-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0012-PHOENIX-3837-Feature-enabling-to-set-property-on-an-.patch, 
> 0013-PHOENIX-4415-Ignore-CURRENT_SCN-property-if-set-in-P.patch, 
> 0014-PHOENIX-4424-Allow-users-to-create-DEFAULT-and-HBASE.patch
>
>
> Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
> master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4461) Sync branch 4.x-HBase-1.2

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado updated PHOENIX-4461:
-
Attachment: 0001-PHOENIX-4342-Surface-QueryPlan-in-MutationPlan.patch
0002-PHOENIX-4361-Remove-redundant-argument-in-separateAn.patch
0003-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch
0004-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch
0005-Revert-PHOENIX-4386-Calculate-the-estimatedSize-of-M.patch
0006-PHOENIX-4198-Remove-the-need-for-users-to-have-acces.patch
0007-PHOENIX-672-Add-GRANT-and-REVOKE-commands-using-HBas.patch
0008-PHOENIX-4288-Indexes-not-used-when-ordering-by-prima.patch
0009-PHOENIX-4322-DESC-primary-key-column-with-variable-l.patch
0010-PHOENIX-3050-Handle-DESC-columns-in-child-parent-joi.patch
0011-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch
0012-PHOENIX-3837-Feature-enabling-to-set-property-on-an-.patch
0013-PHOENIX-4415-Ignore-CURRENT_SCN-property-if-set-in-P.patch
0014-PHOENIX-4424-Allow-users-to-create-DEFAULT-and-HBASE.patch

Patches generated from original PR via  {{git format-patch HEAD~14}}

> Sync branch 4.x-HBase-1.2
> -
>
> Key: PHOENIX-4461
> URL: https://issues.apache.org/jira/browse/PHOENIX-4461
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: verify
>Reporter: Pedro Boado
> Attachments: 
> 0001-PHOENIX-4342-Surface-QueryPlan-in-MutationPlan.patch, 
> 0002-PHOENIX-4361-Remove-redundant-argument-in-separateAn.patch, 
> 0003-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0004-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0005-Revert-PHOENIX-4386-Calculate-the-estimatedSize-of-M.patch, 
> 0006-PHOENIX-4198-Remove-the-need-for-users-to-have-acces.patch, 
> 0007-PHOENIX-672-Add-GRANT-and-REVOKE-commands-using-HBas.patch, 
> 0008-PHOENIX-4288-Indexes-not-used-when-ordering-by-prima.patch, 
> 0009-PHOENIX-4322-DESC-primary-key-column-with-variable-l.patch, 
> 0010-PHOENIX-3050-Handle-DESC-columns-in-child-parent-joi.patch, 
> 0011-PHOENIX-4386-Calculate-the-estimatedSize-of-Mutation.patch, 
> 0012-PHOENIX-3837-Feature-enabling-to-set-property-on-an-.patch, 
> 0013-PHOENIX-4415-Ignore-CURRENT_SCN-property-if-set-in-P.patch, 
> 0014-PHOENIX-4424-Allow-users-to-create-DEFAULT-and-HBASE.patch
>
>
> Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
> master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4461) Sync branch 4.x-HBase-1.2

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado updated PHOENIX-4461:
-
Summary: Sync branch 4.x-HBase-1.2  (was: Test run for Pull Request #289, 
sync branch 4.x-HBase-1.2)

> Sync branch 4.x-HBase-1.2
> -
>
> Key: PHOENIX-4461
> URL: https://issues.apache.org/jira/browse/PHOENIX-4461
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: verify
>Reporter: Pedro Boado
> Attachments: 286.patch
>
>
> Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
> master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] phoenix issue #286: Sync 4.x-HBase-1.2 to master

2017-12-16 Thread JamesRTaylor
Github user JamesRTaylor commented on the issue:

https://github.com/apache/phoenix/pull/286
  
You can attach patch (to original JIRA) only when the cherry pick doesn’t 
apply cleanly - that’s probably easiest.


---


[GitHub] phoenix issue #286: Sync 4.x-HBase-1.2 to master

2017-12-16 Thread pboado
Github user pboado commented on the issue:

https://github.com/apache/phoenix/pull/286
  
Yes James, please revert the commit and I'll attach a set of patches to be 
applied -almost all cherry picks applied with no conflicts-


---


[GitHub] phoenix issue #286: Sync 4.x-HBase-1.2 to master

2017-12-16 Thread JamesRTaylor
Github user JamesRTaylor commented on the issue:

https://github.com/apache/phoenix/pull/286
  
Agreed, but the github repo is read-only so the PR can’t be manually 
applied. The only way I know how to do this is by manually cherry picking the 
commits (and manually resolving any conflicts). Only committers are able to do 
this, though. Otherwise, you could create separate patches for any commits that 
don’t cherry pick cleanly. Let me know and I can revert my previous commit.


---


[jira] [Comment Edited] (PHOENIX-4372) Distribution of Apache Phoenix 4.13 for CDH 5.11.2

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293964#comment-16293964
 ] 

Pedro Boado edited comment on PHOENIX-4372 at 12/16/17 11:17 PM:
-

I don't really think it's something related to the cdh port - I've seen this 
error reported before -. Why don't you just drop an email to the list for help? 


was (Author: pboado):
I don't really think it's something related to the cdh port -I've seen this 
error reported before-. Why don't you just drop an email to the list for help? 

> Distribution of Apache Phoenix 4.13 for CDH 5.11.2
> --
>
> Key: PHOENIX-4372
> URL: https://issues.apache.org/jira/browse/PHOENIX-4372
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: 4.13.0
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
>  Labels: cdh
> Attachments: PHOENIX-4372-v2.patch, PHOENIX-4372-v3.patch, 
> PHOENIX-4372-v4.patch, PHOENIX-4372-v5.patch, PHOENIX-4372-v6.patch, 
> PHOENIX-4372-v7.patch, PHOENIX-4372.patch
>
>
> Changes required on top of branch 4.13-HBase-1.2 for creating a parcel of 
> Apache Phoenix 4.13.0 for CDH 5.11.2 . 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4372) Distribution of Apache Phoenix 4.13 for CDH 5.11.2

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293964#comment-16293964
 ] 

Pedro Boado commented on PHOENIX-4372:
--

I don't really think it's something related to the cdh port -I've seen this 
error reported before-. Why don't you just drop an email to the list for help? 

> Distribution of Apache Phoenix 4.13 for CDH 5.11.2
> --
>
> Key: PHOENIX-4372
> URL: https://issues.apache.org/jira/browse/PHOENIX-4372
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: 4.13.0
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
>  Labels: cdh
> Attachments: PHOENIX-4372-v2.patch, PHOENIX-4372-v3.patch, 
> PHOENIX-4372-v4.patch, PHOENIX-4372-v5.patch, PHOENIX-4372-v6.patch, 
> PHOENIX-4372-v7.patch, PHOENIX-4372.patch
>
>
> Changes required on top of branch 4.13-HBase-1.2 for creating a parcel of 
> Apache Phoenix 4.13.0 for CDH 5.11.2 . 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4372) Distribution of Apache Phoenix 4.13 for CDH 5.11.2

2017-12-16 Thread Flavio Pompermaier (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293960#comment-16293960
 ] 

Flavio Pompermaier commented on PHOENIX-4372:
-

And what about my upgrade error? Is there any way to fix it? I can't find a
way to repair Phoenix




> Distribution of Apache Phoenix 4.13 for CDH 5.11.2
> --
>
> Key: PHOENIX-4372
> URL: https://issues.apache.org/jira/browse/PHOENIX-4372
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: 4.13.0
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
>  Labels: cdh
> Attachments: PHOENIX-4372-v2.patch, PHOENIX-4372-v3.patch, 
> PHOENIX-4372-v4.patch, PHOENIX-4372-v5.patch, PHOENIX-4372-v6.patch, 
> PHOENIX-4372-v7.patch, PHOENIX-4372.patch
>
>
> Changes required on top of branch 4.13-HBase-1.2 for creating a parcel of 
> Apache Phoenix 4.13.0 for CDH 5.11.2 . 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4372) Distribution of Apache Phoenix 4.13 for CDH 5.11.2

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293956#comment-16293956
 ] 

Pedro Boado commented on PHOENIX-4372:
--

OK, I've amended the patch for PHOENIX-4462 as suggested,  but I'm not entirely 
sure about PHOENIX-4463 as I think this tweak has not been applied for any of 
v4.13.1-HBase-1.x-rc0 .

> Distribution of Apache Phoenix 4.13 for CDH 5.11.2
> --
>
> Key: PHOENIX-4372
> URL: https://issues.apache.org/jira/browse/PHOENIX-4372
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: 4.13.0
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
>  Labels: cdh
> Attachments: PHOENIX-4372-v2.patch, PHOENIX-4372-v3.patch, 
> PHOENIX-4372-v4.patch, PHOENIX-4372-v5.patch, PHOENIX-4372-v6.patch, 
> PHOENIX-4372-v7.patch, PHOENIX-4372.patch
>
>
> Changes required on top of branch 4.13-HBase-1.2 for creating a parcel of 
> Apache Phoenix 4.13.0 for CDH 5.11.2 . 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4463) Update org.apache.phoenix.coprocessor.MetaDataProtocol version to 4.13.2

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293955#comment-16293955
 ] 

Pedro Boado commented on PHOENIX-4463:
--

CDH branch is synced to v4.13.1-HBase-1.2-rc0 . Is there any particular reason 
to create a new release 4.13.2?   I'd rather prefer publishing a 4.13.1 version 
for cdh and then just follow same versioning as master. 

Just one question...  I've just checked that none of the branches have 
increased this version since 4.13.0 . Is it worth changing only this branch? 
I'd rather prefer keeping the code as close as possible to master.


> Update org.apache.phoenix.coprocessor.MetaDataProtocol version to 4.13.2
> 
>
> Key: PHOENIX-4463
> URL: https://issues.apache.org/jira/browse/PHOENIX-4463
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: James Taylor
>Assignee: Pedro Boado
>
> We also store the version in org.apache.phoenix.coprocessor.MetaDataProtocol, 
> so this class should be updated as well prior to the release.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4462) Fix license issues with rat plugin

2017-12-16 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293951#comment-16293951
 ] 

Hadoop QA commented on PHOENIX-4462:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12902511/PHOENIX-4462-4.x-cdh5.11.2-v2.patch
  against master branch at commit 5cb02da74c15b0ae7c0fb4c880d60a2d1b6d18aa.
  ATTACHMENT ID: 12902511

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+0 tests included{color}.  The patch appears to be a 
documentation, build,
or dev patch that doesn't require tests.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1671//console

This message is automatically generated.

> Fix license issues with rat plugin
> --
>
> Key: PHOENIX-4462
> URL: https://issues.apache.org/jira/browse/PHOENIX-4462
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Attachments: PHOENIX-4462-4.x-cdh5.11.2-v2.patch
>
>
> RAT plugin is failing with some files (~10) when creating a release package.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4462) Fix license issues with rat plugin

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado updated PHOENIX-4462:
-
Attachment: PHOENIX-4462-4.x-cdh5.11.2-v2.patch

Changing patch as per [~jamestaylor] comment

> Fix license issues with rat plugin
> --
>
> Key: PHOENIX-4462
> URL: https://issues.apache.org/jira/browse/PHOENIX-4462
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Attachments: PHOENIX-4462-4.x-cdh5.11.2-v2.patch
>
>
> RAT plugin is failing with some files (~10) when creating a release package.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4462) Fix license issues with rat plugin

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado updated PHOENIX-4462:
-
Attachment: (was: PHOENIX-4462.patch)

> Fix license issues with rat plugin
> --
>
> Key: PHOENIX-4462
> URL: https://issues.apache.org/jira/browse/PHOENIX-4462
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>
> RAT plugin is failing with some files (~10) when creating a release package.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4461) Test run for Pull Request #289, sync branch 4.x-HBase-1.2

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293943#comment-16293943
 ] 

Pedro Boado commented on PHOENIX-4461:
--

I don't really think it's a great idea squashing all commits for this PR, it 
makes really difficult to track what has been merged and what hasn't from 
master . Could you please reverse/rebase the branch and apply the pull request 
instead?

> Test run for Pull Request #289, sync branch 4.x-HBase-1.2
> -
>
> Key: PHOENIX-4461
> URL: https://issues.apache.org/jira/browse/PHOENIX-4461
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: verify
>Reporter: Pedro Boado
> Attachments: 286.patch
>
>
> Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
> master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] phoenix issue #286: Sync 4.x-HBase-1.2 to master

2017-12-16 Thread pboado
Github user pboado commented on the issue:

https://github.com/apache/phoenix/pull/286
  
I don't really think it's a great idea squashing all commits for this PR, 
it makes really difficult to track what has been merged and what hasn't from 
master . Could you please  reverse/rebase the branch and apply the pull request 
instead?


---


[GitHub] phoenix issue #286: Sync 4.x-HBase-1.2 to master

2017-12-16 Thread JamesRTaylor
Github user JamesRTaylor commented on the issue:

https://github.com/apache/phoenix/pull/286
  
I pushed this to 4.x-HBase-1.2


---


[jira] [Commented] (PHOENIX-4372) Distribution of Apache Phoenix 4.13 for CDH 5.11.2

2017-12-16 Thread James Taylor (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293906#comment-16293906
 ] 

James Taylor commented on PHOENIX-4372:
---

Thanks, [~pboado]. I committed the first too, but PHOENIX-4462 needs a slightly 
different change (see comment). I also filed PHOENIX-4463 for a minor tweak 
necessary before release.

> Distribution of Apache Phoenix 4.13 for CDH 5.11.2
> --
>
> Key: PHOENIX-4372
> URL: https://issues.apache.org/jira/browse/PHOENIX-4372
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: 4.13.0
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
>  Labels: cdh
> Attachments: PHOENIX-4372-v2.patch, PHOENIX-4372-v3.patch, 
> PHOENIX-4372-v4.patch, PHOENIX-4372-v5.patch, PHOENIX-4372-v6.patch, 
> PHOENIX-4372-v7.patch, PHOENIX-4372.patch
>
>
> Changes required on top of branch 4.13-HBase-1.2 for creating a parcel of 
> Apache Phoenix 4.13.0 for CDH 5.11.2 . 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (PHOENIX-4463) Update org.apache.phoenix.coprocessor.MetaDataProtocol version to 4.13.2

2017-12-16 Thread James Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor reassigned PHOENIX-4463:
-

Assignee: Pedro Boado

> Update org.apache.phoenix.coprocessor.MetaDataProtocol version to 4.13.2
> 
>
> Key: PHOENIX-4463
> URL: https://issues.apache.org/jira/browse/PHOENIX-4463
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: James Taylor
>Assignee: Pedro Boado
>
> We also store the version in org.apache.phoenix.coprocessor.MetaDataProtocol, 
> so this class should be updated as well prior to the release.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (PHOENIX-4463) Update org.apache.phoenix.coprocessor.MetaDataProtocol version to 4.13.2

2017-12-16 Thread James Taylor (JIRA)
James Taylor created PHOENIX-4463:
-

 Summary: Update org.apache.phoenix.coprocessor.MetaDataProtocol 
version to 4.13.2
 Key: PHOENIX-4463
 URL: https://issues.apache.org/jira/browse/PHOENIX-4463
 Project: Phoenix
  Issue Type: Sub-task
Reporter: James Taylor


We also store the version in org.apache.phoenix.coprocessor.MetaDataProtocol, 
so this class should be updated as well prior to the release.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4453) [CDH] Thin client fails with missing library

2017-12-16 Thread James Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor updated PHOENIX-4453:
--
Fix Version/s: 4.13.2-cdh5.11.2

> [CDH] Thin client fails with missing library
> 
>
> Key: PHOENIX-4453
> URL: https://issues.apache.org/jira/browse/PHOENIX-4453
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.13.2-cdh5.11.2
> Environment: Centos 6  +  4.13.1-cdh5.11.2 rc0 
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Fix For: 4.13.2-cdh5.11.2
>
> Attachments: PHOENIX-4453.patch
>
>
> sqlline-thin client cannot start because of a dependency problem
> {code}
> [cloudera@quickstart bin]$ ./phoenix-sqlline-thin.py 
> Setting property: [incremental, false]
> Setting property: [isolation, TRANSACTION_READ_COMMITTED]
> issuing: !connect 
> jdbc:phoenix:thin:url=http://localhost:8765;serialization=PROTOBUF none none 
> org.apache.phoenix.queryserver.client.Driver
> Connecting to 
> jdbc:phoenix:thin:url=http://localhost:8765;serialization=PROTOBUF
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in 
> [jar:file:/opt/cloudera/parcels/APACHE_PHOENIX-4.13.1-cdh5.11.2.p0.0/lib/phoenix/phoenix-4.13.0-cdh5.11.2-thin-client.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in 
> [jar:file:/opt/cloudera/parcels/CDH-5.11.2-1.cdh5.11.2.p0.4/jars/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> java.lang.NoClassDefFoundError: 
> org/apache/phoenix/shaded/org/apache/http/config/Lookup
>   at java.lang.Class.forName0(Native Method)
>   at java.lang.Class.forName(Class.java:190)
>   at 
> org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl.instantiateClient(AvaticaHttpClientFactoryImpl.java:112)
>   at 
> org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl.getClient(AvaticaHttpClientFactoryImpl.java:68)
>   at 
> org.apache.calcite.avatica.remote.Driver.getHttpClient(Driver.java:160)
>   at 
> org.apache.calcite.avatica.remote.Driver.createService(Driver.java:123)
>   at org.apache.calcite.avatica.remote.Driver.createMeta(Driver.java:97)
>   at 
> org.apache.calcite.avatica.AvaticaConnection.(AvaticaConnection.java:121)
>   at 
> org.apache.calcite.avatica.AvaticaJdbc41Factory$AvaticaJdbc41Connection.(AvaticaJdbc41Factory.java:105)
>   at 
> org.apache.calcite.avatica.AvaticaJdbc41Factory.newConnection(AvaticaJdbc41Factory.java:62)
>   at 
> org.apache.calcite.avatica.UnregisteredDriver.connect(UnregisteredDriver.java:138)
>   at org.apache.calcite.avatica.remote.Driver.connect(Driver.java:165)
>   at sqlline.DatabaseConnection.connect(DatabaseConnection.java:157)
>   at sqlline.DatabaseConnection.getConnection(DatabaseConnection.java:203)
>   at sqlline.Commands.connect(Commands.java:1064)
>   at sqlline.Commands.connect(Commands.java:996)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:606)
>   at 
> sqlline.ReflectiveCommandHandler.execute(ReflectiveCommandHandler.java:38)
>   at sqlline.SqlLine.dispatch(SqlLine.java:809)
>   at sqlline.SqlLine.initArgs(SqlLine.java:588)
>   at sqlline.SqlLine.begin(SqlLine.java:661)
>   at sqlline.SqlLine.start(SqlLine.java:398)
>   at sqlline.SqlLine.main(SqlLine.java:291)
>   at 
> org.apache.phoenix.queryserver.client.SqllineWrapper.main(SqllineWrapper.java:93)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.phoenix.shaded.org.apache.http.config.Lookup
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>   ... 27 more
> sqlline version 1.2.0
> 0: jdbc:phoenix:thin:url=http://localhost:876> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4454) [CDH] Heavy client fails when used from a standalone machine

2017-12-16 Thread James Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor updated PHOENIX-4454:
--
Fix Version/s: 4.13.2-cdh5.11.2

> [CDH] Heavy client fails when used from a standalone machine
> 
>
> Key: PHOENIX-4454
> URL: https://issues.apache.org/jira/browse/PHOENIX-4454
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.13.2-cdh5.11.2
> Environment: Windows 7 + DB Visualizer + Heavy client
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Fix For: 4.13.2-cdh5.11.2
>
> Attachments: PHOENIX-4454.patch
>
>
> Client provided with the distribution doesn't work when used out of the HBase 
> cluster.  
> {code}
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.apache.hadoop.mapred.JobConf
>    at java.lang.Class.forName0(Native Method)
>    at java.lang.Class.forName(Unknown Source)
>    at 
> org.apache.hadoop.conf.Configuration.getClassByNameOrNull(Configuration.java:2138)
>    at 
> org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:91)
>    at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:75)
>    at 
> org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:133)
>    at 
> org.apache.hadoop.hbase.security.UserProvider.instantiate(UserProvider.java:124)
>    at 
> org.apache.hadoop.hbase.client.ConnectionManager.createConnectionInternal(ConnectionManager.java:341)
>    at 
> org.apache.hadoop.hbase.client.HConnectionManager.createConnection(HConnectionManager.java:144)
>    at 
> org.apache.phoenix.query.HConnectionFactory$HConnectionFactoryImpl.createConnection(HConnectionFactory.java:47)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl.openConnection(ConnectionQueryServicesImpl.java:408)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl.access$400(ConnectionQueryServicesImpl.java:256)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl$12.call(ConnectionQueryServicesImpl.java:2408)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl$12.call(ConnectionQueryServicesImpl.java:2384)
>    at 
> org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:76)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl.init(ConnectionQueryServicesImpl.java:2384)
>    at 
> org.apache.phoenix.jdbc.PhoenixDriver.getConnectionQueryServices(PhoenixDriver.java:255)
>    at 
> org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.createConnection(PhoenixEmbeddedDriver.java:150)
>    at org.apache.phoenix.jdbc.PhoenixDriver.connect(PhoenixDriver.java:221)
>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>    at java.lang.reflect.Method.invoke(Unknown Source)
>    at com.onseven.dbvis.g.B.D.ā(Z:1548)
>    at com.onseven.dbvis.g.B.F$A.call(Z:1369)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4462) Fix license issues with rat plugin

2017-12-16 Thread James Taylor (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293901#comment-16293901
 ] 

James Taylor commented on PHOENIX-4462:
---

It's ok to ignore json files in the rat plugin, but the others support comments 
so the Apache header should be added to those files where it's missing
{code}
+**/*.properties
+**/*.json
+**/*.sh
+**/*.py
{code}
See the bin directory for examples of properties, sh, and py files which have 
the ASF header.

> Fix license issues with rat plugin
> --
>
> Key: PHOENIX-4462
> URL: https://issues.apache.org/jira/browse/PHOENIX-4462
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Attachments: PHOENIX-4462.patch
>
>
> RAT plugin is failing with some files (~10) when creating a release package.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4453) [CDH] Thin client fails with missing library

2017-12-16 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293894#comment-16293894
 ] 

Hadoop QA commented on PHOENIX-4453:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12902500/PHOENIX-4453.patch
  against master branch at commit 5cb02da74c15b0ae7c0fb4c880d60a2d1b6d18aa.
  ATTACHMENT ID: 12902500

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+0 tests included{color}.  The patch appears to be a 
documentation, build,
or dev patch that doesn't require tests.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:red}-1 release audit{color}.  The applied patch generated 1 release 
audit warnings (more than the master's current 0 warnings).

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

 {color:red}-1 core tests{color}.  The patch failed these unit tests:
 
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.rpc.PhoenixClientRpcIT

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1670//testReport/
Release audit warnings: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1670//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1670//console

This message is automatically generated.

> [CDH] Thin client fails with missing library
> 
>
> Key: PHOENIX-4453
> URL: https://issues.apache.org/jira/browse/PHOENIX-4453
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.13.2-cdh5.11.2
> Environment: Centos 6  +  4.13.1-cdh5.11.2 rc0 
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Attachments: PHOENIX-4453.patch
>
>
> sqlline-thin client cannot start because of a dependency problem
> {code}
> [cloudera@quickstart bin]$ ./phoenix-sqlline-thin.py 
> Setting property: [incremental, false]
> Setting property: [isolation, TRANSACTION_READ_COMMITTED]
> issuing: !connect 
> jdbc:phoenix:thin:url=http://localhost:8765;serialization=PROTOBUF none none 
> org.apache.phoenix.queryserver.client.Driver
> Connecting to 
> jdbc:phoenix:thin:url=http://localhost:8765;serialization=PROTOBUF
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in 
> [jar:file:/opt/cloudera/parcels/APACHE_PHOENIX-4.13.1-cdh5.11.2.p0.0/lib/phoenix/phoenix-4.13.0-cdh5.11.2-thin-client.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in 
> [jar:file:/opt/cloudera/parcels/CDH-5.11.2-1.cdh5.11.2.p0.4/jars/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> java.lang.NoClassDefFoundError: 
> org/apache/phoenix/shaded/org/apache/http/config/Lookup
>   at java.lang.Class.forName0(Native Method)
>   at java.lang.Class.forName(Class.java:190)
>   at 
> org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl.instantiateClient(AvaticaHttpClientFactoryImpl.java:112)
>   at 
> org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl.getClient(AvaticaHttpClientFactoryImpl.java:68)
>   at 
> org.apache.calcite.avatica.remote.Driver.getHttpClient(Driver.java:160)
>   at 
> org.apache.calcite.avatica.remote.Driver.createService(Driver.java:123)
>   at org.apache.calcite.avatica.remote.Driver.createMeta(Driver.java:97)
>   at 
> org.apache.calcite.avatica.AvaticaConnection.(AvaticaConnection.java:121)
>   at 
> org.apache.calcite.avatica.AvaticaJdbc41Factory$AvaticaJdbc41Connection.(AvaticaJdbc41Factory.java:105)
>   at 
> org.apache.calcite.avatica.AvaticaJdbc41Factory.newConnection(AvaticaJdbc41Factory.java:62)
>   at 
> org.apache.calcite.avatica.UnregisteredDriver.connect(UnregisteredDriver.java:138)
>   at org.apache.calcite.avatica.remote.Driver.connect(Driver.java:165)
>   at sqlline.DatabaseConnection.connect(DatabaseConnection.java:157)
>   at sqlline.DatabaseConnection.getConnection(DatabaseConnection.java:203)
>   at sqlline.Commands.connect(Commands.java:1064)
>   at sqlline.Commands.connect(Commands.java:996)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:606)
>   at 
> sqlline.ReflectiveCommandHandler.execute(ReflectiveCommandHandler.java:38)
> 

Re: Query - right way of getting a PR reviewed?

2017-12-16 Thread James Taylor
Include the branch name in the patch file name.

On Sat, Dec 16, 2017 at 4:11 AM Pedro Boado  wrote:

> How can I tell QA Jenkins to analyse/apply the patch against the right
> branch instead of master?
>
> On 16 December 2017 at 10:57, Pedro Boado  wrote:
>
> > Hi all,
> >
> > I've filed https://issues.apache.org/jira/browse/PHOENIX-4461 for
> > requesting the test run. Can anyone please look into it?
> >
> > Cheers.
> >
> > On 13 December 2017 at 08:49, Pedro Boado  wrote:
> >
> >> Hi James,
> >>
> >> Yes I've run all long IT and they are all passing, I can attach build
> >> logs later today if needed.
> >>
> >> Cheers.
> >>
> >> On 13 Dec 2017 12:18 am, "James Taylor"  wrote:
> >>
> >>> Hi Pedro,
> >>> Pinging the dev list is fine to prod us into committing something. I'd
> >>> recommend filing a JIRA and submitting a patch on the JIRA to get a
> test
> >>> run. If you've run the tests locally already and they all pass, then it
> >>> should be fine to commit it as well.
> >>> Thanks,
> >>> James
> >>>
> >>> On Tue, Dec 12, 2017 at 3:59 PM, Pedro Boado 
> >>> wrote:
> >>>
> >>> > Hi all,
> >>> >
> >>> > I've just cherry picked all current changes from master onto
> >>> 4.x-HBase-1.2
> >>> > and sent a PR ( https://github.com/apache/phoenix/pull/286 ) . What
> >>> is the
> >>> > right way of requesting this PR to be reviewed as part of the
> >>> 4.x-HBase-1.2
> >>> > maintenance?  In here via email?
> >>> >
> >>> > --
> >>> > Un saludo.
> >>> > Pedro Boado.
> >>> >
> >>>
> >>
> >
> >
> > --
> > Un saludo.
> > Pedro Boado.
> >
>
>
>
> --
> Un saludo.
> Pedro Boado.
>


[jira] [Comment Edited] (PHOENIX-4372) Distribution of Apache Phoenix 4.13 for CDH 5.11.2

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293863#comment-16293863
 ] 

Pedro Boado edited comment on PHOENIX-4372 at 12/16/17 4:08 PM:


Hi, [~jamestaylor]

Could you please apply this patches?
* PHOENIX-4453
* PHOENIX-4454
* PHOENIX-4462

Once applied I'd say we are ready for a RC. The branch also needs a version 
bump to   4.13.1-cdh5.11.2  for release.
Once the RC is ok I'd bump versions to 4.14.0-cdh5.11.2-SNAPSHOT for keeping it 
in sync with 4.x-HBase-1.2

Current cdh branch has two commits not included in 4.13.1-HBase-1.2.rc0 , 
(PHOENIX-4439,PHOENIX-4456)  but I wouldn't reverse them. 


was (Author: pboado):
Hi, [~jamestaylor]

Could you please apply this patches?
* PHOENIX-4453
* PHOENIX-4454
* PHOENIX-4462

Once applied I'd say we are ready for a RC. The branch also needs a version 
bump to   4.13.1-cdh5.11.2  for release.
Once the RC is ok I'd bump versions to 4.14.0-cdh5.11.2-SNAPSHOT for keeping it 
in sync with 4.x-HBase-1.2

Current cdh branch has two commits not included in 4.13.2-HBase-1.2.rc0 , 
(PHOENIX-4439,PHOENIX-4456)  but I wouldn't reverse them. 

> Distribution of Apache Phoenix 4.13 for CDH 5.11.2
> --
>
> Key: PHOENIX-4372
> URL: https://issues.apache.org/jira/browse/PHOENIX-4372
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: 4.13.0
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
>  Labels: cdh
> Attachments: PHOENIX-4372-v2.patch, PHOENIX-4372-v3.patch, 
> PHOENIX-4372-v4.patch, PHOENIX-4372-v5.patch, PHOENIX-4372-v6.patch, 
> PHOENIX-4372-v7.patch, PHOENIX-4372.patch
>
>
> Changes required on top of branch 4.13-HBase-1.2 for creating a parcel of 
> Apache Phoenix 4.13.0 for CDH 5.11.2 . 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4372) Distribution of Apache Phoenix 4.13 for CDH 5.11.2

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293863#comment-16293863
 ] 

Pedro Boado commented on PHOENIX-4372:
--

Hi, [~jamestaylor]

Could you please apply this patches?
* PHOENIX-4453
* PHOENIX-4454
* PHOENIX-4462

Once applied I'd say we are ready for a RC. The branch also needs a version 
bump to   4.13.1-cdh5.11.2  for release.
Once the RC is ok I'd bump versions to 4.14.0-cdh5.11.2-SNAPSHOT for keeping it 
in sync with 4.x-HBase-1.2

Current cdh branch has two commits not included in 4.13.2-HBase-1.2.rc0 , 
(PHOENIX-4439,PHOENIX-4456)  but I wouldn't reverse them. 

> Distribution of Apache Phoenix 4.13 for CDH 5.11.2
> --
>
> Key: PHOENIX-4372
> URL: https://issues.apache.org/jira/browse/PHOENIX-4372
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: 4.13.0
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
>  Labels: cdh
> Attachments: PHOENIX-4372-v2.patch, PHOENIX-4372-v3.patch, 
> PHOENIX-4372-v4.patch, PHOENIX-4372-v5.patch, PHOENIX-4372-v6.patch, 
> PHOENIX-4372-v7.patch, PHOENIX-4372.patch
>
>
> Changes required on top of branch 4.13-HBase-1.2 for creating a parcel of 
> Apache Phoenix 4.13.0 for CDH 5.11.2 . 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4453) [CDH] Thin client fails with missing library

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado updated PHOENIX-4453:
-
Priority: Major  (was: Minor)

> [CDH] Thin client fails with missing library
> 
>
> Key: PHOENIX-4453
> URL: https://issues.apache.org/jira/browse/PHOENIX-4453
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.13.2-cdh5.11.2
> Environment: Centos 6  +  4.13.1-cdh5.11.2 rc0 
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Attachments: PHOENIX-4453.patch
>
>
> sqlline-thin client cannot start because of a dependency problem
> {code}
> [cloudera@quickstart bin]$ ./phoenix-sqlline-thin.py 
> Setting property: [incremental, false]
> Setting property: [isolation, TRANSACTION_READ_COMMITTED]
> issuing: !connect 
> jdbc:phoenix:thin:url=http://localhost:8765;serialization=PROTOBUF none none 
> org.apache.phoenix.queryserver.client.Driver
> Connecting to 
> jdbc:phoenix:thin:url=http://localhost:8765;serialization=PROTOBUF
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in 
> [jar:file:/opt/cloudera/parcels/APACHE_PHOENIX-4.13.1-cdh5.11.2.p0.0/lib/phoenix/phoenix-4.13.0-cdh5.11.2-thin-client.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in 
> [jar:file:/opt/cloudera/parcels/CDH-5.11.2-1.cdh5.11.2.p0.4/jars/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> java.lang.NoClassDefFoundError: 
> org/apache/phoenix/shaded/org/apache/http/config/Lookup
>   at java.lang.Class.forName0(Native Method)
>   at java.lang.Class.forName(Class.java:190)
>   at 
> org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl.instantiateClient(AvaticaHttpClientFactoryImpl.java:112)
>   at 
> org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl.getClient(AvaticaHttpClientFactoryImpl.java:68)
>   at 
> org.apache.calcite.avatica.remote.Driver.getHttpClient(Driver.java:160)
>   at 
> org.apache.calcite.avatica.remote.Driver.createService(Driver.java:123)
>   at org.apache.calcite.avatica.remote.Driver.createMeta(Driver.java:97)
>   at 
> org.apache.calcite.avatica.AvaticaConnection.(AvaticaConnection.java:121)
>   at 
> org.apache.calcite.avatica.AvaticaJdbc41Factory$AvaticaJdbc41Connection.(AvaticaJdbc41Factory.java:105)
>   at 
> org.apache.calcite.avatica.AvaticaJdbc41Factory.newConnection(AvaticaJdbc41Factory.java:62)
>   at 
> org.apache.calcite.avatica.UnregisteredDriver.connect(UnregisteredDriver.java:138)
>   at org.apache.calcite.avatica.remote.Driver.connect(Driver.java:165)
>   at sqlline.DatabaseConnection.connect(DatabaseConnection.java:157)
>   at sqlline.DatabaseConnection.getConnection(DatabaseConnection.java:203)
>   at sqlline.Commands.connect(Commands.java:1064)
>   at sqlline.Commands.connect(Commands.java:996)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:606)
>   at 
> sqlline.ReflectiveCommandHandler.execute(ReflectiveCommandHandler.java:38)
>   at sqlline.SqlLine.dispatch(SqlLine.java:809)
>   at sqlline.SqlLine.initArgs(SqlLine.java:588)
>   at sqlline.SqlLine.begin(SqlLine.java:661)
>   at sqlline.SqlLine.start(SqlLine.java:398)
>   at sqlline.SqlLine.main(SqlLine.java:291)
>   at 
> org.apache.phoenix.queryserver.client.SqllineWrapper.main(SqllineWrapper.java:93)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.phoenix.shaded.org.apache.http.config.Lookup
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>   ... 27 more
> sqlline version 1.2.0
> 0: jdbc:phoenix:thin:url=http://localhost:876> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4453) [CDH] Thin client fails with missing library

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293855#comment-16293855
 ] 

Pedro Boado commented on PHOENIX-4453:
--

The issue is related to the usage of an older version of 
httpcomponentes:httpcore (4.2.5) pulled by CDH parent pom. It's solved by 
enforcing the usage of the right libraries in the thin client module (4.5.2) .

> [CDH] Thin client fails with missing library
> 
>
> Key: PHOENIX-4453
> URL: https://issues.apache.org/jira/browse/PHOENIX-4453
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.13.2-cdh5.11.2
> Environment: Centos 6  +  4.13.1-cdh5.11.2 rc0 
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
> Attachments: PHOENIX-4453.patch
>
>
> sqlline-thin client cannot start because of a dependency problem
> {code}
> [cloudera@quickstart bin]$ ./phoenix-sqlline-thin.py 
> Setting property: [incremental, false]
> Setting property: [isolation, TRANSACTION_READ_COMMITTED]
> issuing: !connect 
> jdbc:phoenix:thin:url=http://localhost:8765;serialization=PROTOBUF none none 
> org.apache.phoenix.queryserver.client.Driver
> Connecting to 
> jdbc:phoenix:thin:url=http://localhost:8765;serialization=PROTOBUF
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in 
> [jar:file:/opt/cloudera/parcels/APACHE_PHOENIX-4.13.1-cdh5.11.2.p0.0/lib/phoenix/phoenix-4.13.0-cdh5.11.2-thin-client.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in 
> [jar:file:/opt/cloudera/parcels/CDH-5.11.2-1.cdh5.11.2.p0.4/jars/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> java.lang.NoClassDefFoundError: 
> org/apache/phoenix/shaded/org/apache/http/config/Lookup
>   at java.lang.Class.forName0(Native Method)
>   at java.lang.Class.forName(Class.java:190)
>   at 
> org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl.instantiateClient(AvaticaHttpClientFactoryImpl.java:112)
>   at 
> org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl.getClient(AvaticaHttpClientFactoryImpl.java:68)
>   at 
> org.apache.calcite.avatica.remote.Driver.getHttpClient(Driver.java:160)
>   at 
> org.apache.calcite.avatica.remote.Driver.createService(Driver.java:123)
>   at org.apache.calcite.avatica.remote.Driver.createMeta(Driver.java:97)
>   at 
> org.apache.calcite.avatica.AvaticaConnection.(AvaticaConnection.java:121)
>   at 
> org.apache.calcite.avatica.AvaticaJdbc41Factory$AvaticaJdbc41Connection.(AvaticaJdbc41Factory.java:105)
>   at 
> org.apache.calcite.avatica.AvaticaJdbc41Factory.newConnection(AvaticaJdbc41Factory.java:62)
>   at 
> org.apache.calcite.avatica.UnregisteredDriver.connect(UnregisteredDriver.java:138)
>   at org.apache.calcite.avatica.remote.Driver.connect(Driver.java:165)
>   at sqlline.DatabaseConnection.connect(DatabaseConnection.java:157)
>   at sqlline.DatabaseConnection.getConnection(DatabaseConnection.java:203)
>   at sqlline.Commands.connect(Commands.java:1064)
>   at sqlline.Commands.connect(Commands.java:996)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:606)
>   at 
> sqlline.ReflectiveCommandHandler.execute(ReflectiveCommandHandler.java:38)
>   at sqlline.SqlLine.dispatch(SqlLine.java:809)
>   at sqlline.SqlLine.initArgs(SqlLine.java:588)
>   at sqlline.SqlLine.begin(SqlLine.java:661)
>   at sqlline.SqlLine.start(SqlLine.java:398)
>   at sqlline.SqlLine.main(SqlLine.java:291)
>   at 
> org.apache.phoenix.queryserver.client.SqllineWrapper.main(SqllineWrapper.java:93)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.phoenix.shaded.org.apache.http.config.Lookup
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>   ... 27 more
> sqlline version 1.2.0
> 0: jdbc:phoenix:thin:url=http://localhost:876> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4453) [CDH] Thin client fails with missing library

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado updated PHOENIX-4453:
-
Attachment: PHOENIX-4453.patch

Patch included

> [CDH] Thin client fails with missing library
> 
>
> Key: PHOENIX-4453
> URL: https://issues.apache.org/jira/browse/PHOENIX-4453
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.13.2-cdh5.11.2
> Environment: Centos 6  +  4.13.1-cdh5.11.2 rc0 
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
> Attachments: PHOENIX-4453.patch
>
>
> sqlline-thin client cannot start because of a dependency problem
> {code}
> [cloudera@quickstart bin]$ ./phoenix-sqlline-thin.py 
> Setting property: [incremental, false]
> Setting property: [isolation, TRANSACTION_READ_COMMITTED]
> issuing: !connect 
> jdbc:phoenix:thin:url=http://localhost:8765;serialization=PROTOBUF none none 
> org.apache.phoenix.queryserver.client.Driver
> Connecting to 
> jdbc:phoenix:thin:url=http://localhost:8765;serialization=PROTOBUF
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in 
> [jar:file:/opt/cloudera/parcels/APACHE_PHOENIX-4.13.1-cdh5.11.2.p0.0/lib/phoenix/phoenix-4.13.0-cdh5.11.2-thin-client.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in 
> [jar:file:/opt/cloudera/parcels/CDH-5.11.2-1.cdh5.11.2.p0.4/jars/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> java.lang.NoClassDefFoundError: 
> org/apache/phoenix/shaded/org/apache/http/config/Lookup
>   at java.lang.Class.forName0(Native Method)
>   at java.lang.Class.forName(Class.java:190)
>   at 
> org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl.instantiateClient(AvaticaHttpClientFactoryImpl.java:112)
>   at 
> org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl.getClient(AvaticaHttpClientFactoryImpl.java:68)
>   at 
> org.apache.calcite.avatica.remote.Driver.getHttpClient(Driver.java:160)
>   at 
> org.apache.calcite.avatica.remote.Driver.createService(Driver.java:123)
>   at org.apache.calcite.avatica.remote.Driver.createMeta(Driver.java:97)
>   at 
> org.apache.calcite.avatica.AvaticaConnection.(AvaticaConnection.java:121)
>   at 
> org.apache.calcite.avatica.AvaticaJdbc41Factory$AvaticaJdbc41Connection.(AvaticaJdbc41Factory.java:105)
>   at 
> org.apache.calcite.avatica.AvaticaJdbc41Factory.newConnection(AvaticaJdbc41Factory.java:62)
>   at 
> org.apache.calcite.avatica.UnregisteredDriver.connect(UnregisteredDriver.java:138)
>   at org.apache.calcite.avatica.remote.Driver.connect(Driver.java:165)
>   at sqlline.DatabaseConnection.connect(DatabaseConnection.java:157)
>   at sqlline.DatabaseConnection.getConnection(DatabaseConnection.java:203)
>   at sqlline.Commands.connect(Commands.java:1064)
>   at sqlline.Commands.connect(Commands.java:996)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:606)
>   at 
> sqlline.ReflectiveCommandHandler.execute(ReflectiveCommandHandler.java:38)
>   at sqlline.SqlLine.dispatch(SqlLine.java:809)
>   at sqlline.SqlLine.initArgs(SqlLine.java:588)
>   at sqlline.SqlLine.begin(SqlLine.java:661)
>   at sqlline.SqlLine.start(SqlLine.java:398)
>   at sqlline.SqlLine.main(SqlLine.java:291)
>   at 
> org.apache.phoenix.queryserver.client.SqllineWrapper.main(SqllineWrapper.java:93)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.phoenix.shaded.org.apache.http.config.Lookup
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>   ... 27 more
> sqlline version 1.2.0
> 0: jdbc:phoenix:thin:url=http://localhost:876> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4372) Distribution of Apache Phoenix 4.13 for CDH 5.11.2

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293821#comment-16293821
 ] 

Pedro Boado commented on PHOENIX-4372:
--

OK, so it's just getting PHOENIX-4453 done and all the others merged and we'll 
be ready for release.

> Distribution of Apache Phoenix 4.13 for CDH 5.11.2
> --
>
> Key: PHOENIX-4372
> URL: https://issues.apache.org/jira/browse/PHOENIX-4372
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: 4.13.0
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
>  Labels: cdh
> Attachments: PHOENIX-4372-v2.patch, PHOENIX-4372-v3.patch, 
> PHOENIX-4372-v4.patch, PHOENIX-4372-v5.patch, PHOENIX-4372-v6.patch, 
> PHOENIX-4372-v7.patch, PHOENIX-4372.patch
>
>
> Changes required on top of branch 4.13-HBase-1.2 for creating a parcel of 
> Apache Phoenix 4.13.0 for CDH 5.11.2 . 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4462) Fix license issues with rat plugin

2017-12-16 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293794#comment-16293794
 ] 

Hadoop QA commented on PHOENIX-4462:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12902493/PHOENIX-4462.patch
  against master branch at commit 5cb02da74c15b0ae7c0fb4c880d60a2d1b6d18aa.
  ATTACHMENT ID: 12902493

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+0 tests included{color}.  The patch appears to be a 
documentation, build,
or dev patch that doesn't require tests.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1669//console

This message is automatically generated.

> Fix license issues with rat plugin
> --
>
> Key: PHOENIX-4462
> URL: https://issues.apache.org/jira/browse/PHOENIX-4462
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Attachments: PHOENIX-4462.patch
>
>
> RAT plugin is failing with some files (~10) when creating a release package.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (PHOENIX-4462) Fix license issues with rat plugin

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado reassigned PHOENIX-4462:


Assignee: Pedro Boado

> Fix license issues with rat plugin
> --
>
> Key: PHOENIX-4462
> URL: https://issues.apache.org/jira/browse/PHOENIX-4462
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Attachments: PHOENIX-4462.patch
>
>
> RAT plugin is failing with some files (~10) when creating a release package.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4462) Fix license issues with rat plugin

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado updated PHOENIX-4462:
-
Attachment: PHOENIX-4462.patch

Patch attached

> Fix license issues with rat plugin
> --
>
> Key: PHOENIX-4462
> URL: https://issues.apache.org/jira/browse/PHOENIX-4462
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Pedro Boado
> Attachments: PHOENIX-4462.patch
>
>
> RAT plugin is failing with some files (~10) when creating a release package.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (PHOENIX-4462) Fix license issues with rat plugin

2017-12-16 Thread Pedro Boado (JIRA)
Pedro Boado created PHOENIX-4462:


 Summary: Fix license issues with rat plugin
 Key: PHOENIX-4462
 URL: https://issues.apache.org/jira/browse/PHOENIX-4462
 Project: Phoenix
  Issue Type: Sub-task
Reporter: Pedro Boado


RAT plugin is failing with some files (~10) when creating a release package.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (PHOENIX-4372) Distribution of Apache Phoenix 4.13 for CDH 5.11.2

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293757#comment-16293757
 ] 

Pedro Boado edited comment on PHOENIX-4372 at 12/16/17 12:29 PM:
-

[~jamestaylor]
{quote}Yes, we use rat plugin as a pre release step to verify that all required 
files have the ASF header. Are the 713 files new files? Does the rat check pass 
for 4.13-HBase-1.2? Are they occurring on new files you've added? Some files 
are ok to not have the header if it's not feasible to have it, but if it can be 
added, we add it.{quote}

-Yep 4.13-HBase-1.2 also fails- Actually it was my fault ( rat plugin is not 
ignoring .git and .idea folders and I was executing it in my work folder ) ...  
There are only ~10 files with problems, I'll create a subtask and atach a patch.


was (Author: pboado):
[~jamestaylor]
{quote}Yes, we use rat plugin as a pre release step to verify that all required 
files have the ASF header. Are the 713 files new files? Does the rat check pass 
for 4.13-HBase-1.2? Are they occurring on new files you've added? Some files 
are ok to not have the header if it's not feasible to have it, but if it can be 
added, we add it.{quote}
Yep 4.13-HBase-1.2 also fails 

> Distribution of Apache Phoenix 4.13 for CDH 5.11.2
> --
>
> Key: PHOENIX-4372
> URL: https://issues.apache.org/jira/browse/PHOENIX-4372
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: 4.13.0
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
>  Labels: cdh
> Attachments: PHOENIX-4372-v2.patch, PHOENIX-4372-v3.patch, 
> PHOENIX-4372-v4.patch, PHOENIX-4372-v5.patch, PHOENIX-4372-v6.patch, 
> PHOENIX-4372-v7.patch, PHOENIX-4372.patch
>
>
> Changes required on top of branch 4.13-HBase-1.2 for creating a parcel of 
> Apache Phoenix 4.13.0 for CDH 5.11.2 . 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


Re: Query - right way of getting a PR reviewed?

2017-12-16 Thread Pedro Boado
How can I tell QA Jenkins to analyse/apply the patch against the right
branch instead of master?

On 16 December 2017 at 10:57, Pedro Boado  wrote:

> Hi all,
>
> I've filed https://issues.apache.org/jira/browse/PHOENIX-4461 for
> requesting the test run. Can anyone please look into it?
>
> Cheers.
>
> On 13 December 2017 at 08:49, Pedro Boado  wrote:
>
>> Hi James,
>>
>> Yes I've run all long IT and they are all passing, I can attach build
>> logs later today if needed.
>>
>> Cheers.
>>
>> On 13 Dec 2017 12:18 am, "James Taylor"  wrote:
>>
>>> Hi Pedro,
>>> Pinging the dev list is fine to prod us into committing something. I'd
>>> recommend filing a JIRA and submitting a patch on the JIRA to get a test
>>> run. If you've run the tests locally already and they all pass, then it
>>> should be fine to commit it as well.
>>> Thanks,
>>> James
>>>
>>> On Tue, Dec 12, 2017 at 3:59 PM, Pedro Boado 
>>> wrote:
>>>
>>> > Hi all,
>>> >
>>> > I've just cherry picked all current changes from master onto
>>> 4.x-HBase-1.2
>>> > and sent a PR ( https://github.com/apache/phoenix/pull/286 ) . What
>>> is the
>>> > right way of requesting this PR to be reviewed as part of the
>>> 4.x-HBase-1.2
>>> > maintenance?  In here via email?
>>> >
>>> > --
>>> > Un saludo.
>>> > Pedro Boado.
>>> >
>>>
>>
>
>
> --
> Un saludo.
> Pedro Boado.
>



-- 
Un saludo.
Pedro Boado.


[jira] [Commented] (PHOENIX-4454) [CDH] Heavy client fails when used from a standalone machine

2017-12-16 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293771#comment-16293771
 ] 

Hadoop QA commented on PHOENIX-4454:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12902490/PHOENIX-4454.patch
  against master branch at commit 5cb02da74c15b0ae7c0fb4c880d60a2d1b6d18aa.
  ATTACHMENT ID: 12902490

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+0 tests included{color}.  The patch appears to be a 
documentation, build,
or dev patch that doesn't require tests.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1668//console

This message is automatically generated.

> [CDH] Heavy client fails when used from a standalone machine
> 
>
> Key: PHOENIX-4454
> URL: https://issues.apache.org/jira/browse/PHOENIX-4454
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.13.2-cdh5.11.2
> Environment: Windows 7 + DB Visualizer + Heavy client
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Attachments: PHOENIX-4454.patch
>
>
> Client provided with the distribution doesn't work when used out of the HBase 
> cluster.  
> {code}
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.apache.hadoop.mapred.JobConf
>    at java.lang.Class.forName0(Native Method)
>    at java.lang.Class.forName(Unknown Source)
>    at 
> org.apache.hadoop.conf.Configuration.getClassByNameOrNull(Configuration.java:2138)
>    at 
> org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:91)
>    at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:75)
>    at 
> org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:133)
>    at 
> org.apache.hadoop.hbase.security.UserProvider.instantiate(UserProvider.java:124)
>    at 
> org.apache.hadoop.hbase.client.ConnectionManager.createConnectionInternal(ConnectionManager.java:341)
>    at 
> org.apache.hadoop.hbase.client.HConnectionManager.createConnection(HConnectionManager.java:144)
>    at 
> org.apache.phoenix.query.HConnectionFactory$HConnectionFactoryImpl.createConnection(HConnectionFactory.java:47)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl.openConnection(ConnectionQueryServicesImpl.java:408)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl.access$400(ConnectionQueryServicesImpl.java:256)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl$12.call(ConnectionQueryServicesImpl.java:2408)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl$12.call(ConnectionQueryServicesImpl.java:2384)
>    at 
> org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:76)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl.init(ConnectionQueryServicesImpl.java:2384)
>    at 
> org.apache.phoenix.jdbc.PhoenixDriver.getConnectionQueryServices(PhoenixDriver.java:255)
>    at 
> org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.createConnection(PhoenixEmbeddedDriver.java:150)
>    at org.apache.phoenix.jdbc.PhoenixDriver.connect(PhoenixDriver.java:221)
>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>    at java.lang.reflect.Method.invoke(Unknown Source)
>    at com.onseven.dbvis.g.B.D.ā(Z:1548)
>    at com.onseven.dbvis.g.B.F$A.call(Z:1369)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4454) [CDH] Heavy client fails when used from a standalone machine

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado updated PHOENIX-4454:
-
Attachment: PHOENIX-4454.patch

Patch attached

> [CDH] Heavy client fails when used from a standalone machine
> 
>
> Key: PHOENIX-4454
> URL: https://issues.apache.org/jira/browse/PHOENIX-4454
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.13.2-cdh5.11.2
> Environment: Windows 7 + DB Visualizer + Heavy client
>Reporter: Pedro Boado
>Assignee: Pedro Boado
> Attachments: PHOENIX-4454.patch
>
>
> Client provided with the distribution doesn't work when used out of the HBase 
> cluster.  
> {code}
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.apache.hadoop.mapred.JobConf
>    at java.lang.Class.forName0(Native Method)
>    at java.lang.Class.forName(Unknown Source)
>    at 
> org.apache.hadoop.conf.Configuration.getClassByNameOrNull(Configuration.java:2138)
>    at 
> org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:91)
>    at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:75)
>    at 
> org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:133)
>    at 
> org.apache.hadoop.hbase.security.UserProvider.instantiate(UserProvider.java:124)
>    at 
> org.apache.hadoop.hbase.client.ConnectionManager.createConnectionInternal(ConnectionManager.java:341)
>    at 
> org.apache.hadoop.hbase.client.HConnectionManager.createConnection(HConnectionManager.java:144)
>    at 
> org.apache.phoenix.query.HConnectionFactory$HConnectionFactoryImpl.createConnection(HConnectionFactory.java:47)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl.openConnection(ConnectionQueryServicesImpl.java:408)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl.access$400(ConnectionQueryServicesImpl.java:256)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl$12.call(ConnectionQueryServicesImpl.java:2408)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl$12.call(ConnectionQueryServicesImpl.java:2384)
>    at 
> org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:76)
>    at 
> org.apache.phoenix.query.ConnectionQueryServicesImpl.init(ConnectionQueryServicesImpl.java:2384)
>    at 
> org.apache.phoenix.jdbc.PhoenixDriver.getConnectionQueryServices(PhoenixDriver.java:255)
>    at 
> org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.createConnection(PhoenixEmbeddedDriver.java:150)
>    at org.apache.phoenix.jdbc.PhoenixDriver.connect(PhoenixDriver.java:221)
>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>    at java.lang.reflect.Method.invoke(Unknown Source)
>    at com.onseven.dbvis.g.B.D.ā(Z:1548)
>    at com.onseven.dbvis.g.B.F$A.call(Z:1369)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4461) Test run for Pull Request #289, sync branch 4.x-HBase-1.2

2017-12-16 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293758#comment-16293758
 ] 

Hadoop QA commented on PHOENIX-4461:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12902488/286.patch
  against master branch at commit 5cb02da74c15b0ae7c0fb4c880d60a2d1b6d18aa.
  ATTACHMENT ID: 12902488

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 9 new 
or modified tests.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1667//console

This message is automatically generated.

> Test run for Pull Request #289, sync branch 4.x-HBase-1.2
> -
>
> Key: PHOENIX-4461
> URL: https://issues.apache.org/jira/browse/PHOENIX-4461
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: verify
>Reporter: Pedro Boado
> Attachments: 286.patch
>
>
> Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
> master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4372) Distribution of Apache Phoenix 4.13 for CDH 5.11.2

2017-12-16 Thread Pedro Boado (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293757#comment-16293757
 ] 

Pedro Boado commented on PHOENIX-4372:
--

[~jamestaylor]
{quote}Yes, we use rat plugin as a pre release step to verify that all required 
files have the ASF header. Are the 713 files new files? Does the rat check pass 
for 4.13-HBase-1.2? Are they occurring on new files you've added? Some files 
are ok to not have the header if it's not feasible to have it, but if it can be 
added, we add it.{quote}
Yep 4.13-HBase-1.2 also fails 

> Distribution of Apache Phoenix 4.13 for CDH 5.11.2
> --
>
> Key: PHOENIX-4372
> URL: https://issues.apache.org/jira/browse/PHOENIX-4372
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: 4.13.0
>Reporter: Pedro Boado
>Assignee: Pedro Boado
>Priority: Minor
>  Labels: cdh
> Attachments: PHOENIX-4372-v2.patch, PHOENIX-4372-v3.patch, 
> PHOENIX-4372-v4.patch, PHOENIX-4372-v5.patch, PHOENIX-4372-v6.patch, 
> PHOENIX-4372-v7.patch, PHOENIX-4372.patch
>
>
> Changes required on top of branch 4.13-HBase-1.2 for creating a parcel of 
> Apache Phoenix 4.13.0 for CDH 5.11.2 . 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


Re: Query - right way of getting a PR reviewed?

2017-12-16 Thread Pedro Boado
Hi all,

I've filed https://issues.apache.org/jira/browse/PHOENIX-4461 for
requesting the test run. Can anyone please look into it?

Cheers.

On 13 December 2017 at 08:49, Pedro Boado  wrote:

> Hi James,
>
> Yes I've run all long IT and they are all passing, I can attach build logs
> later today if needed.
>
> Cheers.
>
> On 13 Dec 2017 12:18 am, "James Taylor"  wrote:
>
>> Hi Pedro,
>> Pinging the dev list is fine to prod us into committing something. I'd
>> recommend filing a JIRA and submitting a patch on the JIRA to get a test
>> run. If you've run the tests locally already and they all pass, then it
>> should be fine to commit it as well.
>> Thanks,
>> James
>>
>> On Tue, Dec 12, 2017 at 3:59 PM, Pedro Boado 
>> wrote:
>>
>> > Hi all,
>> >
>> > I've just cherry picked all current changes from master onto
>> 4.x-HBase-1.2
>> > and sent a PR ( https://github.com/apache/phoenix/pull/286 ) . What is
>> the
>> > right way of requesting this PR to be reviewed as part of the
>> 4.x-HBase-1.2
>> > maintenance?  In here via email?
>> >
>> > --
>> > Un saludo.
>> > Pedro Boado.
>> >
>>
>


-- 
Un saludo.
Pedro Boado.


[jira] [Updated] (PHOENIX-4461) Test run for Pull Request #289, sync branch 4.x-HBase-1.2

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado updated PHOENIX-4461:
-
Issue Type: Task  (was: Test)

> Test run for Pull Request #289, sync branch 4.x-HBase-1.2
> -
>
> Key: PHOENIX-4461
> URL: https://issues.apache.org/jira/browse/PHOENIX-4461
> Project: Phoenix
>  Issue Type: Task
>Affects Versions: verify
>Reporter: Pedro Boado
> Attachments: 286.patch
>
>
> Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
> master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (PHOENIX-4461) Test run for Pull Request #289, sync branch 4.x-HBase-1.2

2017-12-16 Thread Pedro Boado (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro Boado updated PHOENIX-4461:
-
Attachment: 286.patch

Patch attached ( generated from gitlab PR ) 

> Test run for Pull Request #289, sync branch 4.x-HBase-1.2
> -
>
> Key: PHOENIX-4461
> URL: https://issues.apache.org/jira/browse/PHOENIX-4461
> Project: Phoenix
>  Issue Type: Test
>Affects Versions: verify
>Reporter: Pedro Boado
> Attachments: 286.patch
>
>
> Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
> master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (PHOENIX-4461) Test run for Pull Request #289, sync branch 4.x-HBase-1.2

2017-12-16 Thread Pedro Boado (JIRA)
Pedro Boado created PHOENIX-4461:


 Summary: Test run for Pull Request #289, sync branch 4.x-HBase-1.2
 Key: PHOENIX-4461
 URL: https://issues.apache.org/jira/browse/PHOENIX-4461
 Project: Phoenix
  Issue Type: Test
Affects Versions: verify
Reporter: Pedro Boado


Ticket for requesting a full test run for PR #289, syncing 4.x-HBase-1.2 with 
master.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-4419) The result of the query table row count by phoenix is not correct

2017-12-16 Thread luanchangmiao (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16293746#comment-16293746
 ] 

luanchangmiao commented on PHOENIX-4419:


I am not sure about what details. The table structure or others?

Thanks


> The result of the query table row count  by phoenix is not correct
> --
>
> Key: PHOENIX-4419
> URL: https://issues.apache.org/jira/browse/PHOENIX-4419
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.6.0
> Environment: The os version is : Red Hat Enterprise Linux Server 
> release 7.3 (Maipo)
> The hbase is : 1.1.1
> The phoenix is 4.6.0
>Reporter: luanchangmiao
>
> Hi support,
> When we use phoenix view to query table count, the result is as below:
> Phoenix View:
> select count(1) from "TESTTABLE";
> # 133702226
> When we use RowCounter query table count, the result is as below:
> HBase:
> ./hbase org.apache.hadoop.hbase.mapreduce.RowCounter 'TESTTABLE'
> # 132873423
> The result of phoenix view is greater than RowCounter. Could you helo look 
> into it?
> Thanks
> Jacky



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)