Re: [VOTE] Apache Hive 2.1.1 Release Candidate 0

2016-11-29 Thread Jesus Camacho Rodriguez
I am cancelling the vote then. @Alan, I think you shared the wrong link? Could you share the email you were referring to so I can modify the NOTICE file and roll out the new RC? Thanks, Jesús On 11/28/16, 10:49 PM, "Alan Gates" wrote: >Per this email,

[jira] [Created] (HIVE-15310) CTAS fails when target location contains multiple directories levels that don't exist

2016-11-29 Thread Sahil Takiar (JIRA)
Sahil Takiar created HIVE-15310: --- Summary: CTAS fails when target location contains multiple directories levels that don't exist Key: HIVE-15310 URL: https://issues.apache.org/jira/browse/HIVE-15310

[jira] [Created] (HIVE-15311) Analyze column stats should skip non-primitive column types

2016-11-29 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-15311: -- Summary: Analyze column stats should skip non-primitive column types Key: HIVE-15311 URL: https://issues.apache.org/jira/browse/HIVE-15311 Project: Hive

Re: [DISCUSS] Making a stable release from branch 2

2016-11-29 Thread Sergey Shelukhin
Hmm, I guess it makes sense if we interleave custom and master-based releases. It may just create pain when backporting esp. given the branches that do not share history. Also, after a master release all the subsequent custom releases (other than dot releases in the previous custom releases) must

Review Request 54188: Analyze column stats should skip non-primitive column types

2016-11-29 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54188/ --- Review request for hive and Ashutosh Chauhan. Repository: hive-git

Re: [VOTE] Apache Hive 2.1.1 Release Candidate 1

2016-11-29 Thread Gary Gregory
FWIW, running 'mvn clean install' has been failing on Git master for a long time on Windows. Will that ever be fixed? Gary On Tue, Nov 29, 2016 at 12:17 PM, Jesus Camacho Rodriguez < jcama...@apache.org> wrote: > Apache Hive 2.1.1 Release Candidate 1 is available here: >

Re: [DISCUSS] Making a stable release from branch 2

2016-11-29 Thread Alan Gates
I’m not sure what would be confusing about the numbering. Assumably the next feature bearing release will be 2.2. The next one after that 2.3. We should make a rule that patches in version x don’t go away in x+1. With that I don’t see any confusion. I agree we shouldn’t turn master into a

Re: [DISCUSS] Making a stable release from branch 2

2016-11-29 Thread Sergio Pena
Good, thanks Owen for volunteering. I see we have too many bugfixes, features, and improvements on the master branch. A few questions: - How or what would be the process for cherry picking those fixes? How will you detect which ones are stable and which not? - What if others contributors want

Re: Review Request 50873: HIVE-14453 refactor physical writing of ORC data and metadata to FS from the logical writers

2016-11-29 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50873/ --- (Updated Nov. 29, 2016, 9:11 p.m.) Review request for hive and Prasanth_J.

[jira] [Created] (HIVE-15309) Miscellaneous logging clean up

2016-11-29 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-15309: - Summary: Miscellaneous logging clean up Key: HIVE-15309 URL: https://issues.apache.org/jira/browse/HIVE-15309 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-15308) Create ACID table failed intermittently: due to Postgres (SQLState=25P02, ErrorCode=0)

2016-11-29 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-15308: - Summary: Create ACID table failed intermittently: due to Postgres (SQLState=25P02, ErrorCode=0) Key: HIVE-15308 URL: https://issues.apache.org/jira/browse/HIVE-15308

[jira] [Created] (HIVE-15307) Hive MERGE: "when matched then update" allows invalid column names.

2016-11-29 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-15307: - Summary: Hive MERGE: "when matched then update" allows invalid column names. Key: HIVE-15307 URL: https://issues.apache.org/jira/browse/HIVE-15307 Project: Hive

[VOTE] Apache Hive 2.1.1 Release Candidate 1

2016-11-29 Thread Jesus Camacho Rodriguez
Apache Hive 2.1.1 Release Candidate 1 is available here: http://people.apache.org/~jcamacho/hive-2.1.1-rc1/ Maven artifacts are available here: https://repository.apache.org/content/repositories/orgapachehive-1066/ Source tag for RC1 is at:

[jira] [Created] (HIVE-15306) Change NOTICE file to account for JSON license components

2016-11-29 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-15306: -- Summary: Change NOTICE file to account for JSON license components Key: HIVE-15306 URL: https://issues.apache.org/jira/browse/HIVE-15306 Project:

[jira] [Created] (HIVE-15303) Upgrade to Druid 0.9.2

2016-11-29 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-15303: -- Summary: Upgrade to Druid 0.9.2 Key: HIVE-15303 URL: https://issues.apache.org/jira/browse/HIVE-15303 Project: Hive Issue Type:

Re: [VOTE] Apache Hive 2.1.1 Release Candidate 0

2016-11-29 Thread Thejas Nair
This is the right link - http://mail-archives.apache.org/mod_mbox/www-legal-discuss/201611.mbox/%3C0CE2E8C9-D9B7-404D-93EF-A1F8B07189BF%40apache.org%3E On Tue, Nov 29, 2016 at 12:29 AM, Jesus Camacho Rodriguez < jcamachorodrig...@hortonworks.com> wrote: > I am cancelling the vote then. > >

Re: Data manipulation in Hive over Tez

2016-11-29 Thread Rajesh Balamohan
Hi Robert, 1. At high level, you can refer to https://github.com/apache/ hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/ exec/tez/DagUtils.java where different vertices, edges etc gets created as per the execution plan. Consider a vertex as a combination of input, processing logic and

Re: [DISCUSS] Making a stable release from branch 2

2016-11-29 Thread Sergey Shelukhin
We need to figure out the versioning strategy for this that is not hopelessly confusing. Also, having too many fixes in master as described is a different problem, of not releasing off master often enough. What is to be done with master in this model? On 16/11/29, 12:37, "Sergio Pena"

[jira] [Created] (HIVE-15315) Query compilation: PartitionDesc can reduce the number of table metadata calls

2016-11-29 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HIVE-15315: --- Summary: Query compilation: PartitionDesc can reduce the number of table metadata calls Key: HIVE-15315 URL: https://issues.apache.org/jira/browse/HIVE-15315

[jira] [Created] (HIVE-15314) ThriftCLIService should LOG.error rather than LOG.warn when Exception occurs

2016-11-29 Thread Fei Hui (JIRA)
Fei Hui created HIVE-15314: -- Summary: ThriftCLIService should LOG.error rather than LOG.warn when Exception occurs Key: HIVE-15314 URL: https://issues.apache.org/jira/browse/HIVE-15314 Project: Hive

[jira] [Created] (HIVE-15313) Add export spark.yarn.archive or spark.yarn.jars variable in Hive on Spark document

2016-11-29 Thread liyunzhang_intel (JIRA)
liyunzhang_intel created HIVE-15313: --- Summary: Add export spark.yarn.archive or spark.yarn.jars variable in Hive on Spark document Key: HIVE-15313 URL: https://issues.apache.org/jira/browse/HIVE-15313

[jira] [Created] (HIVE-15312) reduce logging in certain places

2016-11-29 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-15312: --- Summary: reduce logging in certain places Key: HIVE-15312 URL: https://issues.apache.org/jira/browse/HIVE-15312 Project: Hive Issue Type: Bug

Re: [VOTE] Apache Hive 2.1.1 Release Candidate 0

2016-11-29 Thread Jesus Camacho Rodriguez
Thanks for the link Thejas. As I understand the email thread in the link, adding the following line to the NOTICE file would suffice, since we fall in the temporary exclusion period? *This project includes software licensed under the JSON license.* -- Jesús On 11/29/16, 9:39 AM, "Thejas

[jira] [Created] (HIVE-15304) Implicit down cast should throw error

2016-11-29 Thread Christian Zorneck (JIRA)
Christian Zorneck created HIVE-15304: Summary: Implicit down cast should throw error Key: HIVE-15304 URL: https://issues.apache.org/jira/browse/HIVE-15304 Project: Hive Issue Type: Bug

Re: Review Request 54066: HIVE-15283: Index is dropped from wrong table in the index_auto_mult_tables.q and index_auto_mult_tables_compact.q tests

2016-11-29 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54066/#review157249 --- Ship it! Ship It! - Aihua Xu On Nov. 24, 2016, 3:59 p.m.,

Re: Review Request 54139: Hive should not split semicolon within quoted string literals

2016-11-29 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54139/#review157269 --- Thanks for the patch Pengcheng Xiong. Looks good to me, I just

Re: [VOTE] Apache Hive 2.1.1 Release Candidate 0

2016-11-29 Thread Thejas Nair
Yes, that sounds good. On Tue, Nov 29, 2016 at 4:39 AM, Jesus Camacho Rodriguez < jcamachorodrig...@hortonworks.com> wrote: > Thanks for the link Thejas. > > As I understand the email thread in the link, adding the following line to > the NOTICE file would suffice, since we fall in the

[jira] [Created] (HIVE-15305) Add tests for METASTORE_EVENT_LISTENERS

2016-11-29 Thread Mohit Sabharwal (JIRA)
Mohit Sabharwal created HIVE-15305: -- Summary: Add tests for METASTORE_EVENT_LISTENERS Key: HIVE-15305 URL: https://issues.apache.org/jira/browse/HIVE-15305 Project: Hive Issue Type: Bug

[DISCUSS] Making a stable release from branch 2

2016-11-29 Thread Owen O'Malley
Hi all, I'd like to volunteer as a Release Manager for making a stable feature release from branch 2. However, rather than starting with master, I'll use the 2.1 release and cherry pick fixes and features with a focus on a stable release and picking features that have been tested at scale.