-
Notifications
You must be signed in to change notification settings - Fork 108
Shifu How To
Hu Zhanghao edited this page Feb 14, 2017
·
22 revisions
a). Go to http://shifu.ml/project/download/ and find the latest release version to download
b). Unzip the the package
$ tar -xvf shifu-<your-version>-<postfix>.tar.gz
c). Set the environment
$ cd shifu-<your-version>
$ export SHIFU_HOME=$(pwd)
$ export PATH=${SHIFU_HOME}/bin:${PATH}
- Commands to run Shifu.
- File location and Shifu runmode.
- How to specify HDFS home directory for Shifu?
- How to specify variable type, Numerical or Categorical?
Data filter expression follows standard:
http://commons.apache.org/proper/commons-jexl/reference/syntax.html