piflow/piflow-bin
judy0131 5a1164e305 replace piflowexternal.jar 2021-01-18 10:14:48 +08:00
..
bin record the status of plugin 2020-06-18 18:17:15 +08:00
classpath replace piflowexternal.jar 2021-01-18 10:14:48 +08:00
example modify flow example 2020-05-22 16:37:01 +08:00
flowFile add flowFile folder 2020-07-06 04:12:21 -04: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 fix bug: custom stop do not take effect after replacing jar 2020-12-16 21:30:23 -05:00
start.sh.bak fix bug: custom stop do not take effect after replacing jar 2020-12-16 21:30:23 -05: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