YARN-7794. SLSRunner is not loading timeline service jars, causing failure. (Yufei Gu via Haibo Chen)

This commit is contained in:
Haibo Chen 2018-03-26 14:30:11 -07:00
parent 82665a7887
commit fcea5a4d79
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ function parse_args()
function calculate_classpath
{
hadoop_add_to_classpath_tools hadoop-sls
hadoop_add_classpath "${HADOOP_YARN_HOME}/${YARN_DIR}/timelineservice"'/*'
}
function run_simulation() {