Fwd: Alter table partition rename with location - moves partition back to hive warehouse

2017-03-22 Thread Ying Chen
cross posting from u...@hive.apache.org. (sorry for additional posting) I would like some opinions from the dev community relating to - if change of behavior is desired, how should it be changed ? Also, would it be better that I create a JIRA and have comments there? Thanks much..

[GitHub] hive pull request #164: Use setNull when null value is passed to preparedsta...

2017-03-22 Thread kevinsimard
GitHub user kevinsimard opened a pull request: https://github.com/apache/hive/pull/164 Use setNull when null value is passed to preparedstatement setter Not sure if I should open a ticket first but PreparedStatement setters are failing when a null value is passed (the setString in

Re: Review Request 57805: HIVE-16049: upgrade to jetty 9

2017-03-22 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57805/#review169747 --- I see there is code that is used to support only JDK8 compilation

Re: Alter table partition rename with location - moves partition back to hive warehouse

2017-03-22 Thread Sergio Pena
I don't think that behavior is correct. The rename should create the new partition name in the same location of the table. Could you create a JIRA for that? On Wed, Mar 22, 2017 at 10:24 AM, Ying Chen wrote: > cross posting from u...@hive.apache.org. (sorry for additional

[jira] [Created] (HIVE-16281) Upgrade master branch to JDK8

2017-03-22 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-16281: --- Summary: Upgrade master branch to JDK8 Key: HIVE-16281 URL: https://issues.apache.org/jira/browse/HIVE-16281 Project: Hive Issue Type: New Feature

[jira] [Created] (HIVE-16282) Semijoin: Disable slow-start for the bloom filter aggregate task

2017-03-22 Thread Gopal V (JIRA)
Gopal V created HIVE-16282: -- Summary: Semijoin: Disable slow-start for the bloom filter aggregate task Key: HIVE-16282 URL: https://issues.apache.org/jira/browse/HIVE-16282 Project: Hive Issue

[jira] [Created] (HIVE-16283) LLAP UI page should have links to jmx, stacks and other available pages

2017-03-22 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-16283: --- Summary: LLAP UI page should have links to jmx, stacks and other available pages Key: HIVE-16283 URL: https://issues.apache.org/jira/browse/HIVE-16283 Project:

Re: Backward incompatible changes

2017-03-22 Thread Pengcheng Xiong
I would like to work as the Release Manager if possible. As Owen points out, he is working on 2.2 and I will work on 2.3. Thanks. On Wed, Mar 22, 2017 at 1:32 PM, Ashutosh Chauhan wrote: > Unless there is more feedback, I plan to cut branch-2 in a day or two from > current

Re: Backward incompatible changes

2017-03-22 Thread Sergey Shelukhin
Hmm.. should we release these first, and then cut branch-2? Otherwise during the releases, the patches for 2.2/2.3 will need to go to 3 (4?) places (master, branch-2, branch-2.2, branch-2.3?). There’s no rush to cut the branch if everything in 2.2/2.3 has to go to 3.0 anyway. On 17/3/22, 13:53,

Re: Review Request 57632: HIVE-16206: Provide wrapper classes for current metrics reporters to allow uniform instantiation through reflection

2017-03-22 Thread Sunitha Beeram via Review Board
> On March 21, 2017, 6:25 a.m., Carl Steinbach wrote: > > common/src/java/org/apache/hadoop/hive/common/metrics/metrics2/CodahaleMetrics.java > > Line 433 (original), 382 (patched) > > > > > > Please consider

Re: Backward incompatible changes

2017-03-22 Thread Ashutosh Chauhan
Unless there is more feedback, I plan to cut branch-2 in a day or two from current master. As multiple people have suggested on this thread, we should do a 2.2 release soon. Currently there are 177 issues

Re: Review Request 57632: HIVE-16206: Provide wrapper classes for current metrics reporters to allow uniform instantiation through reflection

2017-03-22 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57632/#review169775 --- Thanks for the changes Sunitha. Few comments below.

Re: Review Request 57632: HIVE-16206: Provide wrapper classes for current metrics reporters to allow uniform instantiation through reflection

2017-03-22 Thread Vihang Karajgaonkar
> On March 22, 2017, 8:31 p.m., Vihang Karajgaonkar wrote: > > common/src/java/org/apache/hadoop/hive/common/metrics/metrics2/CodahaleMetrics.java > > Line 392 (original), 381 (patched) > > > > > > Does code does

Re: Review Request 57626: HIVE-16164: Provide mechanism for passing HMS notification ID between transactional and non-transactional listeners.

2017-03-22 Thread Alexander Kolbasov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57626/#review169801 --- This is good, but I am wondering what is the purpose in using

Re: Review Request 57728: HIVE-16231: Parquet timestamp may be stored differently since HIVE-12767

2017-03-22 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57728/#review169758 --- common/src/java/org/apache/hive/common/util/DateUtils.java Lines

Re: Review Request 57632: HIVE-16206: Provide wrapper classes for current metrics reporters to allow uniform instantiation through reflection

2017-03-22 Thread Sunitha Beeram via Review Board
> On March 21, 2017, 4:31 p.m., Ratandeep Ratti wrote: > > common/src/java/org/apache/hadoop/hive/common/metrics/metrics2/JsonFileMetricsReporter.java > > Lines 74 (patched) > > > > > > What all exception types are

Re: Review Request 57632: HIVE-16206: Provide wrapper classes for current metrics reporters to allow uniform instantiation through reflection

2017-03-22 Thread Sunitha Beeram via Review Board
> On March 22, 2017, 8:31 p.m., Vihang Karajgaonkar wrote: > > Thanks for the changes Sunitha. Few comments below. Thanks for reviewing! Appreciate it. > On March 22, 2017, 8:31 p.m., Vihang Karajgaonkar wrote: > >

Re: Review Request 57632: HIVE-16206: Provide wrapper classes for current metrics reporters to allow uniform instantiation through reflection

2017-03-22 Thread Sunitha Beeram via Review Board
> On March 21, 2017, 4:34 p.m., Ratandeep Ratti wrote: > > common/src/java/org/apache/hadoop/hive/common/metrics/metrics2/JsonFileMetricsReporter.java > > Lines 83 (patched) > > > > > > Can some of the logic can be

Re: Review Request 57632: HIVE-16206: Provide wrapper classes for current metrics reporters to allow uniform instantiation through reflection

2017-03-22 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57632/#review169810 ---

Re: Review Request 57632: HIVE-16206: Provide wrapper classes for current metrics reporters to allow uniform instantiation through reflection

2017-03-22 Thread Sunitha Beeram via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57632/ --- (Updated March 23, 2017, 12:45 a.m.) Review request for hive, Carl Steinbach

Review Request 57862: HIVE-16229 Fix for wrong result

2017-03-22 Thread Vineet Garg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57862/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-16229

[jira] [Created] (HIVE-16284) CLI (and beeline?) in-place UI is broken when there are too many rows

2017-03-22 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-16284: --- Summary: CLI (and beeline?) in-place UI is broken when there are too many rows Key: HIVE-16284 URL: https://issues.apache.org/jira/browse/HIVE-16284 Project:

[jira] [Created] (HIVE-16285) Servlet for dynamically configuring log levels

2017-03-22 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-16285: Summary: Servlet for dynamically configuring log levels Key: HIVE-16285 URL: https://issues.apache.org/jira/browse/HIVE-16285 Project: Hive

[GitHub] hive pull request #165: HIVe-16254: metadata for values temporary tables for...

2017-03-22 Thread anishek
GitHub user anishek opened a pull request: https://github.com/apache/hive/pull/165 HIVe-16254: metadata for values temporary tables for INSERT's are getting replicated You can merge this pull request into a Git repository by running: $ git pull

[GitHub] hive pull request #162: HIVE-16254 : metadata for values temporary tables fo...

2017-03-22 Thread anishek
Github user anishek closed the pull request at: https://github.com/apache/hive/pull/162 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] hive pull request #163: add 'commons-net' dependency used by ftp module

2017-03-22 Thread awarrior
GitHub user awarrior opened a pull request: https://github.com/apache/hive/pull/163 add 'commons-net' dependency used by ftp module You can merge this pull request into a Git repository by running: $ git pull https://github.com/awarrior/hive master Alternatively you can