[jira] [Created] (HIVE-4736) Float aggregate of single value looses precission

2013-06-13 Thread Remus Rusanu (JIRA)
Remus Rusanu created HIVE-4736: -- Summary: Float aggregate of single value looses precission Key: HIVE-4736 URL: https://issues.apache.org/jira/browse/HIVE-4736 Project: Hive Issue Type: Sub-task

[jira] [Commented] (HIVE-4735) table's lifecycle should be controlled in Hive

2013-06-13 Thread caofangkun (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13683147#comment-13683147 ] caofangkun commented on HIVE-4735: -- Hi [~cwsteinbach] I'm think you are indeed right. I've

[jira] [Updated] (HIVE-4735) table's lifecycle should be controlled in Hive

2013-06-13 Thread caofangkun (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] caofangkun updated HIVE-4735: - Description: Example as: -- create table src,and set it's lifecycle as 100 days -- alter 100 days the tabl

[jira] [Updated] (HIVE-4735) table's lifecycle should be controlled in Hive

2013-06-13 Thread caofangkun (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] caofangkun updated HIVE-4735: - Description: Example as: CREATE TABLE src (key string, value string) TBLPROPERTIES ('LIFECYCLE'='50d'); -

[jira] [Commented] (HIVE-4735) table's lifecycle should be controlled in Hive

2013-06-13 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13683139#comment-13683139 ] Carl Steinbach commented on HIVE-4735: -- I think all of the metadata infrastructure tha

Include me

2013-06-13 Thread chandrasekar J

[jira] [Updated] (HIVE-4730) Join on more than 2^31 records on single reducer failed (wrong results)

2013-06-13 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-4730: -- Attachment: HIVE-4730.D11283.1.patch navis requested code review of "HIVE-4730 [jira] Join on more than

[jira] [Assigned] (HIVE-4730) Join on more than 2^31 records on single reducer failed (wrong results)

2013-06-13 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis reassigned HIVE-4730: --- Assignee: Navis > Join on more than 2^31 records on single reducer failed (wrong results) > --

[jira] [Commented] (HIVE-4089) javax.jdo : jdo2-api dependency not in Maven Central

2013-06-13 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13683048#comment-13683048 ] Navis commented on HIVE-4089: - Passed all tests > javax.jdo : jdo2-api depende

Hive-trunk-h0.21 - Build # 2143 - Still Failing

2013-06-13 Thread Apache Jenkins Server
Changes for Build #2115 Changes for Build #2116 [navis] JDBC2: HiveDriver should not throw RuntimeException when passed an invalid URL (Richard Ding via Navis) Changes for Build #2117 Changes for Build #2118 Changes for Build #2119 Changes for Build #2120 Changes for Build #2121 [navis] HIV

[jira] [Created] (HIVE-4735) table's lifecycle should be controlled in Hive

2013-06-13 Thread caofangkun (JIRA)
caofangkun created HIVE-4735: Summary: table's lifecycle should be controlled in Hive Key: HIVE-4735 URL: https://issues.apache.org/jira/browse/HIVE-4735 Project: Hive Issue Type: Improvement

Re: GROUP BY Issue

2013-06-13 Thread Navis류승우
Your table has five "F1 = 9887" rows and joining will make 25 rows with the same F1 value. I cannot imagine what you're intended to do. 2013/6/12 Gourav Sengupta : > Hi, > > I had initially forwarded this request to the user group but am yet to > receive any response. > > I will be grateful if so

[jira] [Commented] (HIVE-2655) Ability to define functions in HQL

2013-06-13 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13683015#comment-13683015 ] Edward Capriolo commented on HIVE-2655: --- Patch is clean. Running tests now.

[jira] [Updated] (HIVE-4734) Use custom ObjectInspectors for AvroSerde

2013-06-13 Thread Mark Wagner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Wagner updated HIVE-4734: -- Component/s: Serializers/Deserializers > Use custom ObjectInspectors for AvroSerde > ---

[jira] [Assigned] (HIVE-4734) Use custom ObjectInspectors for AvroSerde

2013-06-13 Thread Mark Wagner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Wagner reassigned HIVE-4734: - Assignee: Mark Wagner > Use custom ObjectInspectors for AvroSerde > --

[jira] [Created] (HIVE-4734) Use custom ObjectInspectors for AvroSerde

2013-06-13 Thread Mark Wagner (JIRA)
Mark Wagner created HIVE-4734: - Summary: Use custom ObjectInspectors for AvroSerde Key: HIVE-4734 URL: https://issues.apache.org/jira/browse/HIVE-4734 Project: Hive Issue Type: Improvement

[jira] [Commented] (HIVE-4730) Join on more than 2^31 records on single reducer failed (wrong results)

2013-06-13 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13683000#comment-13683000 ] Navis commented on HIVE-4730: - Could you try to change join order something like, {noformat} s

[jira] [Updated] (HIVE-4713) Fix TestCliDriver.skewjoin_union_remove_{1,2}.q on 0.23

2013-06-13 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-4713: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk. Thanks,

[jira] [Commented] (HIVE-4713) Fix TestCliDriver.skewjoin_union_remove_{1,2}.q on 0.23

2013-06-13 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682989#comment-13682989 ] Ashutosh Chauhan commented on HIVE-4713: +1 > Fix TestCliDriver.sk

[jira] [Updated] (HIVE-4733) HiveLockObjectData is not compared properly

2013-06-13 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-4733: -- Attachment: HIVE-4733.D11277.1.patch navis requested code review of "HIVE-4733 [jira] HiveLockObjectData

[jira] [Created] (HIVE-4733) HiveLockObjectData is not compared properly

2013-06-13 Thread Navis (JIRA)
Navis created HIVE-4733: --- Summary: HiveLockObjectData is not compared properly Key: HIVE-4733 URL: https://issues.apache.org/jira/browse/HIVE-4733 Project: Hive Issue Type: Bug Components: Lo

Re: Branch for HIVE-4660

2013-06-13 Thread Ashutosh Chauhan
Makes sense. I will create the branch soon. Thanks, Ashutosh On Tue, Jun 11, 2013 at 7:44 PM, Gunther Hagleitner < ghagleit...@hortonworks.com> wrote: > Hi, > > I am starting to work on integrating Tez into Hive (see HIVE-4660, design > doc has already been uploaded - any feedback will be much

[jira] [Commented] (HIVE-4675) Create new parallel unit test environment

2013-06-13 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682956#comment-13682956 ] Ashutosh Chauhan commented on HIVE-4675: [~kevinwilfong] [~gangtimliu] [~pamelavaga

[jira] [Updated] (HIVE-4711) Fix TestCliDriver.list_bucket_query_oneskew_{1,2,3}.q on 0.23

2013-06-13 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-4711: --- Status: Open (was: Patch Available) {{list_bucket_query_oneskew_3.q}} failed on 23.

[jira] [Updated] (HIVE-4732) Speed up AvroSerde by checking hashcodes instead of equality

2013-06-13 Thread Mark Wagner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Wagner updated HIVE-4732: -- Fix Version/s: 0.12.0 0.11.1 Status: Patch Available (was: Open) This pat

[jira] [Updated] (HIVE-4732) Speed up AvroSerde by checking hashcodes instead of equality

2013-06-13 Thread Mark Wagner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Wagner updated HIVE-4732: -- Attachment: HIVE-4732.1.patch > Speed up AvroSerde by checking hashcodes instead of equality > -

[jira] [Commented] (HIVE-4711) Fix TestCliDriver.list_bucket_query_oneskew_{1,2,3}.q on 0.23

2013-06-13 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682876#comment-13682876 ] Ashutosh Chauhan commented on HIVE-4711: +1 > Fix TestCliDriver.li

[jira] [Updated] (HIVE-4715) Fix TestCliDriver.{recursive_dir.q,sample_islocalmode_hook.q,input12.q,input39.q,auto_join14.q} on 0.23

2013-06-13 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-4715: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk. Thanks,

[jira] [Created] (HIVE-4732) Speed up AvroSerde by checking hashcodes instead of equality

2013-06-13 Thread Mark Wagner (JIRA)
Mark Wagner created HIVE-4732: - Summary: Speed up AvroSerde by checking hashcodes instead of equality Key: HIVE-4732 URL: https://issues.apache.org/jira/browse/HIVE-4732 Project: Hive Issue Type

[jira] [Commented] (HIVE-4682) Temporary files are not closed in PTFPersistence on jvm reuse.

2013-06-13 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682837#comment-13682837 ] Ashutosh Chauhan commented on HIVE-4682: [~rhbutani] Would you like to review this

[jira] [Updated] (HIVE-4686) Max on float returning wrong results

2013-06-13 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-4686: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to branch. Thanks

[jira] [Updated] (HIVE-4727) Optimize ORC StringTreeReader::nextVector to not create dictionary of strings for each call to nextVector

2013-06-13 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-4727: --- Resolution: Fixed Fix Version/s: vectorization-branch Status: Resolved (was:

[jira] [Updated] (HIVE-4716) Classcast exception with two group by keys of types string and tinyint.

2013-06-13 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-4716: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to branch. Thanks

[jira] [Updated] (HIVE-4714) Vectorized Sum of scalar subtract column returns negative result when positive exected

2013-06-13 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-4714: --- Resolution: Fixed Fix Version/s: vectorization-branch Status: Resolved (was:

Fwd: DesignLounge @ HadoopSummit

2013-06-13 Thread Alan Gates
Begin forwarded message: > From: Eric Baldeschwieler > Date: June 11, 2013 10:46:25 AM PDT > To: "common-...@hadoop.apache.org" > Subject: DesignLounge @ HadoopSummit > Reply-To: common-...@hadoop.apache.org > > Hi Folks, > > We thought we'd try something new at Hadoop Summit this year to bu

[jira] [Created] (HIVE-4731) Hive needs to provide source only releases

2013-06-13 Thread Alan Gates (JIRA)
Alan Gates created HIVE-4731: Summary: Hive needs to provide source only releases Key: HIVE-4731 URL: https://issues.apache.org/jira/browse/HIVE-4731 Project: Hive Issue Type: Improvement

[jira] [Updated] (HIVE-4696) WebHCat e2e test framework is missing files and instructions

2013-06-13 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-4696: - Attachment: HIVE-4696.4.patch HIVE-4696.4.patch is the same as HIVE-4696.3.patch but generated wit

[jira] [Created] (HIVE-4730) Join on more than 2^31 records on single reducer failed (wrong results)

2013-06-13 Thread Gabi Kazav (JIRA)
Gabi Kazav created HIVE-4730: Summary: Join on more than 2^31 records on single reducer failed (wrong results) Key: HIVE-4730 URL: https://issues.apache.org/jira/browse/HIVE-4730 Project: Hive I

[jira] [Updated] (HIVE-4580) Change DDLTask to report errors using canonical error messages rather than http status codes

2013-06-13 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-4580: - Status: Patch Available (was: Open) > Change DDLTask to report errors using canonical error m

[jira] [Commented] (HIVE-4580) Change DDLTask to report errors using canonical error messages rather than http status codes

2013-06-13 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682499#comment-13682499 ] Eugene Koifman commented on HIVE-4580: -- https://reviews.apache.org/r/11865/

[jira] [Commented] (HIVE-4642) Implement vectorized RLIKE and REGEXP filter expressions

2013-06-13 Thread Teddy Choi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682299#comment-13682299 ] Teddy Choi commented on HIVE-4642: -- [~ehans], I read some books and papers about regular e

[jira] [Commented] (HIVE-4717) Fix non-deterministic TestCliDriver on 0.23

2013-06-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682091#comment-13682091 ] Hudson commented on HIVE-4717: -- Integrated in Hive-trunk-hadoop2 #237 (See [https://builds.ap

Hive-trunk-h0.21 - Build # 2142 - Still Failing

2013-06-13 Thread Apache Jenkins Server
Changes for Build #2115 Changes for Build #2116 [navis] JDBC2: HiveDriver should not throw RuntimeException when passed an invalid URL (Richard Ding via Navis) Changes for Build #2117 Changes for Build #2118 Changes for Build #2119 Changes for Build #2120 Changes for Build #2121 [navis] HIV

[jira] [Commented] (HIVE-4717) Fix non-deterministic TestCliDriver on 0.23

2013-06-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682075#comment-13682075 ] Hudson commented on HIVE-4717: -- Integrated in Hive-trunk-h0.21 #2142 (See [https://builds.apa

[jira] [Commented] (HIVE-4716) Classcast exception with two group by keys of types string and tinyint.

2013-06-13 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682047#comment-13682047 ] Remus Rusanu commented on HIVE-4716: https://reviews.apache.org/r/11857/

Review Request: HIVE-4716 the VectorHashKeyWrapper is using a plain wrong column index for string values

2013-06-13 Thread Remus Rusanu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11857/ --- Review request for hive, Jitendra Pandey and Eric Hanson. Description ---

[jira] [Updated] (HIVE-4716) Classcast exception with two group by keys of types string and tinyint.

2013-06-13 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-4716: --- Fix Version/s: vectorization-branch Affects Version/s: vectorization-branch Stat

[jira] [Updated] (HIVE-4716) Classcast exception with two group by keys of types string and tinyint.

2013-06-13 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu updated HIVE-4716: --- Attachment: hive-4716.patch.1.txt > Classcast exception with two group by keys of types string and

[jira] [Resolved] (HIVE-4718) array out of bounds exception near VectorHashKeyWrapper.getBytes() with 2 column GROUP BY

2013-06-13 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remus Rusanu resolved HIVE-4718. Resolution: Duplicate duplicate of HIVE-4716 > array out of bounds exception near V

[jira] [Created] (HIVE-4729) when subquery is a star selection with a group by ,the query will generate Confusing SemanticException

2013-06-13 Thread caofangkun (JIRA)
caofangkun created HIVE-4729: Summary: when subquery is a star selection with a group by ,the query will generate Confusing SemanticException Key: HIVE-4729 URL: https://issues.apache.org/jira/browse/HIVE-4729

Re: ant maven-build not working in trunk

2013-06-13 Thread amareshwari sriramdasu
Thanks Nitin, I will give a try with HIVE-4387. On Thu, Jun 13, 2013 at 12:30 PM, Nitin Pawar wrote: > I just tried a build with both jdk versions > > build = ant clean package > jdk7 on branch-0.10 with patch from HIVE-3384 and it works > jdk6 on trunk without any changes it works > > i created

[jira] [Updated] (HIVE-4728) Add option for skipping build of hcatalogue

2013-06-13 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-4728: -- Attachment: HIVE-4728.D11259.1.patch navis requested code review of "HIVE-4728 [jira] Add option for ski

[jira] [Updated] (HIVE-4728) Add option for skipping build of hcatalogue

2013-06-13 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-4728: Status: Patch Available (was: Open) > Add option for skipping build of hcatalogue > ---

[jira] [Created] (HIVE-4728) Add option for skipping build of hcatalogue

2013-06-13 Thread Navis (JIRA)
Navis created HIVE-4728: --- Summary: Add option for skipping build of hcatalogue Key: HIVE-4728 URL: https://issues.apache.org/jira/browse/HIVE-4728 Project: Hive Issue Type: Task Components: B

Re: ant maven-build not working in trunk

2013-06-13 Thread Nitin Pawar
I just tried a build with both jdk versions build = ant clean package jdk7 on branch-0.10 with patch from HIVE-3384 and it works jdk6 on trunk without any changes it works i created a new redhat vm and installed sun jdk 6u43 and tried it. It works too. when i try ant maven-build -Dmvn.publish.r