We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e9d44 commit b07bca7Copy full SHA for b07bca7
zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/NotebookTest.java
@@ -71,7 +71,7 @@ public void setUp() throws Exception {
71
tmpDir = new File(System.getProperty("java.io.tmpdir")+"/ZeppelinLTest_"+System.currentTimeMillis());
72
tmpDir.mkdirs();
73
new File(tmpDir, "conf").mkdirs();
74
- notebookDir = new File(System.getProperty("java.io.tmpdir")+"/ZeppelinLTest_"+System.currentTimeMillis()+"/notebook");
+ notebookDir = new File(tmpDir + "/notebook");
75
notebookDir.mkdirs();
76
77
System.setProperty(ConfVars.ZEPPELIN_HOME.getVarName(), tmpDir.getAbsolutePath());
0 commit comments