Skip to content

Commit

Permalink
CR update astralway#2. Also added -9 to UI pkill
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewalch committed Dec 2, 2015
1 parent b24886e commit 8825126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ After copying data into HDFS, run the following to initialize and start Fluo.

./bin/webindex init

Optionally, add an HDFS directory (with previously copied data) is added to the end of the
command. When a directory is specified, `init` will also run a Spark job that initialize
Fluo's table in Accumulo before starting Fluo.
Optionally, add a HDFS directory (with previously copied data) to the end of the command.
When a directory is specified, `init` will also run a Spark job that initializes Fluo's
table in Accumulo with data before starting Fluo.

./bin/webindex init /cc/data/a

Expand Down
2 changes: 1 addition & 1 deletion bin/webindex
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ reindex)
fi
;;
ui)
pkill -f webindex-ui
pkill -9 -f webindex-ui
WI_UI_JAR=$WI_HOME/modules/ui/target/webindex-ui-0.0.1-SNAPSHOT.jar
if [ ! -f $WI_UI_JAR ]; then
cd $WI_HOME/modules/ui
Expand Down

0 comments on commit 8825126

Please sign in to comment.