tree: c79a944f68830f8da54f0ad0fcc8b5f12a18e7b8 [path history] [tgz]
  1. README.md
yarnconf/README.md

This directory contains YARN configurations that you want to use when launching Gearpump over YARN.

How to put YARN configuration files under classpath?

Before calling “yarnclient launch”, make sure you have put all YARN configuration files under classpath. Typically, you can just copy all files under $HADOOP_HOME/etc/hadoop from one of the YARN Cluster machine to “conf/yarnconf” of gearpump.

NOTE: The “conf/yarnconf” is only effective when you run “yarnclient”. When you run other commands like “gear”, “conf/yarnconf” will not be added into classpath.