Hi Johan, Thanks for considering the contribution. Creating jira issue is not mandatory in this project. But it's always good idea to open an JIRA issue for a pullrequest.
JIRA issue is not only a useful for the discussion but also useful to track extra informations such as fix version. Moreover, release note includes list of issues has been resolved, generated by JIRA. Thanks, moon On Thu, Apr 7, 2016 at 7:04 AM MUEDSAM, JOHAN <jm8...@att.com> wrote: > We’ve run into an issue where the Spark and R interpreters creates > temporary files with static names, /tmp/zeppelin_pyspark.py and > /tmp/zeppelin_sparkr.R respectively. The reason it doesn’t work for us is > that we’re running multiple instances on the same server (multi-user behind > nginx reverse proxy) and we get ownership collisions of the files between > the instances. > > I’ve patched the two interpreters locally using java.io.createTempFile > instead of the static file names. Would it be of use for me to create a > pull request with this fix? Or should I just open a JIRA? > > Thanks, > Johan > > > >