You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/01/01 12:58:13 UTC

[GitHub] [iotdb] liutaohua commented on a change in pull request #2411: change udf and tracing ut root path to target

liutaohua commented on a change in pull request #2411:
URL: https://github.com/apache/iotdb/pull/2411#discussion_r550766386



##########
File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
##########
@@ -863,6 +865,8 @@ private void loadUDFProps(Properties properties) {
           Integer.parseInt(initialByteArrayLengthForMemoryControl));
     }
 
+    conf.setExtDir(properties.getProperty("ext_root_dir", conf.getExtDir()));

Review comment:
       done




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org