[jira] [Commented] (HIVE-5680) Hive writes to HBase table throws NullPointerException

2013-11-04 Thread ZhuangjieZheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813709#comment-13813709 ] ZhuangjieZheng commented on HIVE-5680: -- yes, I add jar hbase-0.94.6.1.jar/hive-hbase-

[jira] [Commented] (HIVE-5730) Beeline throws non-terminal NPE upon starting, after mavenization

2013-11-04 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813680#comment-13813680 ] Hive QA commented on HIVE-5730: --- {color:green}Overall{color}: +1 all checks pass Here are

[jira] [Updated] (HIVE-5417) Tests in jdbc package are not referencing hive jars in dist/lib

2013-11-04 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-5417: Resolution: Won't Fix Status: Resolved (was: Patch Available) Resolved by HIVE-5610. > Tests in jdbc packa

[jira] [Commented] (HIVE-5730) Beeline throws non-terminal NPE upon starting, after mavenization

2013-11-04 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813668#comment-13813668 ] Navis commented on HIVE-5730: - +1 I've confronted this, too. > Beeline throws non-terminal NPE

[jira] [Updated] (HIVE-5562) Provide stripe level column statistics in ORC

2013-11-04 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-5562: - Attachment: HIVE-5562.2.patch.txt Addressed [~owen.omalley]'s review comments. > Provide stripe level col

[jira] [Commented] (HIVE-5725) Separate out ql code from exec jar

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813648#comment-13813648 ] Brock Noland commented on HIVE-5725: I'd propose we do away with the exec uber jar and

[jira] [Commented] (HIVE-5713) Verify versions of libraries post maven merge

2013-11-04 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813624#comment-13813624 ] Hive QA commented on HIVE-5713: --- {color:green}Overall{color}: +1 all checks pass Here are

Re: Skip trash while dropping Hive table

2013-11-04 Thread Nitin Pawar
On hive cli I normally set this set fs.trash.interval=0; in hiverc and use it This setting is hdfs related and I would not recommend it setting it on hdfs-site.xml as it will then apply across hdfs which is not desirable most of the times. On Tue, Nov 5, 2013 at 5:28 AM, Chu Tong wrote: > Hi a

[jira] [Updated] (HIVE-5276) Skip useless string encoding stage for hiveserver2

2013-11-04 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-5276: Status: Open (was: Patch Available) > Skip useless string encoding stage for hiveserver2 >

[jira] [Updated] (HIVE-3990) Provide input threshold for direct-fetcher (HIVE-2925)

2013-11-04 Thread Phabricator (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-3990: -- Attachment: D8415.3.patch navis updated the revision "HIVE-3990 [jira] Provide input threshold for dire

[jira] [Commented] (HIVE-5680) Hive writes to HBase table throws NullPointerException

2013-11-04 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813616#comment-13813616 ] Vaibhav Gumashta commented on HIVE-5680: I'm curious - did you add the hbase jars b

[jira] [Commented] (HIVE-5680) Hive writes to HBase table throws NullPointerException

2013-11-04 Thread ZhuangjieZheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813607#comment-13813607 ] ZhuangjieZheng commented on HIVE-5680: -- Now my temporary resolution is using the comma

[jira] [Commented] (HIVE-5657) TopN produces incorrect results with count(distinct)

2013-11-04 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813604#comment-13813604 ] Sergey Shelukhin commented on HIVE-5657: I think I have the non-vector part, need t

[jira] [Commented] (HIVE-5230) Better error reporting by async threads in HiveServer2

2013-11-04 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813603#comment-13813603 ] Thejas M Nair commented on HIVE-5230: - Added some review comments to reviewboard. fyi

Re: Review Request 15151: Better error reporting by async threads in HiveServer2

2013-11-04 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15151/#review28168 --- service/src/java/org/apache/hive/service/cli/operation/SQLOperation

[jira] [Assigned] (HIVE-2974) Add online docs for from_utc_timestamp() and to_utc_timestamp()

2013-11-04 Thread Anandha L Ranganathan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anandha L Ranganathan reassigned HIVE-2974: --- Assignee: Anandha L Ranganathan > Add online docs for from_utc_timestamp() and

[jira] [Commented] (HIVE-5356) Move arithmatic UDFs to generic UDF implementations

2013-11-04 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813584#comment-13813584 ] Lefty Leverenz commented on HIVE-5356: -- Will this be documented in the wiki? It could

Re: Review Request 15184: Store state of stats

2013-11-04 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15184/#review28167 --- trunk/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStore

Re: Review Request 15184: Store state of stats

2013-11-04 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15184/#review28061 --- trunk/common/src/java/org/apache/hadoop/hive/common/StatsSetupConst

[jira] [Commented] (HIVE-5221) Issue in column type with data type as BINARY

2013-11-04 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813537#comment-13813537 ] Hive QA commented on HIVE-5221: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Commented] (HIVE-5369) Annotate hive operator tree with statistics from metastore

2013-11-04 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813535#comment-13813535 ] Prasanth J commented on HIVE-5369: -- RB entry for the new patch https://reviews.apache.org/

[jira] [Updated] (HIVE-5369) Annotate hive operator tree with statistics from metastore

2013-11-04 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-5369: - Attachment: HIVE-5369.2.patch.txt Added misc fixes and did code cleanup. > Annotate hive operator tree wi

[jira] [Commented] (HIVE-5699) Add unit test for vectorized BETWEEN for timestamp inputs

2013-11-04 Thread Eric Hanson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813522#comment-13813522 ] Eric Hanson commented on HIVE-5699: --- As part of this, also provide a fix to the error tha

[jira] [Updated] (HIVE-5217) Add long polling to asynchronous execution in HiveServer2

2013-11-04 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-5217: --- Attachment: HIVE-5217.D12801.4.patch > Add long polling to asynchronous execution in HiveServe

Skip trash while dropping Hive table

2013-11-04 Thread Chu Tong
Hi all, Is there an existing way to drop Hive tables without having the deleted files hitting trash? If not, can we add something similar to Hive for this? Thanks a lot.

[jira] [Created] (HIVE-5744) Implement support for BETWEEN in SELECT list

2013-11-04 Thread Eric Hanson (JIRA)
Eric Hanson created HIVE-5744: - Summary: Implement support for BETWEEN in SELECT list Key: HIVE-5744 URL: https://issues.apache.org/jira/browse/HIVE-5744 Project: Hive Issue Type: Sub-task

[jira] [Assigned] (HIVE-4501) HS2 memory leak - FileSystem objects in FileSystem.CACHE

2013-11-04 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta reassigned HIVE-4501: -- Assignee: Vaibhav Gumashta (was: Thejas M Nair) > HS2 memory leak - FileSystem objects

[jira] [Assigned] (HIVE-5056) MapJoinProcessor ignores order of values in removing RS

2013-11-04 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Sankar Sivarama Subramaniyan reassigned HIVE-5056: --- Assignee: Navis (was: Hari Sankar Sivarama Subramaniya

[jira] [Assigned] (HIVE-5056) MapJoinProcessor ignores order of values in removing RS

2013-11-04 Thread Hari Sankar Sivarama Subramaniyan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Sankar Sivarama Subramaniyan reassigned HIVE-5056: --- Assignee: Hari Sankar Sivarama Subramaniyan (was: Navi

Review Request 15217: HIVE-5726: The DecimalTypeInfo instance associated with a decimal constant is not in line with the precision/scale of the constant

2013-11-04 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15217/ --- Review request for hive. Bugs: HIVE-5726 https://issues.apache.org/jira/bro

[jira] [Commented] (HIVE-5356) Move arithmatic UDFs to generic UDF implementations

2013-11-04 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813413#comment-13813413 ] Xuefu Zhang commented on HIVE-5356: --- [~jdere] Thanks for sharing your findings. While it

[jira] [Reopened] (HIVE-5397) VectorizedRowBatch member variables are public.

2013-11-04 Thread Eric Hanson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Hanson reopened HIVE-5397: --- Reopening per Brocks request. I'd be happy to discuss this further. > VectorizedRowBatch member variables

[jira] [Commented] (HIVE-5356) Move arithmatic UDFs to generic UDF implementations

2013-11-04 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813398#comment-13813398 ] Jason Dere commented on HIVE-5356: -- Just want to point out to folks that this does result

Re: Review Request 15113: HIVE-5356: Move arithmatic UDFs to generic UDF implementations

2013-11-04 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15113/#review28128 --- Couple of minor comments. ql/src/java/org/apache/hadoop/hive/ql/ud

[jira] [Updated] (HIVE-5481) WebHCat e2e test: TestStreaming -ve tests should also check for job completion success

2013-11-04 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-5481: --- Resolution: Fixed Status: Resolved (was: Patch Available) Fixed in: [HIVE-5510|https:

[jira] [Commented] (HIVE-5268) HiveServer2 accumulates orphaned OperationHandle objects when a client fails while executing query

2013-11-04 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813366#comment-13813366 ] Vaibhav Gumashta commented on HIVE-5268: Linking a related Jira > HiveServer2 accu

[jira] [Commented] (HIVE-5221) Issue in column type with data type as BINARY

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813335#comment-13813335 ] Brock Noland commented on HIVE-5221: bq. doesn't Lazy Serde have to use base64 to store

[jira] [Commented] (HIVE-5221) Issue in column type with data type as BINARY

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813334#comment-13813334 ] Brock Noland commented on HIVE-5221: We can wait for HiveQA but it looks like a test in

[jira] [Commented] (HIVE-5726) The DecimalTypeInfo instance associated with a decimal constant is not in line with the precision/scale of the constant

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813321#comment-13813321 ] Brock Noland commented on HIVE-5726: I don't see the review board item for this? > The

[jira] [Commented] (HIVE-5655) Hive incorrecly handles divide-by-zero case

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813319#comment-13813319 ] Brock Noland commented on HIVE-5655: Looks like the RB item has not been updated with t

[jira] [Commented] (HIVE-5704) A couple of generic UDFs are not in the right folder/package

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813314#comment-13813314 ] Brock Noland commented on HIVE-5704: This looks good, we just need: 1) a review board

[jira] [Updated] (HIVE-5354) Decimal precision/scale support in ORC file

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5354: --- Resolution: Fixed Status: Resolved (was: Patch Available) Thank you for your contribution Xue

[jira] [Commented] (HIVE-5355) JDBC support for decimal precision/scale

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813311#comment-13813311 ] Brock Noland commented on HIVE-5355: This patch doesn't apply any longer :( can you reb

[jira] [Updated] (HIVE-5221) Issue in column type with data type as BINARY

2013-11-04 Thread Mohammad Kamrul Islam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Kamrul Islam updated HIVE-5221: Status: Patch Available (was: Open) > Issue in column type with data type as BINARY

[jira] [Updated] (HIVE-4523) round() function with specified decimal places not consistent with mysql

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-4523: --- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Available) Tha

Re: Review Request 15103: HIVe-4523: round() function with specified decimal places not consistent with mysql

2013-11-04 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15103/#review28140 --- Ship it! Ship It! - Brock Noland On Oct. 30, 2013, 8:17 p.m., Xu

Re: Review Request 15203: HIVE-5711: m2eclipse does not work and eclipse:eclipse requires a manual fix

2013-11-04 Thread Brock Noland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15203/#review28139 --- +1 from me assuming the tests pass - Brock Noland On Nov. 4, 2013

[jira] [Updated] (HIVE-5731) Use new GenericUDF instead of basic UDF for UDFDate* classes

2013-11-04 Thread Mohammad Kamrul Islam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Kamrul Islam updated HIVE-5731: Attachment: HIVE-5731.2.patch Review board: https://reviews.apache.org/r/15213/ >

Review Request 15213: HIVE-5731: Use new GenericUDF instead of basic UDF for UDFDate* classes

2013-11-04 Thread Mohammad Islam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15213/ --- Review request for hive. Bugs: HIVE-5731 https://issues.apache.org/jira/bro

[jira] [Updated] (HIVE-5713) Verify versions of libraries post maven merge

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5713: --- Status: Patch Available (was: Open) > Verify versions of libraries post maven merge > ---

[jira] [Updated] (HIVE-5730) Beeline throws non-terminal NPE upon starting, after mavenization

2013-11-04 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-5730: Status: Patch Available (was: Open) Proposing a fix for this issue. > Beeline throws non-terminal NPE upon

[jira] [Updated] (HIVE-5730) Beeline throws non-terminal NPE upon starting, after mavenization

2013-11-04 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-5730: Attachment: HIVE-5730.patch > Beeline throws non-terminal NPE upon starting, after mavenization > --

[jira] [Updated] (HIVE-5713) Verify versions of libraries post maven merge

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5713: --- Attachment: HIVE-5713.patch This patch fixes as many issues as I can get to, today: * Unused but decl

Review Request 15212: HIVE-5730: Beeline throws non-terminal NPE upon starting, after mavenization

2013-11-04 Thread Szehon Ho
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15212/ --- Review request for hive. Repository: hive-git Description --- This issue

[jira] [Updated] (HIVE-5731) Use new GenericUDF instead of basic UDF for UDFDate* classes

2013-11-04 Thread Mohammad Kamrul Islam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Kamrul Islam updated HIVE-5731: Status: Patch Available (was: Open) > Use new GenericUDF instead of basic UDF for U

[jira] [Assigned] (HIVE-5731) Use new GenericUDF instead of basic UDF for UDFDate* classes

2013-11-04 Thread Mohammad Kamrul Islam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Kamrul Islam reassigned HIVE-5731: --- Assignee: Mohammad Kamrul Islam > Use new GenericUDF instead of basic UDF for

[jira] [Updated] (HIVE-5731) Use new GenericUDF instead of basic UDF for UDFDate* classes

2013-11-04 Thread Mohammad Kamrul Islam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammad Kamrul Islam updated HIVE-5731: Attachment: HIVE-5731.1.patch > Use new GenericUDF instead of basic UDF for UDFDate*

[jira] [Assigned] (HIVE-5730) Beeline throws non-terminal NPE upon starting, after mavenization

2013-11-04 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho reassigned HIVE-5730: --- Assignee: Szehon Ho > Beeline throws non-terminal NPE upon starting, after mavenization >

[jira] [Assigned] (HIVE-5713) Verify versions of libraries post maven merge

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland reassigned HIVE-5713: -- Assignee: Brock Noland Sorry I had not assigned this to myself. I am working on this. > Verify

[jira] [Commented] (HIVE-5743) Maven pom reverts hadoop 23 version to 2.0.5-alpha

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813266#comment-13813266 ] Brock Noland commented on HIVE-5743: Thank for pointing this out Gunther. I will have a

[jira] [Resolved] (HIVE-5743) Maven pom reverts hadoop 23 version to 2.0.5-alpha

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland resolved HIVE-5743. Resolution: Duplicate > Maven pom reverts hadoop 23 version to 2.0.5-alpha > ---

[jira] [Updated] (HIVE-5542) Webhcat is failing to run ddl command on a secure cluster

2013-11-04 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-5542: Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Available) P

Re: Review Request 15203: HIVE-5711: m2eclipse does not work and eclipse:eclipse requires a manual fix

2013-11-04 Thread Carl Steinbach
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15203/ --- (Updated Nov. 4, 2013, 8:34 p.m.) Review request for hive and Brock Noland. C

[jira] [Commented] (HIVE-5743) Maven pom reverts hadoop 23 version to 2.0.5-alpha

2013-11-04 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813229#comment-13813229 ] Gunther Hagleitner commented on HIVE-5743: -- Latest 1 line build is 1.2.1. We shoul

[jira] [Updated] (HIVE-5711) m2eclipse does not work and eclipse:eclipse requires a manual fix

2013-11-04 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-5711: - Attachment: HIVE-5711.2.patch > m2eclipse does not work and eclipse:eclipse requires a manual fix

[jira] [Updated] (HIVE-5711) m2eclipse does not work and eclipse:eclipse requires a manual fix

2013-11-04 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-5711: - Assignee: Carl Steinbach Status: Patch Available (was: Open) > m2eclipse does not work and

[jira] [Created] (HIVE-5743) Maven pom reverts hadoop 23 version to 2.0.5-alpha

2013-11-04 Thread Gunther Hagleitner (JIRA)
Gunther Hagleitner created HIVE-5743: Summary: Maven pom reverts hadoop 23 version to 2.0.5-alpha Key: HIVE-5743 URL: https://issues.apache.org/jira/browse/HIVE-5743 Project: Hive Issue T

[jira] [Updated] (HIVE-5740) Tar files should extract to the directory of the same name minus tar.gz

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5740: --- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Available) Tha

[jira] [Commented] (HIVE-5657) TopN produces incorrect results with count(distinct)

2013-11-04 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813148#comment-13813148 ] Ashutosh Chauhan commented on HIVE-5657: Sorry for grief [~navis] However, [~sershe

[jira] [Commented] (HIVE-5657) TopN produces incorrect results with count(distinct)

2013-11-04 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813143#comment-13813143 ] Sergey Shelukhin commented on HIVE-5657: I refactored the code there because it was

[jira] [Commented] (HIVE-5741) Hcatalog needs to be added to the binary tar

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813140#comment-13813140 ] Brock Noland commented on HIVE-5741: bq. better to keep at least the lib dir separate

[jira] [Commented] (HIVE-5188) MR job launched through WebHCat fails to find additional jars in classpath

2013-11-04 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813138#comment-13813138 ] Eugene Koifman commented on HIVE-5188: -- Approximate test case from [~deepesh] 'num'

[jira] [Commented] (HIVE-5723) Add dependency plugin

2013-11-04 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813127#comment-13813127 ] Szehon Ho commented on HIVE-5723: - [~navis] missed the tag for previous comment. > Add dep

[jira] [Commented] (HIVE-5723) Add dependency plugin

2013-11-04 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813122#comment-13813122 ] Szehon Ho commented on HIVE-5723: - @Navis Hi, I am wondering if what you asked for is alrea

Re: HIVE_HOME after mavenization

2013-11-04 Thread Prasanth Jayachandran
Thanks Brock. I will use the patch for time being. Thanks Prasanth Jayachandran On Nov 4, 2013, at 7:01 AM, Brock Noland wrote: > Hi, > > I think you'll need to wait until > https://issues.apache.org/jira/browse/HIVE-5611 is committed. Then we'll > have the equivalent of of the old "build/dis

[jira] [Updated] (HIVE-5742) Add Xuefu Zhang to the committer list

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5742: --- Status: Open (was: Patch Available) > Add Xuefu Zhang to the committer list > ---

[jira] [Updated] (HIVE-5742) Add Xuefu Zhang to the committer list

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5742: --- Status: Patch Available (was: Open) > Add Xuefu Zhang to the committer list > ---

[jira] [Updated] (HIVE-5742) Add Xuefu Zhang to the committer list

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5742: --- Status: Patch Available (was: Open) +1 This match doesn't need testing but I am testing something wi

[jira] [Updated] (HIVE-5742) Add Xuefu Zhang to the committer list

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5742: --- Status: Open (was: Patch Available) > Add Xuefu Zhang to the committer list > ---

Re: [ANNOUNCE] New Hive Committer - Xuefu Zhang

2013-11-04 Thread Jason Dere
Xuefu, congrats! On Nov 4, 2013, at 9:53 AM, Vaibhav Gumashta wrote: > Congrats Xuefu! > > > On Mon, Nov 4, 2013 at 9:17 AM, Prasad Mujumdar wrote: > >> Congratulations Xuefu! >> >> thanks >> Prasad >> >> >> >> On Sun, Nov 3, 2013 at 8:06 PM, Carl Steinbach >> wrote: >> >>> The Apache

[jira] [Updated] (HIVE-5369) Annotate hive operator tree with statistics from metastore

2013-11-04 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth J updated HIVE-5369: - Attachment: HIVE-5369.refactor.WIP.txt Based on code review comments refactored this patch. It still not c

[jira] [Commented] (HIVE-5712) Hive Java error when using a view with a sub-query from inside another sub-query and including non-views in the FROM clause

2013-11-04 Thread Ian Beckett (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813073#comment-13813073 ] Ian Beckett commented on HIVE-5712: --- No, that error always happens when running MR jobs o

[jira] [Updated] (HIVE-5742) Add Xuefu Zhang to the committer list

2013-11-04 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-5742: -- Attachment: HIVE-5472.patch Patch also added a column that was missing for a few PMC members. > Add Xue

Re: [ANNOUNCE] New Hive Committer - Xuefu Zhang

2013-11-04 Thread Vaibhav Gumashta
Congrats Xuefu! On Mon, Nov 4, 2013 at 9:17 AM, Prasad Mujumdar wrote: >Congratulations Xuefu! > > thanks > Prasad > > > > On Sun, Nov 3, 2013 at 8:06 PM, Carl Steinbach >wrote: > > > The Apache Hive PMC has voted to make Xuefu Zhang a committer on the > Apache > > Hive project. > > > > Ple

[jira] [Commented] (HIVE-5741) Hcatalog needs to be added to the binary tar

2013-11-04 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813042#comment-13813042 ] Ashutosh Chauhan commented on HIVE-5741: cc: [~sushanth] > Hcatalog needs to be ad

sub

2013-11-04 Thread Matthew Langton
sub

[jira] [Commented] (HIVE-5562) Provide stripe level column statistics in ORC

2013-11-04 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813037#comment-13813037 ] Owen O'Malley commented on HIVE-5562: - Sorry, I missed looking at the new files. Additi

[jira] [Commented] (HIVE-5740) Tar files should extract to the directory of the same name minus tar.gz

2013-11-04 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813036#comment-13813036 ] Hive QA commented on HIVE-5740: --- {color:green}Overall{color}: +1 all checks pass Here are

[jira] [Created] (HIVE-5742) Add Xuefu Zhang to the committer list

2013-11-04 Thread Xuefu Zhang (JIRA)
Xuefu Zhang created HIVE-5742: - Summary: Add Xuefu Zhang to the committer list Key: HIVE-5742 URL: https://issues.apache.org/jira/browse/HIVE-5742 Project: Hive Issue Type: Task Repor

Re: [ANNOUNCE] New Hive Committer - Xuefu Zhang

2013-11-04 Thread Prasad Mujumdar
Congratulations Xuefu! thanks Prasad On Sun, Nov 3, 2013 at 8:06 PM, Carl Steinbach wrote: > The Apache Hive PMC has voted to make Xuefu Zhang a committer on the Apache > Hive project. > > Please join me in congratulating Xuefu! > > Thanks. > > Carl >

[jira] [Commented] (HIVE-5562) Provide stripe level column statistics in ORC

2013-11-04 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813025#comment-13813025 ] Owen O'Malley commented on HIVE-5562: - You can't change the method names in Reader with

[jira] [Commented] (HIVE-5740) Tar files should extract to the directory of the same name minus tar.gz

2013-11-04 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813023#comment-13813023 ] Xuefu Zhang commented on HIVE-5740: --- +1 > Tar files should extract to the directory of t

[jira] [Commented] (HIVE-5741) Hcatalog needs to be added to the binary tar

2013-11-04 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813004#comment-13813004 ] Thejas M Nair commented on HIVE-5741: - I think it is better to keep at least the lib di

[jira] [Updated] (HIVE-5740) Tar files should extract to the directory of the same name minus tar.gz

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5740: --- Attachment: HIVE-5740.patch Latest patch changes tarball name to have apache prefix which is standard.

[jira] [Commented] (HIVE-5611) Add assembly (i.e.) tar creation to pom

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812967#comment-13812967 ] Brock Noland commented on HIVE-5611: FYI I added instructions on how to generate the ta

[jira] [Commented] (HIVE-5741) Hcatalog needs to be added to the binary tar

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812964#comment-13812964 ] Brock Noland commented on HIVE-5741: [~thejas], [~ashutoshc] over [here|https://issues

[jira] [Updated] (HIVE-5740) Tar files should extract to the directory of the same name minus tar.gz

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5740: --- Affects Version/s: 0.13.0 Status: Patch Available (was: Open) > Tar files should extra

[jira] [Updated] (HIVE-5740) Tar files should extract to the directory of the same name minus tar.gz

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5740: --- Attachment: HIVE-5740.patch > Tar files should extract to the directory of the same name minus tar.gz

[jira] [Updated] (HIVE-5740) Tar files should extract to the directory of the same name minus tar.gz

2013-11-04 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-5740: --- Description: {noformat} HIVE-${version}-bin.tar.gz => HIVE-${version}-bin HIVE-${version}-src.tar.gz

[jira] [Created] (HIVE-5740) Tar files should extract to the directory of the same name minus tar.gz

2013-11-04 Thread Brock Noland (JIRA)
Brock Noland created HIVE-5740: -- Summary: Tar files should extract to the directory of the same name minus tar.gz Key: HIVE-5740 URL: https://issues.apache.org/jira/browse/HIVE-5740 Project: Hive

  1   2   >