I took the setting in zeppelin-conf <property>
<name>zeppelin.notebook.dir</name> <value>notebook</value> <description>path or URI for notebook persist</description> </property> And read that it said "URI" does this allow me to persist notebooks to hdfs? I tried hdfs:// and maprfs:// (my filesystem prefixes) with no luck, in fact, it just seemed to put the notebooks in the default notebook directory. Are URI's supported? If so why isn't it taking my settings? Thanks! John