Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/didi/ES-Fastloader
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghua committed Jun 8, 2020
2 parents bc256b2 + 3daa9a6 commit 351fcd7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,9 @@ The ES-Fastloader uses the fault tolerance and parallelism of Hadoop and builds
* JDK: 8 or greater
* ElasticSearch: 6.6.X or greater

# package command
* cd mr
* mvn clean package -Dmaven.test.skip

# Launch command
* Launch --run in hadoop cluster
* hadoop jar mr-1.0.0-SNAPSHOT-with-dep.jar com.didichuxing.datachannel.arius.fastindex.FastIndex $PARAM

# Developer guide
* API document [wiki](https://github.com/didi/ES-Fastloader/wiki)
* Develop document [wiki](https://github.com/didi/ES-Fastloader/wiki/%E4%BD%BF%E7%94%A8%E6%96%87%E6%A1%A3)
* Read [core library source code](https://github.com/didi/ES-Fastloader/tree/1.0.0)
* Read [main class](https://github.com/didi/ES-Fastloader/blob/1.0.0/mr/src/main/java/com/didichuxing/datachannel/arius/fastindex/FastIndex.java)
* Read [Release notes](RELEASE-NOTES.md)
Expand Down

0 comments on commit 351fcd7

Please sign in to comment.