Bharathkrishna Guruvayoor Murali created HIVE-20610:
-------------------------------------------------------
Summary: TestDbNotificationListener should not use /tmp directory
Key: HIVE-20610
URL: https://issues.apache.org/jira/browse/HIVE-20610
Project: Hive
Issue Type: Bug
Affects Versions: 3.0.0, 4.0.0
Reporter: Bharathkrishna Guruvayoor Murali
Using /tmp directory creates exceptions for tests like dropTable :
{code:java}
2018-09-19T06:42:04,818 INFO [main] metastore.HiveMetaStore: 0: drop_table :
tbl=hive.default.droptbl
2018-09-19T06:42:04,819 INFO [main] HiveMetaStore.audit: ugi=hiveptest
ip=unknown-ip-addr cmd=drop_table : tbl=hive.default.droptbl
2018-09-19T06:42:05,072 WARN [main] fs.FileUtil: Failed to delete file or dir
[/tmp/.ICE-unix]: it still exists.
2018-09-19T06:42:05,072 WARN [main] fs.FileUtil: Failed to delete file or dir
[/tmp/.XIM-unix]: it still exists.
2018-09-19T06:42:05,072 WARN [main] fs.FileUtil: Failed to delete file or dir
[/tmp/.X11-unix]: it still exists.
2018-09-19T06:42:05,072 WARN [main] fs.FileUtil: Failed to delete file or dir
[/tmp/hsperfdata_root]: it still exists.
2018-09-19T06:42:05,072 WARN [main] fs.FileUtil: Failed to delete file or dir
[/tmp/.font-unix]: it still exists.
2018-09-19T06:42:05,072 WARN [main] fs.FileUtil: Failed to delete file or dir
[/tmp/.Test-unix]: it still exists.
2018-09-19T06:42:05,072 ERROR [main] utils.FileUtils: Failed to delete file:/tmp
2018-09-19T06:42:05,072 ERROR [main] utils.MetaStoreUtils: Got exception:
org.apache.hadoop.hive.metastore.api.MetaException Unable to delete directory:
file:/tmp
org.apache.hadoop.hive.metastore.api.MetaException: Unable to delete directory:
file:/tmp
at
org.apache.hadoop.hive.metastore.HiveMetaStoreFsImpl.deleteDir(HiveMetaStoreFsImpl.java:45)
[hive-standalone-metastore-server-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.hadoop.hive.metastore.Warehouse.deleteDir(Warehouse.java:365)
[hive-standalone-metastore-common-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.hadoop.hive.metastore.Warehouse.deleteDir(Warehouse.java:353)
[hive-standalone-metastore-common-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.deleteTableData(HiveMetaStore.java:2562)
[hive-standalone-metastore-server-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.drop_table_core(HiveMetaStore.java:2523)
[hive-standalone-metastore-server-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.drop_table_with_environment_context(HiveMetaStore.java:2685)
[hive-standalone-metastore-server-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:1.8.0_102]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_102]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_102]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
at
org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:147)
[hive-standalone-metastore-server-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.hadoop.hive.metastore.RetryingHMSHandler.invoke(RetryingHMSHandler.java:108)
[hive-standalone-metastore-server-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at com.sun.proxy.$Proxy33.drop_table_with_environment_context(Unknown
Source) [?:?]
at
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.drop_table_with_environment_context(HiveMetaStoreClient.java:3204)
[hive-standalone-metastore-common-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.dropTable(HiveMetaStoreClient.java:1492)
[hive-standalone-metastore-common-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.dropTable(HiveMetaStoreClient.java:1432)
[hive-standalone-metastore-common-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT]
at
org.apache.hive.hcatalog.listener.TestDbNotificationListener.dropTable(TestDbNotificationListener.java:522)
[test-classes/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:1.8.0_102]{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)