Tathagata Das created SPARK-5993:
------------------------------------

             Summary: Published Kafka-assembly JAR was empty in 1.3.0-RC1
                 Key: SPARK-5993
                 URL: https://issues.apache.org/jira/browse/SPARK-5993
             Project: Spark
          Issue Type: Bug
          Components: Build, Streaming
            Reporter: Tathagata Das
            Assignee: Tathagata Das
            Priority: Blocker


This is because the maven build generated two Jars-
1. an empty JAR file (since kafka-assembly has no code of its own)
2. a assembly JAR file containing everything in a different location as 1

The maven publishing plugin uploaded 1 and not 2. 

Instead if 2 is not configure to generate in a different location, there is 
only 1 jar containing everything, which gets published.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to