Review Request 31792: HIVE-9858 Create cbrt (cube root) UDF

2015-03-05 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31792/ --- Review request for hive and Jason Dere. Bugs: HIVE-9858 https://issues.apac

[jira] [Created] (HIVE-9882) Add jar/file doesn't work with yarn-cluster mode [Spark Branch]

2015-03-05 Thread Xiaomin Zhang (JIRA)
Xiaomin Zhang created HIVE-9882: --- Summary: Add jar/file doesn't work with yarn-cluster mode [Spark Branch] Key: HIVE-9882 URL: https://issues.apache.org/jira/browse/HIVE-9882 Project: Hive Iss

[jira] [Created] (HIVE-9881) Print ASCII art of LLAP during daemon startup

2015-03-05 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-9881: --- Summary: Print ASCII art of LLAP during daemon startup Key: HIVE-9881 URL: https://issues.apache.org/jira/browse/HIVE-9881 Project: Hive Issue

[jira] [Created] (HIVE-9880) Support configurable username attribute for HiveServer2 LDAP authentication

2015-03-05 Thread Jaime Murillo (JIRA)
Jaime Murillo created HIVE-9880: --- Summary: Support configurable username attribute for HiveServer2 LDAP authentication Key: HIVE-9880 URL: https://issues.apache.org/jira/browse/HIVE-9880 Project: Hive

[jira] [Created] (HIVE-9879) LLAP: Fix exception with HDFS getFileInfo

2015-03-05 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-9879: --- Summary: LLAP: Fix exception with HDFS getFileInfo Key: HIVE-9879 URL: https://issues.apache.org/jira/browse/HIVE-9879 Project: Hive Issue Type

Re: Review Request 31497: HIVE-9800 Create scripts to do metastore upgrade tests on Jenkins

2015-03-05 Thread Sergio Pena
> On Feb. 27, 2015, 1:41 a.m., Lenni Kuff wrote: > > dev-support/tests/metastore-upgrade/jenkins-upgrade-test.sh, line 64 > > > > > > AFAIK, Jenkins does not run as root. Will this still work? Jenkins runs as root. How

Re: Review Request 31497: HIVE-9800 Create scripts to do metastore upgrade tests on Jenkins

2015-03-05 Thread Sergio Pena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31497/ --- (Updated March 5, 2015, 11:47 p.m.) Review request for hive and Brock Noland.

HIVE-1575 review

2015-03-05 Thread Alexander Pivovarov
Hi Everyone Can anyone review HIVE-1575 get_json_object does not support JSON array at the root level https://reviews.apache.org/r/31747/diff/# patch #2 to support json-path $[0] e.g. json=["v1","v2"] select get_json_object(json, '$[0]'); OK v1

Re: Review Request 31747: HIVE-1575 get_json_object does not support JSON array at the root level

2015-03-05 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31747/ --- (Updated March 5, 2015, 10:27 p.m.) Review request for hive and Jason Dere. B

[jira] [Created] (HIVE-9878) LLAP: Add executor threadpool metrics

2015-03-05 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-9878: --- Summary: LLAP: Add executor threadpool metrics Key: HIVE-9878 URL: https://issues.apache.org/jira/browse/HIVE-9878 Project: Hive Issue Type: Su

[jira] [Created] (HIVE-9877) Beeline cannot run multiple statements in the same row

2015-03-05 Thread Zoltan Fedor (JIRA)
Zoltan Fedor created HIVE-9877: -- Summary: Beeline cannot run multiple statements in the same row Key: HIVE-9877 URL: https://issues.apache.org/jira/browse/HIVE-9877 Project: Hive Issue Type: Bug

Re: Should I split HIVE-9809 bugs in hive-exec?

2015-03-05 Thread Xuefu Zhang
sure, if one is independent of the other. On Thu, Mar 5, 2015 at 12:02 PM, Alexander Pivovarov wrote: > Hi Everyone > > HIVE-9809 fixes bugs in 24 java files. > > https://reviews.apache.org/r/31530/diff/# > https://issues.apache.org/jira/browse/HIVE-9809 > > Do you think it will be more efficien

[jira] [Created] (HIVE-9876) remove duplicate code from HashTableSinkDesc

2015-03-05 Thread Alexander Pivovarov (JIRA)
Alexander Pivovarov created HIVE-9876: - Summary: remove duplicate code from HashTableSinkDesc Key: HIVE-9876 URL: https://issues.apache.org/jira/browse/HIVE-9876 Project: Hive Issue Type:

Should I split HIVE-9809 bugs in hive-exec?

2015-03-05 Thread Alexander Pivovarov
Hi Everyone HIVE-9809 fixes bugs in 24 java files. https://reviews.apache.org/r/31530/diff/# https://issues.apache.org/jira/browse/HIVE-9809 Do you think it will be more efficient if I split this jira into several jiras? Thank you Alex

[jira] [Created] (HIVE-9875) replace new SimpleDateFormat with DateUtils.getDateFormat

2015-03-05 Thread Alexander Pivovarov (JIRA)
Alexander Pivovarov created HIVE-9875: - Summary: replace new SimpleDateFormat with DateUtils.getDateFormat Key: HIVE-9875 URL: https://issues.apache.org/jira/browse/HIVE-9875 Project: Hive

Review Request 31771: HIVE-9857 Create Factorial UDF

2015-03-05 Thread Alexander Pivovarov
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31771/ --- Review request for hive and Jason Dere. Bugs: HIVE-9857 https://issues.apac

Signed Jars with ADD JAR statement

2015-03-05 Thread Rahul Sharma
Hi, I am trying to use a signed jar (BouncyCastle) in one of my UDFs. Since signed jars shouldn't be extracted I am using two ADD JAR statements to add both the UDF jar as well as BouncyCastle provider jar to the classpath. However, hive/hadoop automatically extracts the signed jar (BouncyCastle)

Review Request 31770: HIVE-9601 New Beeline queries will hang If Beeline terminates in-properly [Spark Branch]

2015-03-05 Thread Jimmy Xiang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31770/ --- Review request for hive, Szehon Ho and Xuefu Zhang. Repository: hive-git Desc

[jira] [Created] (HIVE-9874) Partition storage descriptors being set from table sd without copying [hbase-metastore branch]

2015-03-05 Thread Alan Gates (JIRA)
Alan Gates created HIVE-9874: Summary: Partition storage descriptors being set from table sd without copying [hbase-metastore branch] Key: HIVE-9874 URL: https://issues.apache.org/jira/browse/HIVE-9874 Pr

[jira] [Created] (HIVE-9873) Hive on MR throws DeprecatedParquetHiveInput exception

2015-03-05 Thread JIRA
Sergio Peña created HIVE-9873: - Summary: Hive on MR throws DeprecatedParquetHiveInput exception Key: HIVE-9873 URL: https://issues.apache.org/jira/browse/HIVE-9873 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-9872) Making yarn-cluster default for Hive on Spark

2015-03-05 Thread Chao (JIRA)
Chao created HIVE-9872: -- Summary: Making yarn-cluster default for Hive on Spark Key: HIVE-9872 URL: https://issues.apache.org/jira/browse/HIVE-9872 Project: Hive Issue Type: Bug Components: Sp

Re: Review Request 29961: HIVE-9302 Beeline add jar local to client

2015-03-05 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29961/#review75335 --- Ship it! Ship It! - Xuefu Zhang On Feb. 4, 2015, 2:44 a.m., chen

[jira] [Created] (HIVE-9871) Print spark job id in history file [spark branch]

2015-03-05 Thread Chinna Rao Lalam (JIRA)
Chinna Rao Lalam created HIVE-9871: -- Summary: Print spark job id in history file [spark branch] Key: HIVE-9871 URL: https://issues.apache.org/jira/browse/HIVE-9871 Project: Hive Issue Type:

[jira] [Created] (HIVE-9870) Add JvmPauseMonitor threads to HMS and HS2 daemons

2015-03-05 Thread Harsh J (JIRA)
Harsh J created HIVE-9870: - Summary: Add JvmPauseMonitor threads to HMS and HS2 daemons Key: HIVE-9870 URL: https://issues.apache.org/jira/browse/HIVE-9870 Project: Hive Issue Type: Improvement