Skip to content

Commit

Permalink
Reset master properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
SanthoshVasabhaktula committed Jul 29, 2015
1 parent 2cd03d0 commit cc8b2b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/main/config/secor.dev.partition.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ include=secor.dev.properties
secor.kafka.group=secor_partition

# Parser class that extracts s3 partitions from consumed messages.
secor.message.parser.class=com.pinterest.secor.parser.PatternDateMessageParser
secor.message.parser.class=com.pinterest.secor.parser.ThriftMessageParser

# S3 path where sequence files are stored.
secor.s3.path=secor_dev
secor.s3.path=secor_dev/partition

# Local path where sequence files are stored before they are uploaded to s3.
secor.local.path=/tmp/secor_dev/message_logs/partition

# Port of the Ostrich server.
ostrich.port=9998

# Partition Date Output format. This is used along with PatternDateMessageParser.
secor.partition.output_dt_format=dd_MM_yyyy
# Partition Date Output format. This is used along with PatternDateMessageParser. Defaults to 'yyyy-MM-dd' *New*
secor.partition.output_dt_format=
12 changes: 7 additions & 5 deletions src/main/config/secor.dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include=secor.common.properties
############

# Name of the s3 bucket where log files are stored.
secor.s3.bucket=lpdev-ekstep
secor.s3.bucket=

################
# END MUST SET #
Expand All @@ -17,10 +17,12 @@ kafka.seed.broker.port=9092
zookeeper.quorum=localhost:2181

# Upload policies.
# 100M
secor.max.file.size.bytes=1000000000
# 1 minute
secor.max.file.age.seconds=60
# 10K
secor.max.file.size.bytes=10000
# 10 seconds
secor.max.file.age.seconds=10
# Compute the max file age for a topic partition using either the oldest or newest file. Defaults to newest
secor.max.file.age.policy=

# Output file pattern excluding prefix. Defaults to topic/partition/generation_kafkaPartition_fmOffset.gz.
# Available placeholders are
Expand Down

0 comments on commit cc8b2b3

Please sign in to comment.