[jira] [Created] (HIVE-11665) ORC StringDictionaryReader should not used Chunked buffers

2015-08-26 Thread Gopal V (JIRA)
Gopal V created HIVE-11665: -- Summary: ORC StringDictionaryReader should not used Chunked buffers Key: HIVE-11665 URL: https://issues.apache.org/jira/browse/HIVE-11665 Project: Hive Issue Type: Impro

[jira] [Created] (HIVE-11664) Make tez container logs work with new log4j2 changes

2015-08-26 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-11664: Summary: Make tez container logs work with new log4j2 changes Key: HIVE-11664 URL: https://issues.apache.org/jira/browse/HIVE-11664 Project: Hive

[jira] [Created] (HIVE-11663) Auto load/unload custom udf function for hive cli and hiveserver2

2015-08-26 Thread liuzongquan (JIRA)
liuzongquan created HIVE-11663: -- Summary: Auto load/unload custom udf function for hive cli and hiveserver2 Key: HIVE-11663 URL: https://issues.apache.org/jira/browse/HIVE-11663 Project: Hive I

[jira] [Created] (HIVE-11662) DP cannot be applied to external table which contains part-spec like directory

2015-08-26 Thread Navis (JIRA)
Navis created HIVE-11662: Summary: DP cannot be applied to external table which contains part-spec like directory Key: HIVE-11662 URL: https://issues.apache.org/jira/browse/HIVE-11662 Project: Hive

[jira] [Created] (HIVE-11661) LLAP: update some out files

2015-08-26 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11661: --- Summary: LLAP: update some out files Key: HIVE-11661 URL: https://issues.apache.org/jira/browse/HIVE-11661 Project: Hive Issue Type: Bug Re

[jira] [Created] (HIVE-11660) LLAP: TestTaskExecutorService is flaky again

2015-08-26 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11660: --- Summary: LLAP: TestTaskExecutorService is flaky again Key: HIVE-11660 URL: https://issues.apache.org/jira/browse/HIVE-11660 Project: Hive Issue Type: B

Re: Review Request 37706: HIVE-11593 Add aes_encrypt and aes_decrypt UDFs

2015-08-26 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37706/ --- (Updated Aug. 27, 2015, 1:53 a.m.) Review request for hive and Jason Dere. Ch

Re: Problem with decimal data type value search

2015-08-26 Thread Jason Dere
If your numeric literal value is getting converted to double (and failing the equality test), you can try using id = 102014051502220923580957BD. Adding "BD" to the end of the literal value causes it to be parsed as a Decimal literal value rather than the default double value. __

[jira] [Created] (HIVE-11659) Make VectorizedHashKeyWrapper use the fast StringExpr

2015-08-26 Thread Gopal V (JIRA)
Gopal V created HIVE-11659: -- Summary: Make VectorizedHashKeyWrapper use the fast StringExpr Key: HIVE-11659 URL: https://issues.apache.org/jira/browse/HIVE-11659 Project: Hive Issue Type: Improveme

[jira] [Created] (HIVE-11658) Load data file format validation does not work with directories

2015-08-26 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-11658: Summary: Load data file format validation does not work with directories Key: HIVE-11658 URL: https://issues.apache.org/jira/browse/HIVE-11658 Project

[jira] [Created] (HIVE-11657) HIVE-2573 introduces some issues

2015-08-26 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11657: --- Summary: HIVE-2573 introduces some issues Key: HIVE-11657 URL: https://issues.apache.org/jira/browse/HIVE-11657 Project: Hive Issue Type: Bug

Re: Review Request 37778: HIVE-11634

2015-08-26 Thread Hari Sankar Sivarama Subramaniyan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37778/ --- (Updated Aug. 26, 2015, 8:22 p.m.) Review request for hive, Ashutosh Chauhan, J

Review Request 37810: HIVE-10021 "Alter index rebuild" statements submitted through HiveServer2 fail when Sentry is enabled

2015-08-26 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37810/ --- Review request for hive. Repository: hive-git Description --- HIVE-10021

Re: Problem with decimal data type value search

2015-08-26 Thread Selina Zhang
The root cause could be Double.toString() or FloatingDecimal.toJavaFormatString() uses scientific notations if double is less than 10^-3 or greater than 10^7. It definitely is a bug. :) Selina On Wednesday, August 26, 2015 8:24 AM, Mayur Saparia wrote: On Wed, 26 Aug 2015 1

Testing in the HBase metastore branch

2015-08-26 Thread Alan Gates
I have a set of tests I run before a commit in the HBase metastore branch since we don't have automated testing on that branch right now. I realized I haven't shared those with others. They are: in metastore: TestHBaseStore, TestHBaseStoreCached, TestHBaseUtils, TestSharedStorageDescriptor,

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

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

[jira] [Created] (HIVE-11655) clean build on the branch appears to be broken

2015-08-26 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-11655: --- Summary: clean build on the branch appears to be broken Key: HIVE-11655 URL: https://issues.apache.org/jira/browse/HIVE-11655 Project: Hive Issue Type:

Re: Review Request 37706: HIVE-11593 Add aes_encrypt and aes_decrypt UDFs

2015-08-26 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37706/#review96378 --- ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFAesBase

[jira] [Created] (HIVE-11654) After latest merge, HBase metastore tests failing

2015-08-26 Thread Alan Gates (JIRA)
Alan Gates created HIVE-11654: - Summary: After latest merge, HBase metastore tests failing Key: HIVE-11654 URL: https://issues.apache.org/jira/browse/HIVE-11654 Project: Hive Issue Type: Bug

Re: Problem with decimal data type value search

2015-08-26 Thread Mayur Saparia
On Wed, 26 Aug 2015 13:45:42 +0530 wrote Hello Experts,I have been using Hive 0.13 , where I have a column of type decimal(30,0) e.g Value: 102014051502220923580957 , The above value is stored properly and even displayed properly , the problem arises when I

[jira] [Created] (HIVE-11653) Beeline asks for password even when connecting with Kerberos

2015-08-26 Thread JIRA
Loïc C. Chanel created HIVE-11653: - Summary: Beeline asks for password even when connecting with Kerberos Key: HIVE-11653 URL: https://issues.apache.org/jira/browse/HIVE-11653 Project: Hive

[jira] [Created] (HIVE-11652) Avoid expensive call to removeAll in DefaultGraphWalker

2015-08-26 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-11652: -- Summary: Avoid expensive call to removeAll in DefaultGraphWalker Key: HIVE-11652 URL: https://issues.apache.org/jira/browse/HIVE-11652 Project: Hiv

[jira] [Created] (HIVE-11651) Index creation is failing from beeline when execution engine is set to Tez

2015-08-26 Thread Venkata Srinivasa Rao Kolla (JIRA)
Venkata Srinivasa Rao Kolla created HIVE-11651: --- Summary: Index creation is failing from beeline when execution engine is set to Tez Key: HIVE-11651 URL: https://issues.apache.org/jira/browse/HIVE-1

[jira] [Created] (HIVE-11650) Create LLAP Monitor Daemon and launch scripts

2015-08-26 Thread Kai Sasaki (JIRA)
Kai Sasaki created HIVE-11650: - Summary: Create LLAP Monitor Daemon and launch scripts Key: HIVE-11650 URL: https://issues.apache.org/jira/browse/HIVE-11650 Project: Hive Issue Type: Sub-task