You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Navina Ramesh (JIRA)" <ji...@apache.org> on 2016/03/02 19:11:18 UTC

[jira] [Resolved] (SAMZA-885) add a dependency to hello-samza project in order to work with the upgraded jackson 1.9.13 library

     [ https://issues.apache.org/jira/browse/SAMZA-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Navina Ramesh resolved SAMZA-885.
---------------------------------
    Resolution: Duplicate

Marking as duplicate of SAMZA-884

> add a dependency to hello-samza project in order to work  with the upgraded jackson 1.9.13 library 
> ---------------------------------------------------------------------------------------------------
>
>                 Key: SAMZA-885
>                 URL: https://issues.apache.org/jira/browse/SAMZA-885
>             Project: Samza
>          Issue Type: Improvement
>          Components: hello-samza
>            Reporter: Narek
>            Priority: Minor
>              Labels: newbie
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When upgrading to jackson 1.9.13 version in order to be compatible with ne Yarn versions, a new dependency should be added to its pom.xml file.
> <dependency>
>     <groupId>org.codehaus.jackson</groupId>
>     <artifactId>jackson-mapper-asl</artifactId>
>     <version>1.9.13</version>
> </dependency>
> Without this additional dependency Job fails to run with jackson 1.9.13 lib on samza 0.10.1



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