simon824 opened a new issue, #283:
URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/283

   ### Feature Description (功能描述)
   
   Support spark for `hugegraph-loader` module 
   
   ### Test cmd
   The options are divided into two parts, `spark options` and 
`hugegraph-loader options`. (no sorting required)
   ```shell
    ./bin/hugegraph-spark-loader.sh  \
   --master yarn --deploy-mode client --name spark-test \
   --conf spark.eventLog.enabled=false \
   --conf spark.executor.extraJavaOptions=-XX:+PrintGCDetails\
   -f ./conf/spark.json --username admin --token admin \
   -h 127.0.0.1 -p 8093 -g my_graph2 
   ```
   
   ### Task list
   - [ ] #282  @simon824 
   - [ ] support jdbc source for spark-loader
   - [ ] support metrics statistics for spark-loader
   - [ ] support cluster mode for spark-loader (script improve)
   - [ ] support create schema for spark-loader
   - [ ] date_format option support for spark-loader
   - [ ] add document for spark-loader
   - [ ] other options support for spark-loader
   - [ ] bugfix


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

To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org.apache.org

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

Reply via email to