[
https://issues.apache.org/jira/browse/SAMZA-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Riccomini updated SAMZA-128:
----------------------------------
Attachment: SAMZA-128.1.patch
Ok! Got it working. Looks like Kafka trunk's API has changed enough to
introduce some backwards incompatibility. I had to build the Kafka jars for
2.10 at with checksum ea3961fc84c5a45a5458b9db4080b32f28855f7b. The build
commands used were:
{noformat}
./sbt clean "++2.10.2 package" ./sbt "++2.10.2 test:package"
{noformat}
Copying the resulting jar files from core made everything work.
All tests pass. I've updated the patch only to include the properly built jars
for 2.10. Everything else should be the same as [~ddispaltro]'s patch.
+1
If no one else has objections, I'll commit it.
> Scala 2.10 support
> ------------------
>
> Key: SAMZA-128
> URL: https://issues.apache.org/jira/browse/SAMZA-128
> Project: Samza
> Issue Type: Improvement
> Reporter: Dan Di Spaltro
> Attachments: SAMZA-128.1.patch, scala_210_support.p1
>
>
> Support Scala 2.10.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)