[jira] [Commented] (HIVE-4579) Create a SARG interface for RecordReaders

2013-05-29 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13669027#comment-13669027 ] Owen O'Malley commented on HIVE-4579: - I need to add the null-safe equals as an

[jira] [Created] (HIVE-4626) join_vc.q is not deterministic

2013-05-29 Thread Navis (JIRA)
Navis created HIVE-4626: --- Summary: join_vc.q is not deterministic Key: HIVE-4626 URL: https://issues.apache.org/jira/browse/HIVE-4626 Project: Hive Issue Type: Test Reporter: Navis

[jira] [Updated] (HIVE-4626) join_vc.q is not deterministic

2013-05-29 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-4626: Component/s: Tests Affects Version/s: 0.12.0 join_vc.q is not deterministic

[jira] [Updated] (HIVE-4626) join_vc.q is not deterministic

2013-05-29 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-4626: Status: Patch Available (was: Open) join_vc.q is not deterministic --

[jira] [Updated] (HIVE-4626) join_vc.q is not deterministic

2013-05-29 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-4626: -- Attachment: HIVE-4626.D10989.1.patch navis requested code review of HIVE-4626 [jira] join_vc.q is not

[jira] [Commented] (HIVE-3949) Some test failures in hadoop 23

2013-05-29 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13669094#comment-13669094 ] Navis commented on HIVE-3949: - It's expanded like this, 13 tests in

Patch for HIVE-4403

2013-05-29 Thread Chu Tong
Hi forks, It has been two weeks since I submitted this change. Can someone please help me to take a look at the changes I am proposing for HIVE-4403 at: https://issues.apache.org/jira/browse/HIVE-4403 Thanks a lot! -- Chu Tong

[jira] [Created] (HIVE-4627) Total ordering of Hive output

2013-05-29 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HIVE-4627: -- Summary: Total ordering of Hive output Key: HIVE-4627 URL: https://issues.apache.org/jira/browse/HIVE-4627 Project: Hive Issue Type: Bug Affects Versions:

[jira] [Updated] (HIVE-4627) Total ordering of Hive output

2013-05-29 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HIVE-4627: --- Attachment: 02_hfiles.hql 01_sample.hql 00_tables.ddl These are my

[jira] [Updated] (HIVE-4627) Total ordering of Hive output

2013-05-29 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Dimiduk updated HIVE-4627: --- Attachment: hive-partitioner.patch This is the patch to TOP to support Hive. Total

[jira] [Commented] (HIVE-4579) Create a SARG interface for RecordReaders

2013-05-29 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13669472#comment-13669472 ] Owen O'Malley commented on HIVE-4579: - Just to be clear, the sql semantics are: ||

[jira] [Commented] (HIVE-4403) Running Hive queries on Yarn (MR2) gives warnings related to overriding final parameters

2013-05-29 Thread Mark Grover (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13669521#comment-13669521 ] Mark Grover commented on HIVE-4403: --- Chu, sorry about the delay. I can test patched Hive

[jira] [Commented] (HIVE-4579) Create a SARG interface for RecordReaders

2013-05-29 Thread Eric Hanson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13669545#comment-13669545 ] Eric Hanson commented on HIVE-4579: --- Since SARGs are always for filters, not for

[jira] [Commented] (HIVE-4579) Create a SARG interface for RecordReaders

2013-05-29 Thread Mark Wagner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13669548#comment-13669548 ] Mark Wagner commented on HIVE-4579: --- This looks good. My one comment is that it would be

Hive - max rows limit (int limit = 2^31). need Help (looks liek a bug)

2013-05-29 Thread Gabi Kazav
Hi, We are working on hive DB with our Hadoop cluster. We now facing an issue about joining a big partition with more than 2^31 rows. When the partition has more than 2147483648 rows (even 2147483649) the output of the join is a single row. When the partition has less than 2147483648 rows

Hive - max rows limit (int limit = 2^31). need Help (looks liek a bug)

2013-05-29 Thread Gabi Kazav
Hi, We are working on hive DB with our Hadoop cluster. We now facing an issue about joining a big partition with more than 2^31 rows. When the partition has more than 2147483648 rows (even 2147483649) the output of the join is a single row. When the partition has less than 2147483648 rows

Hive - max rows limit (int limit = 2^31). need Help (looks liek a bug)

2013-05-29 Thread Gabi Kazav
Hi, We are working on hive DB with our Hadoop cluster. We now facing an issue about joining a big partition with more than 2^31 rows. When the partition has more than 2147483648 rows (even 2147483649) the output of the join is a single row. When the partition has less than 2147483648 rows

[jira] [Created] (HIVE-4628) HS2 sessionmanager should synchronize the call to insert/remove session objects from session hash map

2013-05-29 Thread Shreepadma Venugopalan (JIRA)
Shreepadma Venugopalan created HIVE-4628: Summary: HS2 sessionmanager should synchronize the call to insert/remove session objects from session hash map Key: HIVE-4628 URL:

[jira] [Updated] (HIVE-4543) Broken link in HCat 0.5 doc (Reader and Writer Interfaces)

2013-05-29 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-4543: - Attachment: HIVE-4543_3.patch A patch version of the changes. Broken link in HCat 0.5

[jira] [Resolved] (HIVE-4543) Broken link in HCat 0.5 doc (Reader and Writer Interfaces)

2013-05-29 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved HIVE-4543. -- Resolution: Fixed Fix Version/s: 0.12.0 Patch _3 checked in. Thanks Lefty.

[jira] [Created] (HIVE-4629) HS2 should support an API to retrieve query logs

2013-05-29 Thread Shreepadma Venugopalan (JIRA)
Shreepadma Venugopalan created HIVE-4629: Summary: HS2 should support an API to retrieve query logs Key: HIVE-4629 URL: https://issues.apache.org/jira/browse/HIVE-4629 Project: Hive

[jira] [Assigned] (HIVE-4629) HS2 should support an API to retrieve query logs

2013-05-29 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan reassigned HIVE-4629: Assignee: Shreepadma Venugopalan HS2 should support an API to retrieve

[jira] [Updated] (HIVE-4629) HS2 should support an API to retrieve query logs

2013-05-29 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-4629: - Issue Type: New Feature (was: Bug) HS2 should support an API to retrieve

[jira] [Updated] (HIVE-4629) HS2 should support an API to retrieve query logs

2013-05-29 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shreepadma Venugopalan updated HIVE-4629: - Issue Type: Sub-task (was: New Feature) Parent: HIVE-2935 HS2

Jenkins build is back to normal : Hive-0.10.0-SNAPSHOT-h0.20.1 #160

2013-05-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hive-0.10.0-SNAPSHOT-h0.20.1/160/

[jira] [Commented] (HIVE-4591) Making changes to webhcat-site.xml have no effect

2013-05-29 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13669843#comment-13669843 ] Alan Gates commented on HIVE-4591: -- The work around for this is to set WEBHCAT_CONF_DIR.

[jira] [Created] (HIVE-4630) bin/hive fails if the user has CDPATH environment variable set

2013-05-29 Thread Alan Gates (JIRA)
Alan Gates created HIVE-4630: Summary: bin/hive fails if the user has CDPATH environment variable set Key: HIVE-4630 URL: https://issues.apache.org/jira/browse/HIVE-4630 Project: Hive Issue

[jira] [Commented] (HIVE-4196) Support for Streaming Partitions in Hive

2013-05-29 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13669853#comment-13669853 ] Alan Gates commented on HIVE-4196: -- Roshan, Could you post a pdf version of the doc so

Review Request: Vectorized Timestamp functions for long nanosecond based timestamps

2013-05-29 Thread Gopal V
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11530/ --- Review request for hive, Jitendra Pandey and Eric Hanson. Description ---

[jira] [Updated] (HIVE-4196) Support for Streaming Partitions in Hive

2013-05-29 Thread Roshan Naik (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roshan Naik updated HIVE-4196: -- Attachment: HCatalogStreamingIngestFunctionalSpecificationandDesign- apr 29- patch1.pdf pdf version of

Re: Review Request: Vectorized reader support for Byte Boolean and Timestamp.

2013-05-29 Thread Sarvesh Sakalanaga
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11350/ --- (Updated May 30, 2013, 12:18 a.m.) Review request for hive. Changes ---

[jira] [Updated] (HIVE-4511) Vectorized reader support for Byte Boolean and Timestamp.

2013-05-29 Thread Sarvesh Sakalanaga (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sarvesh Sakalanaga updated HIVE-4511: - Summary: Vectorized reader support for Byte Boolean and Timestamp. (was: Vectorized

[jira] [Updated] (HIVE-4511) Vectorized reader support for Byte Boolean and Timestamp.

2013-05-29 Thread Sarvesh Sakalanaga (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sarvesh Sakalanaga updated HIVE-4511: - Attachment: Hive-4511.1.patch Added unit tests and Timestamp support.

[jira] [Commented] (HIVE-4600) Vectorized reader support for timestamp in ORC.

2013-05-29 Thread Sarvesh Sakalanaga (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13669918#comment-13669918 ] Sarvesh Sakalanaga commented on HIVE-4600: -- Duplicate of Hive-4511

[jira] [Resolved] (HIVE-4600) Vectorized reader support for timestamp in ORC.

2013-05-29 Thread Sarvesh Sakalanaga (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sarvesh Sakalanaga resolved HIVE-4600. -- Resolution: Duplicate Vectorized reader support for timestamp in ORC.

[jira] [Created] (HIVE-4631) Hive doesn't flush errors of multi-stage queries to STDERR until end of query

2013-05-29 Thread Brad Ruderman (JIRA)
Brad Ruderman created HIVE-4631: --- Summary: Hive doesn't flush errors of multi-stage queries to STDERR until end of query Key: HIVE-4631 URL: https://issues.apache.org/jira/browse/HIVE-4631 Project:

[jira] [Work started] (HIVE-4628) HS2 sessionmanager should synchronize the call to insert/remove session objects from session hash map

2013-05-29 Thread Shreepadma Venugopalan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-4628 started by Shreepadma Venugopalan. HS2 sessionmanager should synchronize the call to insert/remove session objects from session hash map

[jira] [Commented] (HIVE-4305) Use a single system for dependency resolution

2013-05-29 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13669942#comment-13669942 ] Alan Gates commented on HIVE-4305: -- All, We need to make some forward progress on this.

ask for cube

2013-05-29 Thread guowp
Sorry ,the cobe is “cube”, the mistake was hanppening by my careless 发件人: guowp [mailto:gu...@asiainfo-linkage.com] 发送时间: 2013年5月30日 11:43 收件人: 'dev@hive.apache.org' 主题: ask for cobe Hi sir, I am the developer of AsiainfoLinkage , the sql “select … … group by cube

ask for cobe

2013-05-29 Thread guowp
Hi sir, I am the developer of AsiainfoLinkage , the sql “select … … group by cobe (colum1,colum2),colum3” used by oracle, but in the hive,we only use the hsql “ select … … group by colum1,colum2,colum3 with cobe” 。 I wan to know: 1. Whether the hive will support the cobe like “group by

[jira] [Created] (HIVE-4632) Use hadoop counter as a stat publisher

2013-05-29 Thread Navis (JIRA)
Navis created HIVE-4632: --- Summary: Use hadoop counter as a stat publisher Key: HIVE-4632 URL: https://issues.apache.org/jira/browse/HIVE-4632 Project: Hive Issue Type: Improvement

[jira] [Updated] (HIVE-4632) Use hadoop counter as a stat publisher

2013-05-29 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-4632: -- Attachment: HIVE-4632.D11001.1.patch navis requested code review of HIVE-4632 [jira] Use hadoop counter