Both com.datatorrent.contrib.helper and com.datatorrent.lib.helper are under the test directory under malhar-contrib and malhar-library respectively. You may need to build these jars yourself with test scope to include these packages.
On Wed, May 31, 2017 at 9:39 AM, <[email protected]> wrote: > Hello, (mea culpa for messing up the headline the first time) > > I'm currently trying to get the apex-malhar rabbitmq running. But I'm at a > complete loss, while the examples are running fine I don't even get the > RabbitMQInputOperatorTest.java > to run. > > First it couldn't find the rabbitmq-client which was solveable by adding > the dependency: > > <dependency> > <groupId>com.rabbitmq</groupId> > <artifactId>amqp-client</artifactId> > <version>4.1.0</version> > </dependency> > > But now it doesn't find the packages com.datatorrent.contrib.helper and > com.datatorrent.lib.helper and can't find several symbols. > > Needless to say that I'm a beginner regarding Apex so does anyone know > what exactly I'm doing wrong here? > > Cheers > > Manfred. > > >
