[ https://issues.apache.org/jira/browse/HIVE-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Phabricator updated HIVE-2264: ------------------------------ Attachment: HIVE-2264.D9489.1.patch navis requested code review of "HIVE-2264 [jira] Hive server is SHUTTING DOWN when invalid queries beeing executed.". Reviewers: JIRA HIVE-2264 Hive server is SHUTTING DOWN when invalid queries beeing executed When invalid query is beeing executed, Hive server is shutting down. "CREATE TABLE SAMPLETABLE(IP STRING , showtime BIGINT ) partitioned by (ds string,ipz int) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\040'" "ALTER TABLE SAMPLETABLE add Partition(ds='sf') location '/user/hive/warehouse' Partition(ipz=100) location '/user/hive/warehouse'" TEST PLAN EMPTY REVISION DETAIL https://reviews.facebook.net/D9489 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/Driver.java ql/src/java/org/apache/hadoop/hive/ql/exec/ExecDriver.java ql/src/java/org/apache/hadoop/hive/ql/exec/MapRedTask.java ql/src/java/org/apache/hadoop/hive/ql/exec/MapredLocalTask.java ql/src/java/org/apache/hadoop/hive/ql/exec/Task.java MANAGE HERALD RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/22683/ To: JIRA, navis > Hive server is SHUTTING DOWN when invalid queries beeing executed. > ------------------------------------------------------------------ > > Key: HIVE-2264 > URL: https://issues.apache.org/jira/browse/HIVE-2264 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.9.0 > Environment: SuSE-Linux-11 > Reporter: rohithsharma > Assignee: Navis > Priority: Critical > Fix For: 0.11.0 > > Attachments: HIVE-2264.1.patch.txt, HIVE-2264-2.patch, > HIVE-2264.D9489.1.patch > > > When invalid query is beeing executed, Hive server is shutting down. > {noformat} > "CREATE TABLE SAMPLETABLE(IP STRING , showtime BIGINT ) partitioned by (ds > string,ipz int) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\040'" > "ALTER TABLE SAMPLETABLE add Partition(ds='sf') location > '/user/hive/warehouse' Partition(ipz=100) location '/user/hive/warehouse'" > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira