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:32:17 UTC

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

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



##########
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:
       Add this property and its description to `src/assembly/resources/conf/iotdb-engine.properties`? :D




----------------------------------------------------------------
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