[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2015-01-21 Thread Lefty Leverenz (JIRA)
now documented in the wiki, including *hive.vectorized.execution.enabled* (added by this patch). * [Configuration Properties -- Vectorization | https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-Vectorization] > Merge vectorization branch t

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-10-23 Thread Thejas M Nair (JIRA)
n to vectorization-branch for these 106 jiras (fixed+ fix-version=vectorization-branch ). > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 >

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-10-22 Thread Thejas M Nair (JIRA)
into trunk, I think we should *add* fix-version of 0.13 to the jiras. That way the release notes for 0.13 will include these changes as well. I will go ahead and make that change to the jiras. > Merge vectorization branch to trunk > --- > >

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-10-01 Thread Hudson (JIRA)
(See [https://builds.apache.org/job/Hive-trunk-hadoop1-ptest/187/]) HIVE-5283 : Merge vectorization branch to trunk (Jitendra Nath Pandey via Ashutosh Chauhan) (hashutosh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1527858) * /hive/trunk * /hive/trunk/ant/src/org/apache

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-10-01 Thread Hudson (JIRA)
(See [https://builds.apache.org/job/Hive-trunk-hadoop2-ptest/121/]) HIVE-5283 : Merge vectorization branch to trunk (Jitendra Nath Pandey via Ashutosh Chauhan) (hashutosh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1527858) * /hive/trunk * /hive/trunk/ant/src/org/apache

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-10-01 Thread Hudson (JIRA)
ttps://builds.apache.org/job/Hive-trunk-hadoop2/467/]) HIVE-5283 : Merge vectorization branch to trunk (Jitendra Nath Pandey via Ashutosh Chauhan) (hashutosh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1527858) * /hive/trunk * /hive/trunk/ant/src/org/apache/had

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-30 Thread Hudson (JIRA)
ttps://builds.apache.org/job/Hive-trunk-h0.21/2369/]) HIVE-5283 : Merge vectorization branch to trunk (Jitendra Nath Pandey via Ashutosh Chauhan) (hashutosh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1527858) * /hive/trunk * /hive/trunk/ant/src/org/apache/had

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-30 Thread Ashutosh Chauhan (JIRA)
Available) Committed to trunk. Thanks, Jitendra! > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 > Project: Hive >

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-30 Thread Jitendra Nath Pandey (JIRA)
iras for the follow up work: HIVE-5397, HIVE-5398 and HIVE-5399. HIVE-5397 is aimed for the discussion/work related to public members in VectorizedRowBatch. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 >

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-30 Thread Brock Noland (JIRA)
t; "So the reality is that while final might be a useful hint to a dumb run-time optimizer that doesn't perform any global dependency analysis, its use doesn't actually enable very many compile-time optimizations, and is not needed by a smart JIT to perform run-time optimizations.

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-30 Thread Jitendra Nath Pandey (JIRA)
s to indicate that these variables should be accessed only in restricted packages. Would that be reasonable? > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/ji

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-30 Thread Brock Noland (JIRA)
ence showing that the method calls are not inlined by JIT? > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 > Project: Hive >

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-30 Thread Jitendra Nath Pandey (JIRA)
view [~brocknoland]. VectorizedRowBatch is accessed and mutated by vectorized expressions in the inner loops. The members are exposed as public to avoid method call overheads. I will file jiras to address rest of the comments. > Merge vectorization branch t

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-29 Thread Brock Noland (JIRA)
ason we shouldn't be exposing the members of VectorizedRowBatch publicly. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 > Pro

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-29 Thread Carl Steinbach (JIRA)
o me. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 > Project: Hive > Issue Type: Bug >Reporter: Jitendra Nath

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-27 Thread Ashutosh Chauhan (JIRA)
so I am familiar with this work. But it won't harm to get extra pair of eyes on it. So, it will be good if other committers also chime in. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 >

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-26 Thread Jitendra Nath Pandey (JIRA)
All tests pass. [~cwsteinbach] Please take a look, the patch addresses your feedback comments. Other committers are also requested to take a look. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 >

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-25 Thread Jitendra Nath Pandey (JIRA)
file that patch doesn't handle correctly. Uploaded the binary file. I will run the tests manually and provide the results. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-25 Thread Hive QA (JIRA)
ting org.apache.hive.ptest.execution.ReportingPhase Tests failed with: TestsFailedException: 51 tests failed {noformat} This message is automatically generated. > Merge vectorization branch to trunk > --- > >

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-25 Thread Jitendra Nath Pandey (JIRA)
pply a patch, or are we going to SVN merge? I would rather see a merge so we do not lose the commit history on the branch. I am fine with either approach to get this work into trunk. > Merge vectorization branch to trunk > --- > >

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-25 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5283: --- Status: Open (was: Patch Available) > Merge vectorization branch to tr

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-25 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5283: --- Status: Patch Available (was: Open) > Merge vectorization branch to tr

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-25 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5283: --- Attachment: HIVE-5283.4.patch > Merge vectorization branch to tr

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-25 Thread Hive QA (JIRA)
mart-apply-patch.sh + /data/hive-ptest/working/scratch/smart-apply-patch.sh /data/hive-ptest/working/scratch/build.patch The patch does not appear to apply with p0 to p2 + exit 1 ' {noformat} This message is automatically generated. > Merge vectorization branch to trunk >

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-24 Thread Edward Capriolo (JIRA)
, or are we going to SVN merge? I would rather see a merge so we do not lose the commit history on the branch. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.o

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-24 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5283: --- Status: Patch Available (was: Open) > Merge vectorization branch to tr

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-24 Thread Jitendra Nath Pandey (JIRA)
on review board as well. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 > Project: Hive > Issue Type: Bug

Re: Review Request 14130: Merge vectorization branch to trunk

2013-09-24 Thread Jitendra Pandey
Chauhan. Changes --- Updated patch, addressing the review comments and rebased to the latest state of the trunk. Bugs: HIVE-5283 https://issues.apache.org/jira/browse/HIVE-5283 Repository: hive-git Description --- Merge vectorization branch to trunk. Diffs - ant/src/org

Re: Review Request 14130: Merge vectorization branch to trunk

2013-09-24 Thread Jitendra Pandey
Chauhan. Changes --- Updated patch, addressing the review comments and rebased to the latest state of the trunk. Bugs: HIVE-5283 https://issues.apache.org/jira/browse/HIVE-5283 Repository: hive-git Description --- Merge vectorization branch to trunk. Diffs (updated) - ant

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-18 Thread Carl Steinbach (JIRA)
the information from above in a comment at the top of the file. It would also be great if you could include a short comment per query so folks have an easy way of telling them apart. > Merge vectorization branch to trunk > --- > >

Re: Review Request 14130: Merge vectorization branch to trunk

2013-09-18 Thread Carl Steinbach
. To reply, visit: https://reviews.apache.org/r/14130/#review26119 --- On Sept. 13, 2013, 5:51 p.m., Jitendra Pandey wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r

Re: Review Request 14130: Merge vectorization branch to trunk

2013-09-18 Thread Jitendra Pandey
/jira/browse/HIVE-5283 > > > Repository: hive-git > > > Description > --- > > Merge vectorization branch to trunk. > > > Diffs > - > > .gitignore c0e9b3c > build-common.xml ee219a9 > common/src/java/org/apache/hadoop/hive/c

Re: Review Request 14130: Merge vectorization branch to trunk

2013-09-18 Thread Jitendra Pandey
- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14130/#review26119 --- On Sept. 13, 2013, 5:51 p.m., Jitendra Pandey wrote: > > --- > This is an automatically generated e-mail.

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-17 Thread Tony Murphy (JIRA)
each scenario. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 > Project: Hive > Issue Type: Bug >

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-15 Thread Carl Steinbach (JIRA)
d to note here since the site seems overwhelmed by the size of this patch and I have my doubts that they're actually going to get reposted here. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 >

Re: Review Request 14130: Merge vectorization branch to trunk

2013-09-15 Thread Carl Steinbach
; > > Review request for hive and Ashutosh Chauhan. > > > Bugs: HIVE-5283 > https://issues.apache.org/jira/browse/HIVE-5283 > > > Repository: hive-git > > > Description > --- > > Merge vectorization branch to trunk. > > > Diffs

Re: Review Request 14130: Merge vectorization branch to trunk

2013-09-15 Thread Carl Steinbach
org/jira/browse/HIVE-5283 > > > Repository: hive-git > > > Description > --- > > Merge vectorization branch to trunk. > > > Diffs > - > > .gitignore c0e9b3c > build-common.xml ee219a9 > common/src/java/org/apache/hadoop/hiv

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-15 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-5283: - Status: Open (was: Patch Available) > Merge vectorization branch to tr

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-15 Thread Carl Steinbach (JIRA)
> Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 > Project: Hive > Issue Type: Bug >Repo

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-13 Thread Hive QA (JIRA)
ting org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests failed with: TestsFailedException: 2 tests failed {noformat} This message is automatically generated. > Merge vectorization branch t

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-13 Thread Brock Noland (JIRA)
here is quite a queue at present so you might want to run locally. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 >

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-13 Thread Jitendra Nath Pandey (JIRA)
port$ReaderThread.run(SynchronousCommandTransport.java:48) {code} > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 >

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-13 Thread Jitendra Nath Pandey (JIRA)
long, it might make sense to just get it committed as a patch. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 > Project:

Review Request 14130: Merge vectorization branch to trunk

2013-09-13 Thread Jitendra Pandey
://issues.apache.org/jira/browse/HIVE-5283 Repository: hive-git Description --- Merge vectorization branch to trunk. Diffs - .gitignore c0e9b3c build-common.xml ee219a9 common/src/java/org/apache/hadoop/hive/conf/HiveConf.java c5a8ff3 metastore/src/java/org/apache/hadoop/hive

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-13 Thread Carl Steinbach (JIRA)
uest on phabricator or reviewboard? Also, is the plan to commit this patch or to merge the vectorization branch into trunk? > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https:

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-12 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5283: --- Status: Open (was: Patch Available) > Merge vectorization branch to tr

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-12 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5283: --- Status: Patch Available (was: Open) > Merge vectorization branch to tr

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-12 Thread Jitendra Nath Pandey (JIRA)
s the updated patch. > Merge vectorization branch to trunk > --- > > Key: HIVE-5283 > URL: https://issues.apache.org/jira/browse/HIVE-5283 > Project: Hive > Issue Type: Bug >

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-12 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5283: --- Attachment: HIVE-5283.1.patch > Merge vectorization branch to tr

[jira] [Updated] (HIVE-5283) Merge vectorization branch to trunk

2013-09-12 Thread Jitendra Nath Pandey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jitendra Nath Pandey updated HIVE-5283: --- Status: Patch Available (was: Open) > Merge vectorization branch to tr

[jira] [Commented] (HIVE-5283) Merge vectorization branch to trunk

2013-09-12 Thread Hive QA (JIRA)
a/hive-ptest/working/scratch/smart-apply-patch.sh + /data/hive-ptest/working/scratch/smart-apply-patch.sh /data/hive-ptest/working/scratch/build.patch The patch does not appear to apply with p0 to p2 + exit 1 ' {noformat} This message is automatically generated. > Mer

[jira] [Created] (HIVE-5283) Merge vectorization branch to trunk

2013-09-12 Thread Jitendra Nath Pandey (JIRA)
Jitendra Nath Pandey created HIVE-5283: -- Summary: Merge vectorization branch to trunk Key: HIVE-5283 URL: https://issues.apache.org/jira/browse/HIVE-5283 Project: Hive Issue Type: Bug

Re: Merge vectorization branch to trunk

2013-09-09 Thread Carl Steinbach
On Mon, Sep 9, 2013 at 6:51 PM, Edward Capriolo wrote: > Can we vote to change the by-laws and then svn merge the branch? Seems > better then making a big patch and losing the commit history. Yes, we can do that, but amending the bylaws requires a 2/3 majority vote from active PMC members and a

Re: Merge vectorization branch to trunk

2013-09-09 Thread Edward Capriolo
Can we vote to change the by-laws and then svn merge the branch? Seems better then making a big patch and losing the commit history. On Mon, Sep 9, 2013 at 9:44 PM, Carl Steinbach wrote: > > First of all I'd like to say thanks for your hard work! I also agree > > that this should go in post 0.1

Re: Merge vectorization branch to trunk

2013-09-09 Thread Carl Steinbach
> First of all I'd like to say thanks for your hard work! I also agree > that this should go in post 0.12 branch. > Ditto. As far as merging this into trunk goes, we're currently hamstrung by the fact that the Hive Bylaws don't include any provisions covering development work done on feature bra

Re: Merge vectorization branch to trunk

2013-09-09 Thread Jitendra Pandey
Hi Brock, I will merge latest trunk to the branch and run all the tests again, and provide you the run time difference. Trunk has moved ahead since the last merge, therefore test results are a bit stale right now. > What new modules or dependencies are added? No new dependencies have been add

Re: Merge vectorization branch to trunk

2013-09-06 Thread Brock Noland
Hi, First of all I'd like to say thanks for your hard work! I also agree that this should go in post 0.12 branch. I have a couple questions: Do all the tests pass? How long does ant test test take in comparison with trunk? What new modules or dependencies are added? Can the feature be disabled

Merge vectorization branch to trunk

2013-09-06 Thread Jitendra Pandey
Hi Folks, Vectorized query execution work has been under development for around 6 months now. We have made good progress in making basic datatypes and queries to work in vectorized mode and also we have laid sufficient groundwork so that any future development can happen directly on trunk. Th