Skip to content

Commit

Permalink
Merge pull request pinterest#354 from tygrash/master
Browse files Browse the repository at this point in the history
Modified README.md for current default active profile
  • Loading branch information
HenryCaiHaiying authored Jul 16, 2017
2 parents dbac4da + a0764ec commit 54b6274
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Edit `src/main/config/*.properties` files to specify parameters describing the e

##### Create and install jars
```sh
# By default this will install the "release" (Kafka 0.8 profile)
# By default this will install the "release" (Kafka 0.10 profile)
mvn package
mkdir ${SECOR_INSTALL_DIR} # directory to place Secor binaries in.
tar -zxvf target/secor-0.1-SNAPSHOT-bin.tar.gz -C ${SECOR_INSTALL_DIR}

# To use the Kafka 0.10 client you should use the kafka-0.10-dev profile
mvn -Pkafka-0.10-dev package
# To use the Kafka 0.8 client you should use the kafka-0.8-dev profile
mvn -Pkafka-0.8-dev package
```

##### Run tests (optional)
Expand Down

0 comments on commit 54b6274

Please sign in to comment.