Zephyr is primarily a library and an abstraction; it's impossible to give you in depth instructions for your own flows. However, by running through a quick exercise to load some sample wikipedia data through Zephyr and into a tab delimited format in MapReduce, we can begin to show how you would use it.
$ hadoop fs -mkdir -p /tmp/zephyr-twitter-example/
$ wget http://sotera.github.io/zephyr/data/data.tsv
$ hadoop fs -copyFromLocal data.tsv /tmp/zephyr-twitter-example/
$ cd /opt/zephyr
$ ./run.sh -job twitter-job.xml
See: Options
When this example has finished, there should be a folder in HDFS called /tmp/zephyr-twitter-output.