You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/08/06 17:47:12 UTC

[jira] [Commented] (SAMZA-143) Configuration docs are using 0.6.0 configs

    [ https://issues.apache.org/jira/browse/SAMZA-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14087805#comment-14087805 ] 

ASF GitHub Bot commented on SAMZA-143:
--------------------------------------

Github user fintler commented on the pull request:

    https://github.com/apache/incubator-samza/pull/2#issuecomment-51353398
  
    This patch was merged and the associated JIRA (https://issues.apache.org/jira/browse/SAMZA-143) was resolved. This PR can probably be closed.


> Configuration docs are using 0.6.0 configs
> ------------------------------------------
>
>                 Key: SAMZA-143
>                 URL: https://issues.apache.org/jira/browse/SAMZA-143
>             Project: Samza
>          Issue Type: Bug
>          Components: docs
>    Affects Versions: 0.6.0
>            Reporter: Chris Riccomini
>            Assignee: Jonathan Poltak Samosir
>              Labels: newbie
>             Fix For: 0.7.0
>
>         Attachments: SAMZA-143-v2.patch, SAMZA-143.patch
>
>
> 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:
> {noformat}
> # 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
> {noformat}
> 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.



--
This message was sent by Atlassian JIRA
(v6.2#6252)