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

[jira] [Created] (SAMZA-885) A dependency should be added to hello-samza project in order to work with the upgraded jackson 1.9.13 library

Narek created SAMZA-885:
---------------------------

             Summary: A dependency should be added 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


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)