This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch PBTreeFileSketchTool-1.2 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit a7641588377c3e08ae574a11875b7fab37444083 Author: Jackie Tien <[email protected]> AuthorDate: Tue Aug 15 09:33:28 2023 +0800 Fix SchemaFileSketchTool is not found (cherry picked from commit f7ca23cbd00c0888ca3b5716ec4a2fad00bff845) --- .../datanode/src/assembly/resources/tools/schema/print-pb-tree-file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/datanode/src/assembly/resources/tools/schema/print-pb-tree-file.sh b/iotdb-core/datanode/src/assembly/resources/tools/schema/print-pb-tree-file.sh index 1f7df6a1070..c5d895b1747 100644 --- a/iotdb-core/datanode/src/assembly/resources/tools/schema/print-pb-tree-file.sh +++ b/iotdb-core/datanode/src/assembly/resources/tools/schema/print-pb-tree-file.sh @@ -45,7 +45,7 @@ for f in ${IOTDB_HOME}/lib/*.jar; do CLASSPATH=${CLASSPATH}":"$f done -MAIN_CLASS=org.apache.iotdb.db.tools.schema.SchemaFileSketchTool +MAIN_CLASS=org.apache.iotdb.db.tools.schema.PBTreeFileSketchTool "$JAVA" -cp "$CLASSPATH" "$MAIN_CLASS" "$@" exit $? \ No newline at end of file
