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:
[email protected]