[jira] [Created] (HIVE-22739) Schematool should check if upgradeFrom version is identical to current DB schema version

2020-01-16 Thread Alice Fan (Jira)
Alice Fan created HIVE-22739:


 Summary: Schematool should check if upgradeFrom version is 
identical to current DB schema version
 Key: HIVE-22739
 URL: https://issues.apache.org/jira/browse/HIVE-22739
 Project: Hive
  Issue Type: Bug
  Components: Standalone Metastore
Affects Versions: 4.0.0
Reporter: Alice Fan
Assignee: Alice Fan


Schematool should check if upgradeFrom version is identical to current DB 
schema version.
https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/schematool/SchemaToolTaskUpgrade.java#L41

We should check if the user input fromVersion is identical to current DB 
version.




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


[jira] [Created] (HIVE-20678) HiveHBaseTableOutputFormat should implement HiveOutputFormat to ensure compatibility

2018-10-02 Thread Alice Fan (JIRA)
Alice Fan created HIVE-20678:


 Summary: HiveHBaseTableOutputFormat should implement 
HiveOutputFormat to ensure compatibility
 Key: HIVE-20678
 URL: https://issues.apache.org/jira/browse/HIVE-20678
 Project: Hive
  Issue Type: Bug
  Components: HBase Handler, Hive, Spark
Affects Versions: 4.0.0
Reporter: Alice Fan
Assignee: Alice Fan


This issue was caused by same reason described in 
https://issues.apache.org/jira/browse/HIVE-11166. As the original Jira seems to 
be abandoned, so create this one to resolve the issue.

HiveHBaseTableOutputFormat does not implemented HiveOutputFormat, it will break 
the compatibility in spark's API when it is using hive.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (HIVE-20642) Add Tests for HIVE-12812

2018-09-26 Thread Alice Fan (JIRA)
Alice Fan created HIVE-20642:


 Summary: Add Tests for HIVE-12812
 Key: HIVE-20642
 URL: https://issues.apache.org/jira/browse/HIVE-20642
 Project: Hive
  Issue Type: Test
Affects Versions: 4.0.0
Reporter: Alice Fan
Assignee: Alice Fan






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (HIVE-20470) Runtime of QueryInfo should be initialized

2018-08-27 Thread Alice Fan (JIRA)
Alice Fan created HIVE-20470:


 Summary: Runtime of QueryInfo should be initialized
 Key: HIVE-20470
 URL: https://issues.apache.org/jira/browse/HIVE-20470
 Project: Hive
  Issue Type: Bug
  Components: HiveServer2
Affects Versions: 4.0.0
Reporter: Alice Fan
Assignee: Alice Fan
 Fix For: 4.0.0


Runtime of QueryInfo should be initialized to prevent NPE at hiveserver2_jsp



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (HIVE-20246) Make some collect stats flags be user configurable

2018-07-26 Thread Alice Fan (JIRA)
Alice Fan created HIVE-20246:


 Summary: Make some collect stats flags be user configurable
 Key: HIVE-20246
 URL: https://issues.apache.org/jira/browse/HIVE-20246
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Alice Fan
Assignee: Alice Fan
 Fix For: 4.0.0


When hive.stats.autogather=true then the Metastore lists all files under the 
table directory to populate basic stats like file counts and sizes. This file 
listing operation can be very expensive particularly on filesystems like S3.
One way to address this issue is to reconfigure hive.stats.autogather=false.
However, set metaconf:hive.stats.autogather=false will not be taken by 
HiveMetaStore when user set this in session.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (HIVE-20226) query.setRange(0, maxEvents) in ObjectStore will throw exception when maxEvents exceed 50M

2018-07-23 Thread Alice Fan (JIRA)
Alice Fan created HIVE-20226:


 Summary: query.setRange(0, maxEvents) in ObjectStore will throw 
exception when maxEvents exceed 50M
 Key: HIVE-20226
 URL: https://issues.apache.org/jira/browse/HIVE-20226
 Project: Hive
  Issue Type: Bug
  Components: Metastore
Affects Versions: 3.0.0
Reporter: Alice Fan


query.setRange(0, maxEvents) in ObjectStore will throw exception when maxEvents 
exceed 50M.
java.sql.SQLException: setMaxRows() out of range. 2147483647 > 5000.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)