[jira] [Created] (HIVE-11897) JDO rollback can throw pointless exceptions

2015-09-18 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11897: --- Summary: JDO rollback can throw pointless exceptions Key: HIVE-11897 URL: https://issues.apache.org/jira/browse/HIVE-11897 Project: Hive Issue Type: Bu

[jira] [Created] (HIVE-11898) support default partition in metasotredirectsql

2015-09-18 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11898: --- Summary: support default partition in metasotredirectsql Key: HIVE-11898 URL: https://issues.apache.org/jira/browse/HIVE-11898 Project: Hive Issue Type

[jira] [Created] (HIVE-11896) CBO: Calcite Operator To Hive Operator (Calcite Return Path): deal with hive default partition when inserting data

2015-09-18 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-11896: -- Summary: CBO: Calcite Operator To Hive Operator (Calcite Return Path): deal with hive default partition when inserting data Key: HIVE-11896 URL: https://issues.apache.org/jira

[jira] [Created] (HIVE-11895) CBO: Calcite Operator To Hive Operator (Calcite Return Path): fix udaf_percentile_approx_23.q

2015-09-18 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-11895: -- Summary: CBO: Calcite Operator To Hive Operator (Calcite Return Path): fix udaf_percentile_approx_23.q Key: HIVE-11895 URL: https://issues.apache.org/jira/browse/HIVE-11895

[jira] [Created] (HIVE-11894) CBO: Calcite Operator To Hive Operator (Calcite Return Path): correct table column name in CTAS queries

2015-09-18 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-11894: -- Summary: CBO: Calcite Operator To Hive Operator (Calcite Return Path): correct table column name in CTAS queries Key: HIVE-11894 URL: https://issues.apache.org/jira/browse/HIV

[jira] [Created] (HIVE-11893) LLAP: Update llap golden files after master merge

2015-09-18 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-11893: Summary: LLAP: Update llap golden files after master merge Key: HIVE-11893 URL: https://issues.apache.org/jira/browse/HIVE-11893 Project: Hive

[jira] [Created] (HIVE-11892) UDTF run in local fetch task does not return rows forwarded during GenericUDTF.close()

2015-09-18 Thread Jason Dere (JIRA)
Jason Dere created HIVE-11892: - Summary: UDTF run in local fetch task does not return rows forwarded during GenericUDTF.close() Key: HIVE-11892 URL: https://issues.apache.org/jira/browse/HIVE-11892 Projec

[jira] [Created] (HIVE-11891) Add basic performance logging at trace level to metastore calls

2015-09-18 Thread Brock Noland (JIRA)
Brock Noland created HIVE-11891: --- Summary: Add basic performance logging at trace level to metastore calls Key: HIVE-11891 URL: https://issues.apache.org/jira/browse/HIVE-11891 Project: Hive I

[jira] [Created] (HIVE-11890) Create ORC module

2015-09-18 Thread Owen O'Malley (JIRA)
Owen O'Malley created HIVE-11890: Summary: Create ORC module Key: HIVE-11890 URL: https://issues.apache.org/jira/browse/HIVE-11890 Project: Hive Issue Type: Bug Reporter: Owen O'M

[jira] [Created] (HIVE-11889) Add unit test for HIVE-11449

2015-09-18 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-11889: Summary: Add unit test for HIVE-11449 Key: HIVE-11889 URL: https://issues.apache.org/jira/browse/HIVE-11889 Project: Hive Issue Type: Bug Components: Hive

[jira] [Created] (HIVE-11888) LLAP: Merge master into branch (for HIVE-11860)

2015-09-18 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-11888: Summary: LLAP: Merge master into branch (for HIVE-11860) Key: HIVE-11888 URL: https://issues.apache.org/jira/browse/HIVE-11888 Project: Hive

Re: Hive Start Up Time Manifolds Greater than Execution Time

2015-09-18 Thread Abhishek Das
There is a blogspot regarding S3 optimization. You might find this post useful. https://www.quora.com/How-does-Qubole-improve-S3-performance On Fri, Sep 18, 2015 at 2:24 AM, Sreenath wrote: > Hi All, > > Something interesting fell to my notice last day when i was using hive for > some queries.

[jira] [Created] (HIVE-11887) spark tests break the build on a shared machine

2015-09-18 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11887: --- Summary: spark tests break the build on a shared machine Key: HIVE-11887 URL: https://issues.apache.org/jira/browse/HIVE-11887 Project: Hive Issue Type

[jira] [Created] (HIVE-11886) LLAP: merge master into branch

2015-09-18 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11886: --- Summary: LLAP: merge master into branch Key: HIVE-11886 URL: https://issues.apache.org/jira/browse/HIVE-11886 Project: Hive Issue Type: Sub-task

Re: Hive Start Up Time Manifolds Greater than Execution Time

2015-09-18 Thread Sergey Shelukhin
Actually, on 2nd though, even listing directories (which is necessary to launch the job) could take long. If there are any client logs, you can try to take a look to see where the time is spent. If you are running under Hive CLI, the logs would be in /tmp/$USER/hive.log by default. On 15/9/18, 11:

Re: Hive Start Up Time Manifolds Greater than Execution Time

2015-09-18 Thread Sergey Shelukhin
Which version of the Hive, and file format, are you using? It could be either reading file footers for ORC - in recent version there’s way to disable that (set hive.exec.orc.split.strategy=BI); or some similar feature for other formats that I’m not immediately familiar with. It could also be slow

Review Request 38503: Support special characters in quoted table names

2015-09-18 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38503/ --- Review request for hive, Ashutosh Chauhan and John Pullokkaran. Repository: hiv

[jira] [Created] (HIVE-11885) LLAP: Remove unused/old golden files

2015-09-18 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-11885: Summary: LLAP: Remove unused/old golden files Key: HIVE-11885 URL: https://issues.apache.org/jira/browse/HIVE-11885 Project: Hive Issue Type:

[jira] [Created] (HIVE-11884) LLAP: Fix discrepancies with metadata_only_queries_with_filters.q

2015-09-18 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-11884: Summary: LLAP: Fix discrepancies with metadata_only_queries_with_filters.q Key: HIVE-11884 URL: https://issues.apache.org/jira/browse/HIVE-11884 Proje

[jira] [Created] (HIVE-11883) 'transactional' table property for ACID should be case insensitive

2015-09-18 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-11883: - Summary: 'transactional' table property for ACID should be case insensitive Key: HIVE-11883 URL: https://issues.apache.org/jira/browse/HIVE-11883 Project: Hive

[jira] [Created] (HIVE-11882) Fetch optimizer should stop source files traversal once it exceeds the hive.fetch.task.conversion.threshold

2015-09-18 Thread Illya Yalovyy (JIRA)
Illya Yalovyy created HIVE-11882: Summary: Fetch optimizer should stop source files traversal once it exceeds the hive.fetch.task.conversion.threshold Key: HIVE-11882 URL: https://issues.apache.org/jira/browse/HIV

Review Request 38493: HIVE-11132

2015-09-18 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38493/ --- Review request for hive and Gopal V. Bugs: HIVE-11132 https://issues.apache

Hive Start Up Time Manifolds Greater than Execution Time

2015-09-18 Thread Sreenath
Hi All, Something interesting fell to my notice last day when i was using hive for some queries. The time taken by hive to launch a mapreduce job was manifolds higher than the time taken by hadoop to actually execute it. This is the table details on which the query is being fired. CREATE EXTERNAL

[jira] [Created] (HIVE-11881) Supporting HPL/SQL Packages

2015-09-18 Thread Dmitry Tolpeko (JIRA)
Dmitry Tolpeko created HIVE-11881: - Summary: Supporting HPL/SQL Packages Key: HIVE-11881 URL: https://issues.apache.org/jira/browse/HIVE-11881 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-11880) IndexOutOfBoundsException when execute query with filter condition on type incompatible column(A) on data(composed by UNION ALL when a union column is constant and it

2015-09-18 Thread WangMeng (JIRA)
WangMeng created HIVE-11880: --- Summary:IndexOutOfBoundsException when execute query with filter condition on type incompatible column(A) on data(composed by UNION ALL when a union column is constant and it has incompatible type with corresponding

[jira] [Created] (HIVE-11878) ClassNotFoundException can possibly occur if multiple jars are registered in Hive

2015-09-18 Thread Ratandeep Ratti (JIRA)
Ratandeep Ratti created HIVE-11878: -- Summary: ClassNotFoundException can possibly occur if multiple jars are registered in Hive Key: HIVE-11878 URL: https://issues.apache.org/jira/browse/HIVE-11878

[jira] [Created] (HIVE-11877) LLAP: Fix ordering difference in acid_vectorization_partition.q

2015-09-18 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-11877: Summary: LLAP: Fix ordering difference in acid_vectorization_partition.q Key: HIVE-11877 URL: https://issues.apache.org/jira/browse/HIVE-11877 Project