Created 12-16-2015 01:01 AM
ERROR [2015-12-16 01:00:18,427] ({qtp236231130-50} NotebookServer.java[onMessage]:157) - Can't handle message org.apache.commons.vfs2.FileSystemException: Could not write to "file:///opt/incubator-zeppelin/notebook/
Created 02-02-2016 08:09 PM
I found the solution. I had copied this notebook from an earlier version of zeppelin by pasting it in the /opt/incubator-zeppelin/notebook/. That will not work. I believe the newer version of Zeppelin will include the ability to import notebooks. However, copying and pasting the notebook's note.json file between the same version allows you to import a notebook successfully as long as you are copying between the same versions.
Created 12-16-2015 01:12 AM
@Vedant Jain ls -l /opt/incubator-zeppelin/notebook/
Created 12-17-2015 03:22 AM
Hi Vedant,
Can you provide information mentioned here Link ? It will allow others to get a better understanding and hopefully to a solution.
Created 12-17-2015 06:15 PM
Hey guys, this was happening only on notebooks that I had imported from other versions of Zeppelin. Is this an incompatiility issue? or the way to import is not by copying and pasting into the $ZEP_HOME/notebooks directory?
Created 02-02-2016 07:33 PM
@Vedant Jain are you still having issues with this? Can you accept best answer or provide your own solution?
Created 02-02-2016 08:09 PM
I found the solution. I had copied this notebook from an earlier version of zeppelin by pasting it in the /opt/incubator-zeppelin/notebook/. That will not work. I believe the newer version of Zeppelin will include the ability to import notebooks. However, copying and pasting the notebook's note.json file between the same version allows you to import a notebook successfully as long as you are copying between the same versions.
Created 02-02-2016 08:10 PM
@Vedant Jain I have accepted this again 🙂
Created 02-02-2016 08:14 PM
@Neeraj Sabharwal Thanks