https://github.com/apache/hive

2016-12-06 Thread jeyaram A
Hi Team, I found the below script in github. Can you please let me know how to use this master.zip in hadoop env. I am using this for testing purpose [image: Inline image 1] https://github.com/apache/hive Thanks & Regards, Jeyaram A

Re: Review Request 54236: HIVE-15296 AM may lose task failures and not reschedule when scheduling to LLAP

2016-12-06 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54236/ --- (Updated Dec. 7, 2016, 2:28 a.m.) Review request for hive, Prasanth_J and

Re: Review Request 54451: HIVE-15367: CTAS with LOCATION should write temp data under location directory rather than database location

2016-12-06 Thread Sahil Takiar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54451/ --- (Updated Dec. 7, 2016, 1:59 a.m.) Review request for hive, Sergio Pena and

Re: Review Request 54443: HIVE-15149: Add additional information to ATSHook for Tez UI

2016-12-06 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54443/ --- (Updated Dec. 7, 2016, 1:19 a.m.) Review request for hive and Sergey

[jira] [Created] (HIVE-15377) Driver::acquireWriteIds can be expensive trying to get details from MS

2016-12-06 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HIVE-15377: --- Summary: Driver::acquireWriteIds can be expensive trying to get details from MS Key: HIVE-15377 URL: https://issues.apache.org/jira/browse/HIVE-15377 Project:

[jira] [Created] (HIVE-15376) Improve heartbeater scheduling for transactions

2016-12-06 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-15376: Summary: Improve heartbeater scheduling for transactions Key: HIVE-15376 URL: https://issues.apache.org/jira/browse/HIVE-15376 Project: Hive Issue Type: Bug

[GitHub] hive pull request #110: HIVE-15124. Fix OrcInputFormat to use reader's schem...

2016-12-06 Thread omalley
Github user omalley closed the pull request at: https://github.com/apache/hive/pull/110 --- 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

Re: Trace Key-Value pairs

2016-12-06 Thread Robert Grandl
Rajesh, Thanks so much for your answers. However, I am struggling to get the right information. As you have mentioned, in ReduceSinkOperator.java, keys and values are present but I have a hard time to be able to print their content. For key: I am trying to print it in ReduceSinkOperator.java

Re: Review Request 54236: HIVE-15296 AM may lose task failures and not reschedule when scheduling to LLAP

2016-12-06 Thread Gopal V
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54236/#review158235 ---

[GitHub] hive pull request #121: HIVE-15375. Backport ORC-115 to Hive.

2016-12-06 Thread omalley
GitHub user omalley opened a pull request: https://github.com/apache/hive/pull/121 HIVE-15375. Backport ORC-115 to Hive. You can merge this pull request into a Git repository by running: $ git pull https://github.com/omalley/hive hive-15375 Alternatively you can review and

[jira] [Created] (HIVE-15375) Port ORC-115 to storage-api

2016-12-06 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-15375: Summary: Port ORC-115 to storage-api Key: HIVE-15375 URL: https://issues.apache.org/jira/browse/HIVE-15375 Project: Hive Issue Type: Improvement

Review Request 54451: HIVE-15367: CTAS with LOCATION should write temp data under location directory rather than database location

2016-12-06 Thread Sahil Takiar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54451/ --- Review request for hive. Bugs: HIVE-15367

[jira] [Created] (HIVE-15374) Hive column comments disappearing/being replaced by "from deserializer"

2016-12-06 Thread Naveen Gangam (JIRA)
Naveen Gangam created HIVE-15374: Summary: Hive column comments disappearing/being replaced by "from deserializer" Key: HIVE-15374 URL: https://issues.apache.org/jira/browse/HIVE-15374 Project: Hive

Re: Review Request 54393: HIVE-15361: INSERT dynamic partition on S3 fails with a MoveTask failure

2016-12-06 Thread Illya Yalovyy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54393/#review158221 --- Ship it! Ship It! - Illya Yalovyy On Dec. 6, 2016, 8:13

[jira] [Created] (HIVE-15373) Transaction management isn't thread-safe

2016-12-06 Thread Alexander Kolbasov (JIRA)
Alexander Kolbasov created HIVE-15373: - Summary: Transaction management isn't thread-safe Key: HIVE-15373 URL: https://issues.apache.org/jira/browse/HIVE-15373 Project: Hive Issue Type:

Re: Review Request 54393: HIVE-15361: INSERT dynamic partition on S3 fails with a MoveTask failure

2016-12-06 Thread Sergio Pena
> On Dec. 5, 2016, 11:11 p.m., Illya Yalovyy wrote: > > ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMapRedUtils.java, line > > 1760 > > > > > > Could this method be made protected and covered with unit

Review Request 54443: HIVE-15149: Add additional information to ATSHook for Tez UI

2016-12-06 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54443/ --- Review request for hive and Sergey Shelukhin. Bugs: HIVE-15149

Re: Review Request 54393: HIVE-15361: INSERT dynamic partition on S3 fails with a MoveTask failure

2016-12-06 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54393/ --- (Updated Dec. 6, 2016, 8:13 p.m.) Review request for hive. Changes ---

Re: Review Request 54393: HIVE-15361: INSERT dynamic partition on S3 fails with a MoveTask failure

2016-12-06 Thread Sergio Pena
> On Dec. 5, 2016, 11:11 p.m., Illya Yalovyy wrote: > > itests/hive-blobstore/src/test/queries/clientpositive/insert_into_dynamic_partitions.q, > > lines 15-16 > > > > > > Why explicit ADD PARTITION statement is

[jira] [Created] (HIVE-15372) Flaky test: org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[stats_based_fetch_decision]

2016-12-06 Thread Jason Dere (JIRA)
Jason Dere created HIVE-15372: - Summary: Flaky test: org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[stats_based_fetch_decision] Key: HIVE-15372 URL:

[jira] [Created] (HIVE-15371) Flaky test: org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[stats_based_fetch_decision]

2016-12-06 Thread Jason Dere (JIRA)
Jason Dere created HIVE-15371: - Summary: Flaky test: org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[stats_based_fetch_decision] Key: HIVE-15371 URL:

Re: [VOTE] Apache Hive 2.1.1 Release Candidate 1

2016-12-06 Thread Ashutosh Chauhan
+1 Verified md5 on src and binary distribution. Built src distribution. All looks good. Thanks, Ashutosh On Fri, Dec 2, 2016 at 7:32 AM, Jesus Camacho Rodriguez wrote: > PMC Members, > > A reminder that we still need two +1 votes to release 2.1.1. Please test > and vote!

[jira] [Created] (HIVE-15370) Include Join residual filter expressions in user level EXPLAIN

2016-12-06 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-15370: -- Summary: Include Join residual filter expressions in user level EXPLAIN Key: HIVE-15370 URL: https://issues.apache.org/jira/browse/HIVE-15370

Compaction in hive

2016-12-06 Thread Nishant Aggarwal
Dear Hive Gurus, I am looking to some practical solution on how to implement *Compaction *in Hive. Hiveserver2 version 1.1.0. We have some external Hive tables on which we need to implement Compaction. Merging the map files is one option which is turned down since it is very CPU intensive.

[jira] [Created] (HIVE-15369) Extend column pruner to account for residual filter expression in Join operator

2016-12-06 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-15369: -- Summary: Extend column pruner to account for residual filter expression in Join operator Key: HIVE-15369 URL: https://issues.apache.org/jira/browse/HIVE-15369