Github user mgaido91 commented on a diff in the pull request:
https://github.com/apache/spark/pull/20281#discussion_r162596259
--- Diff:
sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/session/HiveSessionImpl.java
---
@@ -223,6 +223,18 @@ private void configureSession(Map<String, String>
sessionConfMap) throws HiveSQL
@Override
public void setOperationLogSessionDir(File operationLogRootDir) {
+ if (!operationLogRootDir.exists()) {
+ LOG.warn("The operation log root directory is removed, recreating:" +
--- End diff --
oh sorry, now I understand, thanks! Yes, in Hive this space is still
missing, I see only now. Thanks.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]