Fixed some tests

This commit is contained in:
Jongyoul Lee 2016-08-11 16:28:35 +09:00
parent 7b7eb7864c
commit a32afd7425

View file

@ -386,7 +386,7 @@ public class ZeppelinSparkClusterTest extends AbstractTestRestApi {
"from pyspark.sql import SQLContext\n" +
"print(" + sqlContextName + ".read.format('com.databricks.spark.csv')" +
".load('"+ tmpFile.getAbsolutePath() +"').count())");
p0.setAuthenticationInfo(anonymous);
p1.setAuthenticationInfo(anonymous);
note.run(p1.getId());
waitForFinish(p1);