Skip to content

Commit

Permalink
Revert "Fix default TTL for metadata cleaner"
Browse files Browse the repository at this point in the history
This reverts commit 669ba4c.
  • Loading branch information
pwendell committed Jan 12, 2014
1 parent 22d4d62 commit 07b952e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object MetadataCleanerType extends Enumeration {
// initialization of StreamingContext. It's okay for users trying to configure stuff themselves.
object MetadataCleaner {
def getDelaySeconds(conf: SparkConf) = {
conf.getInt("spark.cleaner.ttl", -1)
conf.getInt("spark.cleaner.ttl", 3500)
}

def getDelaySeconds(conf: SparkConf, cleanerType: MetadataCleanerType.MetadataCleanerType): Int =
Expand Down

0 comments on commit 07b952e

Please sign in to comment.