You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2015/01/09 17:46:35 UTC

[jira] [Commented] (SAMZA-504) Checkpoint tool doesn't work with task names with spaces

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

Chris Riccomini commented on SAMZA-504:
---------------------------------------

Note: this is also just for the PropertiesConfigFactory, which is the default.

> Checkpoint tool doesn't work with task names with spaces
> --------------------------------------------------------
>
>                 Key: SAMZA-504
>                 URL: https://issues.apache.org/jira/browse/SAMZA-504
>             Project: Samza
>          Issue Type: Bug
>          Components: container
>    Affects Versions: 0.8.0
>            Reporter: Chris Riccomini
>             Fix For: 0.8.1
>
>
> From [this thread|http://mail-archives.apache.org/mod_mbox/incubator-samza-dev/201501.mbox/%3C962D3CAB94174A4E9B771B88A9DFE7B10F1C8B8E%40SJEXMB02.Tivo.com%3E].
> {noformat}
> I'm running the following:
> bin/checkpoint-tool.sh --config-path config/myjob.properties --new-offsets /path/to/reset-offsets.properties
> The job.name property is set in myjob.properties (this is the same config I use to run the job).
> {noformat}
> {noformat}
> Warning: ignoring unrecognised property: tasknames.Partition = 8.systems.kafka.streams.mytopic.partitions.8=0
> which is puzzling because the line for partition 8 in the file looks like this:
> tasknames.Partition 8.systems.kafka.streams.mytopic.partitions.8=0
> {noformat}
> It looks like the space in the task name is breaking things.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)