Github user jiangxb1987 commented on a diff in the pull request:
https://github.com/apache/spark/pull/20281#discussion_r162522303
--- 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 --
nit: extra space at the end of line
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]