Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hstore support bulkload
  • Loading branch information
haohao0103 committed Oct 17, 2024
1 parent 3ba7e48 commit 06041bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion hugegraph-loader/assembly/static/bin/get-params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function get_params() {
--max-conn | --max-conn-per-route | --batch-size | --max-parse-errors | --max-insert-errors | \
--timeout | --shutdown-timeout | --retry-times | --retry-interval | --check-vertex | \
--print-progress | --dry-run | --sink-type | --vertex-partitions | --edge-partitions | --backend | \
--pd-address | --pd-rest-port | --hdfs-uri \
--pd-address | --pd-rest-port | --hdfs-uri |--max-download-rate \
| --help )
HUGEGRAPH_PARAMS="$HUGEGRAPH_PARAMS $1 $2"
shift 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ private String getSSTFilePath(Configuration conf) throws IOException {
LOG.info("\n delete sstFile path \n");
fs.delete(hfileGenPath, true);
}
// fs.close();
return pathStr;
}

Expand Down

0 comments on commit 06041bb

Please sign in to comment.