Re: Start HiveServer2 with Kerberos meet FATAL error

2016-10-17 Thread Vivek Shrivastava
can you please change this line hive2/_h...@hadoop.com * with hive2/_h...@hadoop.com* How are you starting the service, What is the klist output? On Mon, Oct 17, 2016 at 11:09 PM, Micro dong wrote: > I'm trying to configure HiveServer2(hive-1.2.1)

Re: behavior or insert overwrite with dynamic partitions

2016-10-17 Thread Eugene Koifman
I think ³it should overwrite the entire table² makes more sense. One can reasonably expect that ³insert overwrite table t partition (pk) select 1 as val, key from src where key > 20;² should actually be written as ³insert overwrite table t select 1 as val, key from src where key > 20;²

Start HiveServer2 with Kerberos meet FATAL error

2016-10-17 Thread Micro dong
I'm trying to configure HiveServer2(hive-1.2.1) With Kerberos。Here is my Hive's configuration file。 ** *hive.server2.authentication* *KERBEROS* * * * * *hive.server2.authentication.kerberos.principal* *hive2/_h...@hadoop.com * * * * * *

[jira] [Created] (HIVE-14996) handle load, import for MM tables

2016-10-17 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-14996: --- Summary: handle load, import for MM tables Key: HIVE-14996 URL: https://issues.apache.org/jira/browse/HIVE-14996 Project: Hive Issue Type: Sub-task

Re: behavior or insert overwrite with dynamic partitions

2016-10-17 Thread Sushanth Sowmyan
I expect the following because it follows per-ptn if-write-then-overwrite semantics: 0,10 1,25 1,50 There can be a case to be made that it should overwrite the entire table, and that would make sense too(probably more sense than this one), but not one I'd think we should switch behavior

Re: behavior or insert overwrite with dynamic partitions

2016-10-17 Thread Xuefu Zhang
It seems right to me that an existing partition should be overwritten if that partition gets any data while older, untouched partition should stay. After all, we are overwriting certain partitions, not the whole table. --Xuefu On Mon, Oct 17, 2016 at 6:10 PM, Sergey Shelukhin

[jira] [Created] (HIVE-14995) double conversion can corrupt partition column values for insert overwrite with DP

2016-10-17 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-14995: --- Summary: double conversion can corrupt partition column values for insert overwrite with DP Key: HIVE-14995 URL: https://issues.apache.org/jira/browse/HIVE-14995

[jira] [Created] (HIVE-14994) double conversion can corrupt partition column values for insert overwrite with DP

2016-10-17 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-14994: --- Summary: double conversion can corrupt partition column values for insert overwrite with DP Key: HIVE-14994 URL: https://issues.apache.org/jira/browse/HIVE-14994

behavior or insert overwrite with dynamic partitions

2016-10-17 Thread Sergey Shelukhin
What do you think this SHOULD do? > select key from src; 10 25 50 > create table t(val int) partitioned by (pk int); > insert overwrite table t partition (pk) select 0 as val, key from src where key < 30; > insert overwrite table t partition (pk) select 1 as val, key from src where key > 20;

[jira] [Created] (HIVE-14993) make WriteEntity distinguish writeType

2016-10-17 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-14993: - Summary: make WriteEntity distinguish writeType Key: HIVE-14993 URL: https://issues.apache.org/jira/browse/HIVE-14993 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-14992) Relocate several common libraries in hive jdbc uber jar

2016-10-17 Thread Tao Li (JIRA)
Tao Li created HIVE-14992: - Summary: Relocate several common libraries in hive jdbc uber jar Key: HIVE-14992 URL: https://issues.apache.org/jira/browse/HIVE-14992 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-14991) JDBC result set iterator has useless DEBUG log

2016-10-17 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-14991: Summary: JDBC result set iterator has useless DEBUG log Key: HIVE-14991 URL: https://issues.apache.org/jira/browse/HIVE-14991 Project: Hive

[jira] [Created] (HIVE-14990) run all tests for MM tables and fix the issues that are found

2016-10-17 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-14990: --- Summary: run all tests for MM tables and fix the issues that are found Key: HIVE-14990 URL: https://issues.apache.org/jira/browse/HIVE-14990 Project: Hive

[jira] [Created] (HIVE-14989) FIELDS TERMINATED BY parsing broken when delimiter is more than 1 byte

2016-10-17 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created HIVE-14989: Summary: FIELDS TERMINATED BY parsing broken when delimiter is more than 1 byte Key: HIVE-14989 URL: https://issues.apache.org/jira/browse/HIVE-14989

Re: [DISCUSS] Pre-commit tests before commits

2016-10-17 Thread Sergey Shelukhin
+1 On 16/10/13, 23:10, "Siddharth Seth" wrote: >There's been a lot of work to make the test runs faster, as well as more >reliable via HIVE-14547, HIVE-13503, and several other jiras. Test >runtimes >are around the 1 hour mark, and going down. There were a few green

[jira] [Created] (HIVE-14988) Support INSERT OVERWRITE into a partition on transactional tables

2016-10-17 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-14988: - Summary: Support INSERT OVERWRITE into a partition on transactional tables Key: HIVE-14988 URL: https://issues.apache.org/jira/browse/HIVE-14988 Project: Hive

[jira] [Created] (HIVE-14986) Building with Maven since version 1.2.1 get jars with one absolute path

2016-10-17 Thread Cesar Jorge (JIRA)
Cesar Jorge created HIVE-14986: -- Summary: Building with Maven since version 1.2.1 get jars with one absolute path Key: HIVE-14986 URL: https://issues.apache.org/jira/browse/HIVE-14986 Project: Hive

Re: Review Request 52923: HIVE-14979 Removing stale Zookeeper locks at HiveServer2 initialization

2016-10-17 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52923/#review152862 --- Thanks for the patch Peter, looks good. I only have some

[jira] [Created] (HIVE-14985) Remove UDF-s created during test runs

2016-10-17 Thread Peter Vary (JIRA)
Peter Vary created HIVE-14985: - Summary: Remove UDF-s created during test runs Key: HIVE-14985 URL: https://issues.apache.org/jira/browse/HIVE-14985 Project: Hive Issue Type: Sub-task

Re: Review Request 52079: HIVE-14753: Track the number of open/closed/abandoned sessions in HS2

2016-10-17 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52079/ --- (Updated Oct. 17, 2016, 10:57 a.m.) Review request for hive, Gabor Szadovszky,

Re: Review Request 52862: HIVE-13316: Upgrade to Calcite 1.10

2016-10-17 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52862/ --- (Updated Oct. 17, 2016, 10:02 a.m.) Review request for hive and Ashutosh

Re: Review Request 52862: HIVE-13316: Upgrade to Calcite 1.10

2016-10-17 Thread Jesús Camacho Rodríguez
> On Oct. 14, 2016, 4:17 p.m., Ashutosh Chauhan wrote: > > ql/src/test/results/clientpositive/limit_pushdown3.q.out, lines 827-836 > > > > > > limit 0 optimization not kicking in? As above. > On Oct. 14, 2016,

Review Request 52923: HIVE-14979 Removing stale Zookeeper locks at HiveServer2 initialization

2016-10-17 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52923/ --- Review request for hive, Ashutosh Chauhan, Marta Kuczora, Miklos Csanady, namit

[jira] [Created] (HIVE-14984) Hive-WebUI access results in Request is a replay (34) attack

2016-10-17 Thread Venkat Sambath (JIRA)
Venkat Sambath created HIVE-14984: - Summary: Hive-WebUI access results in Request is a replay (34) attack Key: HIVE-14984 URL: https://issues.apache.org/jira/browse/HIVE-14984 Project: Hive