Github user bellemare commented on the issue: https://github.com/apache/incubator-predictionio/issues/337 Ah geez, I realize now that I may have made a mistake. ``` "SPARK_YARN_USER_ENV" -> sys.env.filter(kv => kv._1.startsWith("PIO_")). map(kv => s"${kv._1}=${kv._2}").mkString(",")).run()) Note the map: kv => s"${kv._1}=${kv._2}" ``` This indicates that it does INDEED create a key=value pair.... so I must have an empty parameter that I am setting, which is a known Yarn bug (https://issues.apache.org/jira/browse/YARN-3768). That being said, I could not find an empty parameter in my debug logging. Weird. I'll close this for now, since it does not seem to be the case that my reported issue is a bug.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---