Skip to content

Commit

Permalink
staging server specific configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
SanthoshVasabhaktula committed Jul 29, 2015
1 parent 9e7424b commit c7fa13a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/main/config/secor.dev.partition.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ 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.ThriftMessageParser
secor.message.parser.class=com.pinterest.secor.parser.PatternDateMessageParser

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

# Local path where sequence files are stored before they are uploaded to s3.
secor.local.path=/tmp/secor_dev/message_logs/partition
Expand All @@ -31,4 +31,4 @@ secor.local.path=/tmp/secor_dev/message_logs/partition
ostrich.port=9998

# Partition Date Output format. This is used along with PatternDateMessageParser. Defaults to 'yyyy-MM-dd' *New*
secor.partition.output_dt_format=
secor.partition.output_dt_format=dd_MM_yyyy
8 changes: 4 additions & 4 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=
secor.s3.bucket=lpdev-ekstep

################
# END MUST SET #
Expand All @@ -18,11 +18,11 @@ zookeeper.quorum=localhost:2181

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

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

0 comments on commit c7fa13a

Please sign in to comment.