Created on 11-20-2018 03:47 AM - edited 09-16-2022 06:54 AM
i'm not sure what's going wrong out here ,ideally it should not happen
but , when i happen to execute the below query when HDFS service is down , i would notice the partition being dropped despite of below error
Query: alter table fenet5_dev.dw_malicious_events drop partition (occurred_month = 201808) purge ERROR: ImpalaRuntimeException: Error making 'dropPartition' RPC to Hive Metastore: CAUSED BY: MetaException: Got exception: java.net.ConnectException Call From hpc143 to hpc123:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
Created 11-20-2018 07:54 AM
Created 11-20-2018 07:54 AM
Created 11-21-2018 10:52 PM