[jira] [Updated] (HIVE-7075) JsonSerde raises NullPointerException when object key is not lower case

2014-05-21 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-7075: Status: Patch Available (was: Open) > JsonSerde raises NullPointerException when object key is not lower case > ---

[jira] [Updated] (HIVE-7075) JsonSerde raises NullPointerException when object key is not lower case

2014-05-21 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-7075: Attachment: HIVE-7075.1.patch.txt Cannot sure it's right to use lower cased field names. But this is the patch. > J

Re: Is there a bug in hiveserver2 metastore caused hold huge objects

2014-05-21 Thread Meng QingPing
There are 18908 PM-s. I post it on http://jack-meng.qiniudn.com/hive-heap2.png Thanks. 2014-05-20 0:41 GMT+08:00 Sergey Shelukhin : > What is the count of PM-s that you are seeing when it crashes? From that > screenshot I don't see what the problem is

Re: Is there a bug in hiveserver2 metastore caused hold huge objects

2014-05-21 Thread Meng QingPing
There are 18908 PM-s. I post it on http://jack-meng.qiniudn.com/hive-heap2.png Thanks. 2014-05-20 0:41 GMT+08:00 Sergey Shelukhin : > What is the count of PM-s that you are seeing when it crashes? From that > screenshot I don't see what the problem is or I'm not reading it right. > > > On Mon,

[jira] [Updated] (HIVE-6584) Add HiveHBaseTableSnapshotInputFormat

2014-05-21 Thread Teng Yutong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Teng Yutong updated HIVE-6584: -- Attachment: HIVE-6584.1.patch this patch is based on the newest patch(HBASE-11137.02-0.98.patch) related

[jira] [Updated] (HIVE-4561) Column stats : LOW_VALUE (or HIGH_VALUE) will always be 0.0000 ,if all the column values larger than 0.0 (or if all column values smaller than 0.0)

2014-05-21 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-4561: Attachment: HIVE-4561.4.patch.txt Changed to allow null for min/max value of long/double/decimal stats. Let's see w

[jira] [Updated] (HIVE-7024) Escape control characters for explain result

2014-05-21 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-7024: Description: Comments for columns are now delimited by 0x00, which is binary and make git refuse to make proper diff

Re: Is there a bug in hiveserver2 metastore caused hold huge objects

2014-05-21 Thread Meng QingPing
I post the heap bin file on http://jack-meng.qiniudn.com/heap.bin Thanks. 2014-05-21 15:41 GMT+08:00 Meng QingPing : > There are 18908 PM-s. I post it on > http://jack-meng.qiniudn.com/hive-heap2.png > > Thanks. > > > 2014-05-20 0:41 GMT+08:00 Sergey Shelukhin : > > What is the count of PM-s th

[jira] [Created] (HIVE-7105) Enable ReduceRecordProcessor to generate VectorizedRowBatches

2014-05-21 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HIVE-7105: -- Summary: Enable ReduceRecordProcessor to generate VectorizedRowBatches Key: HIVE-7105 URL: https://issues.apache.org/jira/browse/HIVE-7105 Project: Hive

[jira] [Commented] (HIVE-5764) Stopping Metastore and HiveServer2 from command line

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

[jira] [Commented] (HIVE-6584) Add HiveHBaseTableSnapshotInputFormat

2014-05-21 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004558#comment-14004558 ] Nick Dimiduk commented on HIVE-6584: Thanks [~tenggyut]. Any thoughts regarding how to

[jira] [Commented] (HIVE-7105) Enable ReduceRecordProcessor to generate VectorizedRowBatches

2014-05-21 Thread Remus Rusanu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004572#comment-14004572 ] Remus Rusanu commented on HIVE-7105: Extending the vectorized processing to the reduce

[jira] [Commented] (HIVE-7075) JsonSerde raises NullPointerException when object key is not lower case

2014-05-21 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004582#comment-14004582 ] Harsh J commented on HIVE-7075: --- Can a test case be added as well, aside of just the fix, so

[jira] [Updated] (HIVE-7105) Enable ReduceRecordProcessor to generate VectorizedRowBatches

2014-05-21 Thread Rajesh Balamohan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Balamohan updated HIVE-7105: --- Attachment: HIVE-7105.1.patch [~rusanu] Agreed that there are no vectorized operators on the r

[jira] [Commented] (HIVE-7098) RecordUpdater should extend RecordWriter

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

[jira] [Commented] (HIVE-7092) Insert overwrite should not delete the original directory

2014-05-21 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004674#comment-14004674 ] Xuefu Zhang commented on HIVE-7092: --- +1 > Insert overwrite should not delete the origina

[jira] [Commented] (HIVE-7048) CompositeKeyHBaseFactory should not use FamilyFilter

2014-05-21 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004678#comment-14004678 ] Swarnim Kulkarni commented on HIVE-7048: I have also logged HIVE-7103 for the too-f

[jira] [Commented] (HIVE-7048) CompositeKeyHBaseFactory should not use FamilyFilter

2014-05-21 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004679#comment-14004679 ] Swarnim Kulkarni commented on HIVE-7048: [~xuefuz] If the above proposal sounds fin

[jira] [Commented] (HIVE-7048) CompositeKeyHBaseFactory should not use FamilyFilter

2014-05-21 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004702#comment-14004702 ] Xuefu Zhang commented on HIVE-7048: --- We cannot make CompositeKeyHBaseFactory abstract as

[jira] [Commented] (HIVE-7048) CompositeKeyHBaseFactory should not use FamilyFilter

2014-05-21 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004746#comment-14004746 ] Swarnim Kulkarni commented on HIVE-7048: {quote} User desiring of this capability w

[jira] [Updated] (HIVE-7061) sql std auth - insert queries without overwrite should not require delete privileges

2014-05-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-7061: --- Status: Patch Available (was: Open) > sql std auth - insert queries without overwrite should

[jira] [Resolved] (HIVE-4515) "select count(*) from table" query on hive-0.10.0, hbase-0.94.7 integration throws exceptions

2014-05-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan resolved HIVE-4515. Resolution: Invalid Resolving this as invalid, per [~swarnim] previous comment. Feel free to

[jira] [Updated] (HIVE-7084) TestWebHCatE2e is failing on trunk

2014-05-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-7084: --- Attachment: HIVE-7084.patch Patch for reverting HIVE-7084 > TestWebHCatE2e is failing on trun

[jira] [Comment Edited] (HIVE-7084) TestWebHCatE2e is failing on trunk

2014-05-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004811#comment-14004811 ] Ashutosh Chauhan edited comment on HIVE-7084 at 5/21/14 3:55 PM:

[jira] [Updated] (HIVE-7084) TestWebHCatE2e is failing on trunk

2014-05-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-7084: --- Assignee: Ashutosh Chauhan (was: Harish Butani) Status: Patch Available (was: Open) >

[jira] [Commented] (HIVE-7048) CompositeKeyHBaseFactory should not use FamilyFilter

2014-05-21 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004838#comment-14004838 ] Xuefu Zhang commented on HIVE-7048: --- The might be some misunderstanding. While CompositeK

[jira] [Commented] (HIVE-7104) Unit tests are disabled

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

[jira] [Commented] (HIVE-7105) Enable ReduceRecordProcessor to generate VectorizedRowBatches

2014-05-21 Thread Eric Hanson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004882#comment-14004882 ] Eric Hanson commented on HIVE-7105: --- I agree with Remus. If you do want to get good perfo

[jira] [Updated] (HIVE-6684) Beeline does not accept comments that are preceded by spaces

2014-05-21 Thread Jeremy Beard (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Beard updated HIVE-6684: --- Attachment: HIVE-6684.2.patch Good point Xuefu. Added patch that only trims once. > Beeline does not

[jira] [Updated] (HIVE-6684) Beeline does not accept comments that are preceded by spaces

2014-05-21 Thread Jeremy Beard (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Beard updated HIVE-6684: --- Attachment: HIVE-6684.2.patch > Beeline does not accept comments that are preceded by spaces > ---

[jira] [Updated] (HIVE-6684) Beeline does not accept comments that are preceded by spaces

2014-05-21 Thread Jeremy Beard (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Beard updated HIVE-6684: --- Attachment: (was: HIVE-6684.2.patch) > Beeline does not accept comments that are preceded by space

Replacement for 'nextColumnsBatch' method in RCFile.Reader

2014-05-21 Thread John Zeng
Hi, All, I noticed ‘nextColumnsBatch’ is marked as ‘Deprecated’ in RCFile.Reader class. What is the method that will replace ‘nextColumnsBatch’? And why? Thanks John

[jira] [Commented] (HIVE-6994) parquet-hive createArray strips null elements

2014-05-21 Thread Justin Coffey (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004924#comment-14004924 ] Justin Coffey commented on HIVE-6994: - hmmm... good catch. It didn't get picked up by

[jira] [Updated] (HIVE-7105) Enable ReduceRecordProcessor to generate VectorizedRowBatches

2014-05-21 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-7105: -- Fix Version/s: 0.14.0 > Enable ReduceRecordProcessor to generate VectorizedRowBatches >

[jira] [Commented] (HIVE-7085) TestOrcHCatPigStorer.testWriteDecimal tests are failing on trunk

2014-05-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004933#comment-14004933 ] Ashutosh Chauhan commented on HIVE-7085: Additionally, {{TestHCatLoader.testReadDat

[jira] [Updated] (HIVE-7105) Enable ReduceRecordProcessor to generate VectorizedRowBatches

2014-05-21 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-7105: -- Component/s: Tez > Enable ReduceRecordProcessor to generate VectorizedRowBatches > -

[jira] [Commented] (HIVE-6684) Beeline does not accept comments that are preceded by spaces

2014-05-21 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004945#comment-14004945 ] Xuefu Zhang commented on HIVE-6684: --- +1 [~leftylev] Comments are applicable to script fr

[jira] [Created] (HIVE-7106) Predicates in where clause are not getting pushed beyond join for left outer joins

2014-05-21 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-7106: -- Summary: Predicates in where clause are not getting pushed beyond join for left outer joins Key: HIVE-7106 URL: https://issues.apache.org/jira/browse/HIVE-7106 Pr

[jira] [Commented] (HIVE-7106) Predicates in where clause are not getting pushed beyond join for left outer joins

2014-05-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004956#comment-14004956 ] Ashutosh Chauhan commented on HIVE-7106: This is easier to demonstrate via strict m

[jira] [Commented] (HIVE-7106) Predicates in where clause are not getting pushed beyond join for left outer joins

2014-05-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004959#comment-14004959 ] Ashutosh Chauhan commented on HIVE-7106: If someone wants to take this up, logic in

[jira] [Created] (HIVE-7107) Clean up HiveDrivers and fix an issue

2014-05-21 Thread Lars Francke (JIRA)
Lars Francke created HIVE-7107: -- Summary: Clean up HiveDrivers and fix an issue Key: HIVE-7107 URL: https://issues.apache.org/jira/browse/HIVE-7107 Project: Hive Issue Type: Bug Repo

[jira] [Updated] (HIVE-7107) Clean up HiveDrivers and fix an issue

2014-05-21 Thread Lars Francke (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke updated HIVE-7107: --- Attachment: HIVE-7107.1.patch > Clean up HiveDrivers and fix an issue > --

[jira] [Updated] (HIVE-7108) Cleanup HBaseStorageHandler

2014-05-21 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swarnim Kulkarni updated HIVE-7108: --- Priority: Minor (was: Major) > Cleanup HBaseStorageHandler > --- > >

[jira] [Created] (HIVE-7108) Cleanup HBaseStorageHandler

2014-05-21 Thread Swarnim Kulkarni (JIRA)
Swarnim Kulkarni created HIVE-7108: -- Summary: Cleanup HBaseStorageHandler Key: HIVE-7108 URL: https://issues.apache.org/jira/browse/HIVE-7108 Project: Hive Issue Type: Task Compone

[jira] [Updated] (HIVE-7107) Clean up HiveDrivers and fix an issue

2014-05-21 Thread Lars Francke (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke updated HIVE-7107: --- Assignee: Lars Francke Status: Patch Available (was: Open) > Clean up HiveDrivers and fix an is

[jira] [Updated] (HIVE-7107) Clean up HiveDrivers and fix an issue

2014-05-21 Thread Lars Francke (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke updated HIVE-7107: --- Attachment: (was: HIVE-7107.1.patch) > Clean up HiveDrivers and fix an issue > ---

[jira] [Created] (HIVE-7109) Resource leak in HBaseStorageHandler

2014-05-21 Thread Swarnim Kulkarni (JIRA)
Swarnim Kulkarni created HIVE-7109: -- Summary: Resource leak in HBaseStorageHandler Key: HIVE-7109 URL: https://issues.apache.org/jira/browse/HIVE-7109 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-7107) Clean up HiveDrivers and fix an issue

2014-05-21 Thread Lars Francke (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Francke updated HIVE-7107: --- Attachment: HIVE-7107.2.patch > Clean up HiveDrivers and fix an issue > --

[jira] [Updated] (HIVE-7108) Cleanup HBaseStorageHandler

2014-05-21 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swarnim Kulkarni updated HIVE-7108: --- Priority: Major (was: Minor) > Cleanup HBaseStorageHandler > --- > >

[jira] [Commented] (HIVE-7104) Unit tests are disabled

2014-05-21 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005083#comment-14005083 ] Szehon Ho commented on HIVE-7104: - NIce catch. Fortunately the Hive build is running all t

[jira] [Commented] (HIVE-7104) Unit tests are disabled

2014-05-21 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005096#comment-14005096 ] Prasanth J commented on HIVE-7104: -- +1 > Unit tests are disabled > --

[jira] [Commented] (HIVE-7104) Unit tests are disabled

2014-05-21 Thread Prasanth J (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005095#comment-14005095 ] Prasanth J commented on HIVE-7104: -- Oops! My bad. That was a mistake. I added that to run

[jira] [Updated] (HIVE-7099) Add Decimal datatype support for Windowing

2014-05-21 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-7099: Status: Patch Available (was: Open) > Add Decimal datatype support for Windowing >

[jira] [Updated] (HIVE-7099) Add Decimal datatype support for Windowing

2014-05-21 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-7099: Attachment: HIVE-7099.2.patch > Add Decimal datatype support for Windowing > ---

[jira] [Updated] (HIVE-7099) Add Decimal datatype support for Windowing

2014-05-21 Thread Harish Butani (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harish Butani updated HIVE-7099: Status: Open (was: Patch Available) > Add Decimal datatype support for Windowing >

[jira] [Updated] (HIVE-6147) Support avro data stored in HBase columns

2014-05-21 Thread Swarnim Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swarnim Kulkarni updated HIVE-6147: --- Issue Type: Improvement (was: Bug) > Support avro data stored in HBase columns >

[jira] [Commented] (HIVE-6928) Beeline should not chop off "describe extended" results by default

2014-05-21 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005125#comment-14005125 ] Szehon Ho commented on HIVE-6928: - Thanks [~chinnalalam] for the fix. One minor nit here

[jira] [Commented] (HIVE-7095) Fix test fails for both hadoop-1 and hadoop-2

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

[jira] [Commented] (HIVE-7025) Support retention on hive tables

2014-05-21 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005192#comment-14005192 ] Hive QA commented on HIVE-7025: --- {color:red}Overall{color}: -1 no tests executed Here are

[jira] [Commented] (HIVE-7076) Plugin (exec hook) to log to application timeline data to Yarn

2014-05-21 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005218#comment-14005218 ] Thejas M Nair commented on HIVE-7076: - I have added some minor comments on review board

[jira] [Updated] (HIVE-7104) Unit tests are disabled

2014-05-21 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-7104: - Resolution: Fixed Fix Version/s: 0.14.0 Hadoop Flags: Reviewed Status: Resol

Re: Plan: permanently move hive builds from bigtop

2014-05-21 Thread Szehon Ho
The pre-commit builds should be officially good now. The test logs are properly downloaded, and correctly displayed on the HiveQA JIRA comment as the link under "TestReport", and all logs themselves in raw form are at "Test logs", see HIVE-6937 and HIVE-7080 for details. Also as we had troubles w

[jira] [Updated] (HIVE-7066) hive-exec jar is missing avro core

2014-05-21 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-7066: - Component/s: Build Infrastructure > hive-exec jar is missing avro core > -

[jira] [Updated] (HIVE-7066) hive-exec jar is missing avro core

2014-05-21 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-7066: - Affects Version/s: 0.13.1 0.13.0 > hive-exec jar is missing avro core > ---

[jira] [Updated] (HIVE-7066) hive-exec jar is missing avro core

2014-05-21 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-7066: - Resolution: Fixed Fix Version/s: 0.14.0 Hadoop Flags: Reviewed Status: Resol

Re: Is there a bug in hiveserver2 metastore caused hold huge objects

2014-05-21 Thread Vaibhav Gumashta
Thanks a lot for the dump Meng! On Wed, May 21, 2014 at 1:41 AM, Meng QingPing wrote: > I post the heap bin file on http://jack-meng.qiniudn.com/heap.bin > > Thanks. > > > 2014-05-21 15:41 GMT+08:00 Meng QingPing : > > > There are 18908 PM-s. I post it on > > http://jack-meng.qiniudn.com/hive-h

Re: Is there a bug in hiveserver2 metastore caused hold huge objects

2014-05-21 Thread Vaibhav Gumashta
Meng, are you running a remote metastore or an embedded one (which would be true if you added this config while starting HS2: -hiveconf hive.metastore.uris=" ")? Thanks, --Vaibhav On Wed, May 21, 2014 at 2:28 PM, Vaibhav Gumashta wrote: > Thanks a lot for the dump Meng! > > > On Wed, May 21, 2

Re: Review Request 21749: HIVE-7061 - sql std auth - insert queries without overwrite should not require delete privileges

2014-05-21 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21749/#review43659 --- ql/src/java/org/apache/hadoop/hive/ql/Driver.java

[jira] [Commented] (HIVE-7076) Plugin (exec hook) to log to application timeline data to Yarn

2014-05-21 Thread Vaibhav Gumashta (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005324#comment-14005324 ] Vaibhav Gumashta commented on HIVE-7076: Other than [~thejas]' feedback, I did some

[jira] [Commented] (HIVE-7075) JsonSerde raises NullPointerException when object key is not lower case

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

[jira] [Updated] (HIVE-7095) Fix test fails for both hadoop-1 and hadoop-2

2014-05-21 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-7095: Attachment: HIVE-7095.2.patch.txt > Fix test fails for both hadoop-1 and hadoop-2 >

Re: Review Request 21748: Fix test fails for both hadoop-1 and hadoop-2

2014-05-21 Thread Navis Ryu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21748/ --- (Updated May 22, 2014, 1:07 a.m.) Review request for hive. Changes --- F

[jira] [Updated] (HIVE-7095) Fix test fails for both hadoop-1 and hadoop-2

2014-05-21 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-7095: Attachment: HIVE-7095.2.patch.txt > Fix test fails for both hadoop-1 and hadoop-2 >

[jira] [Updated] (HIVE-7095) Fix test fails for both hadoop-1 and hadoop-2

2014-05-21 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-7095: Attachment: (was: HIVE-7095.2.patch.txt) > Fix test fails for both hadoop-1 and hadoop-2 > -

[jira] [Commented] (HIVE-7075) JsonSerde raises NullPointerException when object key is not lower case

2014-05-21 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005498#comment-14005498 ] Navis commented on HIVE-7075: - Test fails seemed not related to this. bq. Can a test case be a

Re: Is there a bug in hiveserver2 metastore caused hold huge objects

2014-05-21 Thread Meng QingPing
Vaibhav, thanks for reply. It's a remote metastore, stored in mysql. 2014-05-22 5:31 GMT+08:00 Vaibhav Gumashta : > Meng, are you running a remote metastore or an embedded one (which would be > true if you added this config while starting HS2: -hiveconf > hive.metastore.uris=" ")? > > Thanks, >

[jira] [Created] (HIVE-7110) TestHCatPartitionPublish test failure: No FileSystem or scheme: pfile

2014-05-21 Thread David Chen (JIRA)
David Chen created HIVE-7110: Summary: TestHCatPartitionPublish test failure: No FileSystem or scheme: pfile Key: HIVE-7110 URL: https://issues.apache.org/jira/browse/HIVE-7110 Project: Hive Iss

[jira] [Created] (HIVE-7111) Extend join transitivity PPD to non-column expressions

2014-05-21 Thread Navis (JIRA)
Navis created HIVE-7111: --- Summary: Extend join transitivity PPD to non-column expressions Key: HIVE-7111 URL: https://issues.apache.org/jira/browse/HIVE-7111 Project: Hive Issue Type: Task Co

[jira] [Commented] (HIVE-4867) Deduplicate columns appearing in both the key list and value list of ReduceSinkOperator

2014-05-21 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005560#comment-14005560 ] Navis commented on HIVE-4867: - Waiting on HIVE-7087 to be committed first. > Deduplicate colum

[jira] [Commented] (HIVE-4561) Column stats : LOW_VALUE (or HIGH_VALUE) will always be 0.0000 ,if all the column values larger than 0.0 (or if all column values smaller than 0.0)

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

[jira] [Created] (HIVE-7112) Tez processor swallows errors

2014-05-21 Thread Gunther Hagleitner (JIRA)
Gunther Hagleitner created HIVE-7112: Summary: Tez processor swallows errors Key: HIVE-7112 URL: https://issues.apache.org/jira/browse/HIVE-7112 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-7112) Tez processor swallows errors

2014-05-21 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-7112: - Attachment: HIVE-7112.1.patch > Tez processor swallows errors > --

[jira] [Updated] (HIVE-7112) Tez processor swallows errors

2014-05-21 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated HIVE-7112: - Status: Patch Available (was: Open) > Tez processor swallows errors > ---

[jira] [Created] (HIVE-7113) Support fully managed partitioned table, which does not allow partitions to have different properties with table

2014-05-21 Thread Navis (JIRA)
Navis created HIVE-7113: --- Summary: Support fully managed partitioned table, which does not allow partitions to have different properties with table Key: HIVE-7113 URL: https://issues.apache.org/jira/browse/HIVE-7113

[jira] [Commented] (HIVE-4561) Column stats : LOW_VALUE (or HIGH_VALUE) will always be 0.0000 ,if all the column values larger than 0.0 (or if all column values smaller than 0.0)

2014-05-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005656#comment-14005656 ] Ashutosh Chauhan commented on HIVE-4561: metadata_only_queries.q update seems to be

Re: Plan: permanently move hive builds from bigtop

2014-05-21 Thread Ashutosh Chauhan
Thanks Szehon for your time and contribution in fixing test infra! Looks like things are good now. On Wed, May 21, 2014 at 2:09 PM, Szehon Ho wrote: > The pre-commit builds should be officially good now. The test logs are > properly downloaded, and correctly displayed on the HiveQA JIRA commen

[jira] [Commented] (HIVE-7095) Fix test fails for both hadoop-1 and hadoop-2

2014-05-21 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005675#comment-14005675 ] Ashutosh Chauhan commented on HIVE-7095: I am not sure for problem 2, if there is a