Skip to content

Commit 8cc0b53

Browse files
committed
Restore the SparkBatchJbo delay setting for slow Livy submission
Signed-off-by: Wei Zhang <[email protected]>
1 parent 6eff371 commit 8cc0b53

File tree

1 file changed

+1
-1
lines changed
  • Utils/hdinsight-node-common/src/com/microsoft/azure/hdinsight/spark/common

1 file changed

+1
-1
lines changed

Utils/hdinsight-node-common/src/com/microsoft/azure/hdinsight/spark/common/SparkBatchJob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class SparkBatchJob implements ISparkBatchJob, ILogger {
9090
/**
9191
* The setting of delay seconds between tries in RestAPI calling
9292
*/
93-
private int delaySeconds = 2;
93+
private int delaySeconds = 10;
9494

9595
/**
9696
* The global cache for fetched Yarn UI page by browser

0 commit comments

Comments
 (0)