Skip to content

Commit

Permalink
Reducing timeout of spark fetcher from 60 to 5 seconds (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
skakker authored and akshayrai committed Mar 6, 2018
1 parent fe076f7 commit c89bafe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ object SparkFetcher {
}

val SPARK_EVENT_LOG_ENABLED_KEY = "spark.eventLog.enabled"
val DEFAULT_TIMEOUT = Duration(60, SECONDS)
val DEFAULT_TIMEOUT = Duration(5, SECONDS)
val LOG_LOCATION_URI_XML_FIELD = "event_log_location_uri"
}

0 comments on commit c89bafe

Please sign in to comment.