piflow/piflow-bin
judy0131 5a4d0440b7 modify flow example 2020-05-22 16:37:01 +08:00
..
bin modify piflow-bin 2020-05-22 13:49:33 +08:00
classpath modify piflow-bin 2020-05-22 13:49:33 +08:00
example modify flow example 2020-05-22 16:37:01 +08:00
lib 1.add piflow-bin related file 2019-07-05 09:56:52 +08:00
README.txt modify piflow-bin readme.txt 2020-05-22 14:21:10 +08:00
config.properties 1. modify piflow-bin 2020-03-13 17:44:59 +08:00
restart.sh chmod for stop.sh, restart.sh and status.sh 2020-05-22 13:52:00 +08:00
server.ip modify piflow-bin example 2020-05-22 11:09:26 +08:00
start.sh mkdir logs where start piflow server 2020-05-22 14:09:07 +08:00
status.sh chmod for stop.sh, restart.sh and status.sh 2020-05-22 13:52:00 +08:00
stop.sh chmod for stop.sh, restart.sh and status.sh 2020-05-22 13:52:00 +08:00

README.txt

1.build piflow-server-0.9.jar, copy it to folder lib
  cp /yourPiflowPath/piflow-server/target/piflow-server-0.9.jar ./lib

2.start piflow server
  ./start.sh

3.please install piflow-web to configure flow in website.
    https://github.com/cas-bigdatalab/piflow-web

4.another way to use piflow: command line

  1)set PIFLOW_HOME
  vim /etc/profile
  	export PIFLOW_HOME=/yourPiflowPath/piflow-bin
	export PATH=$PATH:$PIFLOW_HOME/bin

  2)command example
    piflow flow start *.json
    piflow flow stop appID
    piflow flow info appID
    piflow flow log appID

    piflow flowGroup start *.json
    piflow flowGroup stop groupId
    piflow flowGroup info groupId