I am using SBT to create a DataTorrent Application. The project comprises of 2 parts. Part 1 is a Random Kafka Generator built using Scala. Part 2 is the DataTorrent Application (Java) to ingest data, process it, and write to HDFS.
There are no errors while doing sbt assembly. Although, Uber JAR is created successfully, .apa file is not created. So does DataTorrent work with SBT? Thanks Ankit.