Re: Review Request 37925: HIVE-11487: Add getNumPartitionsByFilter api in metastore api

2015-10-19 Thread Amareshwari Sriramadasu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37925/#review103209 --- Overall changes look fine to me. Sergey, Can you also look at the c

Re: Hard Coded 0 to assign RPC Server port number when hive.execution.engine=spark

2015-10-19 Thread Xuefu Zhang
Hi Adrew, I understand your policy on edge node. However, I'm wondering why you cannot require that Hive CLI run only on gateway nodes, similar to HS2? In essence, Hive CLI is a client with embedded hive server, so it seems reasonable to have a similar requirement as it for HS2. I'm not defending

Re: Hard Coded 0 to assign RPC Server port number when hive.execution.engine=spark

2015-10-19 Thread Andrew Lee
Hi Xuefu, I agree for HS2 since HS2 usually runs on a gateway or service node inside the cluster environment. In my case, it is actually additional security. A separate edge node (not running HS2, HS2 runs on another box) is used for HiveCLI. We don't allow data/worker nodes to talk to the edge

Re: Hard Coded 0 to assign RPC Server port number when hive.execution.engine=spark

2015-10-19 Thread Xuefu Zhang
Hi Andrew, RpcServer is an instance launched for each user session. In case of Hive CLI, which is for a single user, what you said makes sense and the port number can be configurable. In the context of HS2, however, there are multiple user sessions and the total is unknown in advance. While +1 sch

[jira] [Created] (HIVE-12215) Exchange partition does not show outputs field for post/pre execute hooks

2015-10-19 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-12215: --- Summary: Exchange partition does not show outputs field for post/pre execute hooks Key: HIVE-12215 URL: https://issues.apache.org/jira/browse/HIVE-12215 Project: Hive

[jira] [Created] (HIVE-12214) Investigate the test failure TestSSL.testSSLVersion

2015-10-19 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-12214: --- Summary: Investigate the test failure TestSSL.testSSLVersion Key: HIVE-12214 URL: https://issues.apache.org/jira/browse/HIVE-12214 Project: Hive Issue Type: Test

[jira] [Created] (HIVE-12213) Investigating the test failure testTableSchemaPropagation

2015-10-19 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-12213: --- Summary: Investigating the test failure testTableSchemaPropagation Key: HIVE-12213 URL: https://issues.apache.org/jira/browse/HIVE-12213 Project: Hive Issue Type: Test

[jira] [Created] (HIVE-12212) Fix the test failures of udtf_explode.q and udf_explode.q

2015-10-19 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-12212: --- Summary: Fix the test failures of udtf_explode.q and udf_explode.q Key: HIVE-12212 URL: https://issues.apache.org/jira/browse/HIVE-12212 Project: Hive Issue Type: Tes

Re: How to generate test output for TestMiniTezCliDriver

2015-10-19 Thread Xuefu Zhang
Never mind about the tez. I found I had a typo. Will also retry llap also. Thanks, Xuefu On Sun, Oct 18, 2015 at 9:47 PM, Xuefu Zhang wrote: > Hi, > > I'm wondering if anyone knows how to regenerate test output for mintez as > well as llap. I tried to run "mvn test -Dtest=TestMinTezCliDriver >

Build failed in Jenkins: HIVE-TRUNK-JAVA8 #124

2015-10-19 Thread hiveqa
See Changes: [sershe] HIVE-11822 : vectorize NVL UDF (Takanobu Asanuma, reviewed by Gopal V) [sershe] HIVE-12062 : enable HBase metastore file metadata cache for tez tests (Sergey Shelukhin, reviewed b