A module for applying trained models to score Kiji entities in real-time.
If running from inside a BentoBox, you'll want to add the kiji-scoring/lib
directory to your KIJI_CLASSPATH. Assuming $KIJI_HOME is set to the root
of the BentoBox, you can execute the following:
export KIJI_CLASSPATH=${KIJI_HOME}/scoring/lib/*:${KIJI_CLASSPATH}
This will make the kiji fresh command available. The fresh tool takes in
a KijiURI and requires a --do=<command> flag with one of the following
commands:
registerfor registering fresheners.unregisterfor removing an installed freshener.retrievefor describing the freshener attached to a column or map-family.retrieve-allfor listing all fresheners registered to a table.validatefor running sanity checks on a freshener.validate-allfor sanity checking all fresheners registered to a table.
For more information consult kiji fresh --help and the KijiScoring javadocs
on the Kiji Project Documentation Portal.