[jira] [Created] (HIVE-23548) TestActivePassiveHA is unstable

2020-05-25 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created HIVE-23548:
---

 Summary: TestActivePassiveHA is unstable
 Key: HIVE-23548
 URL: https://issues.apache.org/jira/browse/HIVE-23548
 Project: Hive
  Issue Type: Sub-task
Reporter: Zoltan Haindrich






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-23547) Enforce testconfiguration.properties file format and alphabetical order

2020-05-25 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23547:
-

 Summary: Enforce testconfiguration.properties file format and 
alphabetical order
 Key: HIVE-23547
 URL: https://issues.apache.org/jira/browse/HIVE-23547
 Project: Hive
  Issue Type: Sub-task
Reporter: Miklos Gergely






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-23546) Skip authorization when user is a superuser

2020-05-25 Thread Zhihua Deng (Jira)
Zhihua Deng created HIVE-23546:
--

 Summary: Skip authorization when user is a superuser
 Key: HIVE-23546
 URL: https://issues.apache.org/jira/browse/HIVE-23546
 Project: Hive
  Issue Type: Improvement
Reporter: Zhihua Deng


If the current user is a superuser, there is no need to do authorization. This 
can speed up queries, especially for those ddl queries. For example, the 
superuser use show partitions to determine whether is OK to add partitions when 
the external data is ready, or take a work flow one step further in a busy hive 
cluster.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-23545) Insert table partition(column) occasionally occurs when the target partition is not created

2020-05-25 Thread LuGuangMing (Jira)
LuGuangMing created HIVE-23545:
--

 Summary: Insert table partition(column) occasionally occurs when 
the target partition is not created
 Key: HIVE-23545
 URL: https://issues.apache.org/jira/browse/HIVE-23545
 Project: Hive
  Issue Type: Bug
Affects Versions: 3.1.0
Reporter: LuGuangMing
 Attachments: test.sql

Insert data into the static partition of an external table, this static 
partition is created in advance, When hive.exec.parallel is turned on, it 
{color:#FF}occasionally{color} occurs after execution that the partition 
does not exist and the it no apparent error logs during execution



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: Review Request 72511: HIVE-23491

2020-05-25 Thread Krisztian Kasa

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72511/
---

(Updated May 25, 2020, 7:57 a.m.)


Review request for hive, Jesús Camacho Rodríguez and Zoltan Haindrich.


Bugs: HIVE-23491
https://issues.apache.org/jira/browse/HIVE-23491


Repository: hive-git


Description
---

Move ParseDriver to parser module


Diffs (updated)
-

  itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestSyntaxUtil.java 
c2f7acda08 
  itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java f7c21a06f6 
  parser/pom.xml 0edae27fa4 
  parser/src/java/org/apache/hadoop/hive/ql/parse/ParseResult.java PRE-CREATION 
  ql/src/java/org/apache/hadoop/hive/ql/parse/ParseDriver.java 46f1ec040a 
  ql/src/java/org/apache/hadoop/hive/ql/parse/ParseException.java  
  ql/src/java/org/apache/hadoop/hive/ql/parse/ParseUtils.java e89d154b7a 
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java aa8d84ec9c 
  ql/src/test/org/apache/hadoop/hive/ql/parse/TestIUD.java 4ec111cf1e 
  ql/src/test/org/apache/hadoop/hive/ql/parse/TestMergeStatement.java 
396d344dd6 
  ql/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriver.java d6250f1c03 
  ql/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriverIntervals.java 
fdc4cfa8dd 
  ql/src/test/org/apache/hadoop/hive/ql/parse/TestParseWithinGroupClause.java 
fb7699e0e4 
  ql/src/test/org/apache/hadoop/hive/ql/parse/TestQBCompact.java e564525075 
  ql/src/test/org/apache/hadoop/hive/ql/parse/TestQBSubQuery.java 5a0898c5da 
  
ql/src/test/org/apache/hadoop/hive/ql/parse/TestReplicationSemanticAnalyzer.java
 e52216cdcc 
  
ql/src/test/org/apache/hadoop/hive/ql/parse/TestSQL11ReservedKeyWordsNegative.java
 fbf2b8bb9a 
  
ql/src/test/org/apache/hadoop/hive/ql/parse/TestUnpermittedCharsInColumnNameCreateTableNegative.java
 02d46dc3cd 
  
ql/src/test/org/apache/hadoop/hive/ql/parse/positive/TestTransactionStatement.java
 b13aa6855a 


Diff: https://reviews.apache.org/r/72511/diff/4/

Changes: https://reviews.apache.org/r/72511/diff/3-4/


Testing
---

mvn clean install -pl parser
mvn clean install -DskipTests -pl ql


Thanks,

Krisztian Kasa