Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1309 @snowch Not sure how much dumping out the R command would help diagnose. Do you meet any case that failed to launch the R process ? If you want to diagnose the R process after it is launched. You can refer SparkOutputStream which will print output in debug level. You just need add the following line in log4j.properties. ``` log4j.logger.org.apache.zeppelin.spark.SparkOutputStream=DEBUG ```
--- 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. ---