RE: [VOTE] Release of Apache Phoenix 3.0.0 incubating RC1

2014-03-24 Thread Vasudevan, Ramkrishna S
Hi -Checked the signature -Compiled the src code -ran all testcases Looks good. +1 from me. Regards Ram -Original Message- From: James Taylor [mailto:jamestay...@apache.org] Sent: Saturday, March 22, 2014 4:17 AM To: dev@phoenix.incubator.apache.org Subject: [VOTE] Release of Apache Ph

Re: [VOTE] Release of Apache Phoenix 3.0.0 incubating RC1

2014-03-24 Thread lars hofhansl
+1 + built from the tag + installed with HBase 0.94.18 + created tables and (updatable) views + inserted some data + queried, including some joins + made sure IndexedWALEditCodec is fixed. Previous versions actually could hard-lock a RegionServer(!) - inspected tarball (see nits below). Nits: T

Re: [VOTE] Release of Apache Phoenix 3.0.0 incubating RC1

2014-03-24 Thread Anoop John
+1 Checked signature Built from src Ran the tests All looks good. -Anoop- On Tue, Mar 25, 2014 at 7:02 AM, James Taylor wrote: > +1 > > Built from source > Ran full test suite > Ran performance script against 10M rows > Verified mapping to existing HBase and count distinct work correctly > > > O

Re: [VOTE] Release of Apache Phoenix 4.0.0 incubating RC1

2014-03-24 Thread James Taylor
+1 Built from source Ran full test suite On Mon, Mar 24, 2014 at 5:25 PM, Jeffrey Zhong wrote: > > +1 > > I've downloaded the 4.0 tarball and run the following things: > > 1) run sqlline.py fine > 2) run ./psql.py localhost ../examples/WEB_STAT.sql > ../examples/WEB_STAT.csv ../examples/WEB_STA

Re: [VOTE] Release of Apache Phoenix 3.0.0 incubating RC1

2014-03-24 Thread James Taylor
+1 Built from source Ran full test suite Ran performance script against 10M rows Verified mapping to existing HBase and count distinct work correctly On Mon, Mar 24, 2014 at 4:50 PM, Eli Levine wrote: > +1 > > Verified checksums > Ran full build > Ran full test suite > > - Eli > > > > On Mon,

[jira] [Created] (PHOENIX-891) Multi-tenant - Upserting values without specifying columns names upserts values in wrong columns

2014-03-24 Thread Mujtaba Chohan (JIRA)
Mujtaba Chohan created PHOENIX-891: -- Summary: Multi-tenant - Upserting values without specifying columns names upserts values in wrong columns Key: PHOENIX-891 URL: https://issues.apache.org/jira/browse/PHOENIX-8

Re: [VOTE] Release of Apache Phoenix 4.0.0 incubating RC1

2014-03-24 Thread Jeffrey Zhong
+1 I've downloaded the 4.0 tarball and run the following things: 1) run sqlline.py fine 2) run ./psql.py localhost ../examples/WEB_STAT.sql ../examples/WEB_STAT.csv ../examples/WEB_STAT_QUERIES.sql can create table, load data from the sample CSV file and query loaded data 3) run end2end IT tests

Re: [VOTE] Release of Apache Phoenix 4.0.0 incubating RC1

2014-03-24 Thread Eli Levine
+1 Verified checksums Ran full build Ran tests On Mon, Mar 24, 2014 at 2:05 PM, Simon Töns wrote: > +1 > > Simon > > > On Mar 24, 2014, at 10:05, Mujtaba Chohan wrote: > > > > +1. > > > > * Artifacts builds fine for both Hadoop-1, 2 profiles. > > * Performance is better or on par. for most qu

Re: [VOTE] Release of Apache Phoenix 3.0.0 incubating RC1

2014-03-24 Thread Eli Levine
+1 Verified checksums Ran full build Ran full test suite - Eli On Mon, Mar 24, 2014 at 2:04 PM, Simon Töns wrote: > +1 > > Simon > > > On Mar 24, 2014, at 10:02, Mujtaba Chohan wrote: > > > > +1. > > > > * Artifacts builds fine for both Hadoop-1, 2 profiles. > > * Performance is better or o

Re: [VOTE] Release of Apache Phoenix 4.0.0 incubating RC1

2014-03-24 Thread Simon Töns
+1 Simon > On Mar 24, 2014, at 10:05, Mujtaba Chohan wrote: > > +1. > > * Artifacts builds fine for both Hadoop-1, 2 profiles. > * Performance is better or on par. for most queries compared to last > release > http://phoenix-bin.github.io/client/performance/phoenix-20140324122633.htm > > > O

Re: [VOTE] Release of Apache Phoenix 3.0.0 incubating RC1

2014-03-24 Thread Simon Töns
+1 Simon > On Mar 24, 2014, at 10:02, Mujtaba Chohan wrote: > > +1. > > * Artifacts builds fine for both Hadoop-1, 2 profiles. > * Performance is better or on par. compared to last release > http://phoenix-bin.github.io/client/performance/phoenix-20140324122633.htm > > -Mujtaba > > > On Mo

Re: [VOTE] Release of Apache Phoenix 4.0.0 incubating RC1

2014-03-24 Thread Mujtaba Chohan
+1. * Artifacts builds fine for both Hadoop-1, 2 profiles. * Performance is better or on par. for most queries compared to last release http://phoenix-bin.github.io/client/performance/phoenix-20140324122633.htm On Mon, Mar 24, 2014 at 12:42 PM, James Taylor wrote: > I don't think the missing ex

Re: [VOTE] Release of Apache Phoenix 3.0.0 incubating RC1

2014-03-24 Thread Mujtaba Chohan
+1. * Artifacts builds fine for both Hadoop-1, 2 profiles. * Performance is better or on par. compared to last release http://phoenix-bin.github.io/client/performance/phoenix-20140324122633.htm -Mujtaba On Mon, Mar 24, 2014 at 11:31 AM, Andrew Purtell wrote: > +1 > > Checked signature and sums

Re: [VOTE] Release of Apache Phoenix 4.0.0 incubating RC1

2014-03-24 Thread James Taylor
I don't think the missing examples are a big enough issue to warrant a new RC. We can always provide a separate download for the couple of .sql and .csv files we have in the examples directory. Thanks, James On Mon, Mar 24, 2014 at 12:17 PM, Mujtaba Chohan wrote: > Jeffrey - phoenix-core-4.0.0

[jira] [Created] (PHOENIX-890) Create dev-support script for generating binary and source release tars with hadoop1 and hadoop2 profiles

2014-03-24 Thread Mujtaba Chohan (JIRA)
Mujtaba Chohan created PHOENIX-890: -- Summary: Create dev-support script for generating binary and source release tars with hadoop1 and hadoop2 profiles Key: PHOENIX-890 URL: https://issues.apache.org/jira/browse/

Re: [VOTE] Release of Apache Phoenix 4.0.0 incubating RC1

2014-03-24 Thread Mujtaba Chohan
Jeffrey - phoenix-core-4.0.0-incubating.jar was named as phoenix-4.0.0-incubating.jar to match naming convention of previous releases. Yes. 4.0.0 tar is missing examples. Can I add missing examples without starting a new RC? Thanks, Mujtaba On Mon, Mar 24, 2014 at 12:12 PM, Jeffrey Zhong wrote:

Re: [VOTE] Release of Apache Phoenix 4.0.0 incubating RC1

2014-03-24 Thread Jeffrey Zhong
I downloaded the tar ball phoenix-4.0.0-incubating.tar.gz and found it doesn't contain phoenix-core-4.0.0-incubating.jar & example files. Thanks -Jeffrey On 3/21/14 3:49 PM, "James Taylor" wrote: >Hi everyone, >This is a call for a vote on Apache Phoenix 4.0.0 incubating RC1. Thanks >for the f

Re: [VOTE] Release of Apache Phoenix 4.0.0 incubating RC1

2014-03-24 Thread Andrew Purtell
+1 Checked signature and sums - ok Checked tarball structure - ok Checked the contents of boilerplate files (CHANGES, LICENSE, NOTICE, DISCLAIMER) - ok (Installed HBase 0.98.1-hadoop1 and 0.98.1-hadoop2 artifacts into local Maven cache) Built artifacts from source using Hadoop profiles 1 and 2 - o

Re: [VOTE] Release of Apache Phoenix 3.0.0 incubating RC1

2014-03-24 Thread Andrew Purtell
+1 Checked signature and sums - ok Checked tarball structure - ok Checked the contents of boilerplate files (CHANGES, LICENSE, NOTICE, DISCLAIMER) - ok Ran Apache RAT - ok Built artifacts from source using Hadoop profiles 1 and 2 - ok Ran the unit test suite using Hadoop profiles 1 and 2 - ok Exec

Re: [VOTE] Release of Apache Phoenix 4.0.0 incubating RC1

2014-03-24 Thread Steven Noels
On Fri, Mar 21, 2014, at 03:49 PM, James Taylor wrote: > Hi everyone, > This is a call for a vote on Apache Phoenix 4.0.0 incubating RC1. +1 The HBase situation is a bit awkward, but not much that can be done about it. Keep up the good work! Steven.

Re: [VOTE] Release of Apache Phoenix 3.0.0 incubating RC1

2014-03-24 Thread Steven Noels
On Fri, Mar 21, 2014, at 03:46 PM, James Taylor wrote: > Hi everyone, > This is a call for a vote on Apache Phoenix 3.0.0 incubating RC1. +1 Steven.

Re: [VOTE] Release of Apache Phoenix 4.0.0 incubating RC1

2014-03-24 Thread Gabriel Reid
+1 to release (non-binding, and on the assumption that the release will be cancelled if something happens to the 0.98.1 HBase release) * Verified the checksums and signatures on both the binary and source releases * Ran rat successfully on the source distribution * Checked the LICENSE, NOTICE, and

[jira] [Closed] (PHOENIX-889) Query performance with Join feature is poor

2014-03-24 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue closed PHOENIX-889. --- Assignee: Maryann Xue > Query performance with Join feature is poor > --

[jira] [Resolved] (PHOENIX-889) Query performance with Join feature is poor

2014-03-24 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue resolved PHOENIX-889. - Resolution: Duplicate > Query performance with Join feature is poor > --

[jira] [Resolved] (PHOENIX-789) Add salted table for RHS/LHS in HashJoinTest

2014-03-24 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue resolved PHOENIX-789. - Resolution: Fixed > Add salted table for RHS/LHS in HashJoinTest > -

[jira] [Resolved] (PHOENIX-636) Add more unit tests for hash join scenarios

2014-03-24 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue resolved PHOENIX-636. - Resolution: Fixed > Add more unit tests for hash join scenarios > --

[jira] [Resolved] (PHOENIX-773) NPE on Join over Salted table

2014-03-24 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue resolved PHOENIX-773. - Resolution: Fixed > NPE on Join over Salted table > - > >

[jira] [Reopened] (PHOENIX-636) Add more unit tests for hash join scenarios

2014-03-24 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue reopened PHOENIX-636: - > Add more unit tests for hash join scenarios > --- > >

[jira] [Resolved] (PHOENIX-727) UPSERT SELECT does not work with JOIN

2014-03-24 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue resolved PHOENIX-727. - Resolution: Fixed > UPSERT SELECT does not work with JOIN >

Re: HBase 0.94.12 start issue and Phoenix

2014-03-24 Thread Darkness
Thank you, James. Where can I find compatibility list between HBase and Phoenix versions? Does it presents? 2014-03-24 22:12 GMT+06:00 James Taylor : > Phoenix 4.0 is not compatible with HBase 0.94. Use Phoenix 3.0 instead - > they are functionally the same. Download from the link in this email

HBase 0.94.12 start issue and Phoenix

2014-03-24 Thread James Taylor
Phoenix 4.0 is not compatible with HBase 0.94. Use Phoenix 3.0 instead - they are functionally the same. Download from the link in this email: http://mail-archives.apache.org/mod_mbox/incubator-phoenix-dev/201403.mbox/%3CCAAF1JdiBkqtR9FkEow-kGd1xsxZ%2B0B1-7NejH%3Duygocx_iM30g%40mail.gmail.com%3E

HBase 0.94.12 start issue and Phoenix

2014-03-24 Thread Darkness
Hi, Developers. I've faced with issue about Phoenix and HBase 0.94.12. I am building Phoenix by "mvn package -DskipTests" as http://phoenix.incubator.apache.org/building.html says. First of all, I haven't got "phoenix-[version].jar" in "phoenix-core/target". There are only "phoenix-core-[version]

[jira] [Updated] (PHOENIX-889) Query performance with Join feature is poor

2014-03-24 Thread yang ming (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yang ming updated PHOENIX-889: -- Description: h3.Table DDL Table1: create table if not exists yk.video_summary ( videoid integer not nu

[jira] [Updated] (PHOENIX-889) Query performance with Join feature is poor

2014-03-24 Thread yang ming (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yang ming updated PHOENIX-889: -- Description: h3.Table DDL Table1: create table if not exists yk.video_summary ( videoid integer not nu

[jira] [Updated] (PHOENIX-889) Query performance with Join feature is poor

2014-03-24 Thread yang ming (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yang ming updated PHOENIX-889: -- Description: h3.Table DDL Table1: create table if not exists yk.video_summary ( videoid integer not nu

[jira] [Updated] (PHOENIX-889) Query performance with Join feature is poor

2014-03-24 Thread yang ming (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yang ming updated PHOENIX-889: -- Description: Table1: create table if not exists yk.video_summary ( videoid integer not null, date date

[jira] [Updated] (PHOENIX-889) Query performance with Join feature is poor

2014-03-24 Thread yang ming (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yang ming updated PHOENIX-889: -- Description: h3.table ddl Table1: create table if not exists yk.video_summary ( videoid integer not nu

[jira] [Updated] (PHOENIX-889) Query performance with Join feature is poor

2014-03-24 Thread yang ming (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yang ming updated PHOENIX-889: -- Description: Table1: create table if not exists yk.video_summary ( videoid integer not null, date date

[jira] [Created] (PHOENIX-889) Query performance with Join feature is poor

2014-03-24 Thread yang ming (JIRA)
yang ming created PHOENIX-889: - Summary: Query performance with Join feature is poor Key: PHOENIX-889 URL: https://issues.apache.org/jira/browse/PHOENIX-889 Project: Phoenix Issue Type: Improveme