Description
http://samza.incubator.apache.org/learn/documentation/0.7.0/jobs/configuration.html is using 0.6.0 style (invalid) configuration as its example in:
# Job job.factory.class=samza.job.local.LocalJobFactory job.name=hello-world # Task task.class=samza.task.example.MyJavaStreamerTask task.inputs=example-stream # Serializers serializers.registry.json.class=samza.serializers.JsonSerdeFactory serializers.default=json # Streams streams.example-stream.system=example-system streams.example-stream.stream=some-stream # Systems systems.example-system.samza.consumer.factory=samza.stream.example.ExampleConsumerFactory systems.example-system.samza.partition.manager=samza.stream.example.ExamplePartitionManager
We should update this example to use 0.7.0 style config. There is no longer a streams block, and no longer serializers.default. Also, there is no partition manager anymore.