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 2018/01/09 18:08:00 UTC

[jira] [Commented] (SAMZA-1553) Add log4j for latest Kafka build

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

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

GitHub user xinyuiscool opened a pull request:

    https://github.com/apache/samza/pull/402

    SAMZA-1553: Add log4j for latest Kafka build

    Add it so Samza compiles with the latest kafka.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xinyuiscool/samza SAMZA-1553

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/402.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #402
    
----
commit 1fe4d5c836f1b19c22ae8dd5af99a6060964eef4
Author: xiliu <xi...@...>
Date:   2018-01-09T18:02:54Z

    SAMZA-1553: Add log4j for latest Kafka build

----


> Add log4j for latest Kafka build
> --------------------------------
>
>                 Key: SAMZA-1553
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1553
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Bharath Kumarasubramanian
>            Assignee: Xinyu Liu
>
> Samza doesn't compile with the new Kafka build:
> {code}
>  [ant:scalac] error: bad symbolic reference. A signature in Logging.class refers to term log4j
> [ant:scalac] in package org.apache which is not available.
> [ant:scalac] It may be completely missing from the current classpath, or the version on
> [ant:scalac] the classpath might be incompatible with the version used when compiling Logging.class.
> {code}
> Seems some of the kafka class used in Samza now has a compile time dependency in log4j. Need to add it to build.gradle.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)