Skip to content

Commit

Permalink
Disable metadata publishing attempt in example script
Browse files Browse the repository at this point in the history
Example config no-ops DataSegmentPusher and DataSegmentAnnouncer but
still binds SegmentPublisher to MetadataSegmentPublisher which was
throwing exceptions when it tried to publish and no DB was configured.
Setting this binds NoopSegmentPublisher instead.
  • Loading branch information
dclim committed Sep 16, 2015
1 parent 9705c51 commit 13e8083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/bin/run_example_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ JAVA_ARGS="-Xmx512m -Duser.timezone=UTC -Dfile.encoding=UTF-8"
JAVA_ARGS="${JAVA_ARGS} -Ddruid.realtime.specFile=${SPEC_FILE}"
JAVA_ARGS="${JAVA_ARGS} -Ddruid.extensions.localRepository=${MAVEN_DIR}"
JAVA_ARGS="${JAVA_ARGS} -Ddruid.extensions.remoteRepositories=[]"
JAVA_ARGS="${JAVA_ARGS} -Ddruid.publish.type=noop"

DRUID_CP=${EXAMPLE_LOC}
#For a pull
Expand Down

0 comments on commit 13e8083

Please sign in to comment.