Is this project still alive?
I can't make it work even I strictly followed the guideline of README.
Finally I make it work. There are two things that I have changed:
(1) Pom.xml
My current repositories are change to the following:
(2) Change the src/main/java/com/datasalt/trident/LambdaHashTagsTopology.java around line 162, if you are not using the local mode.
TridentState sploutState = topology.newStaticState(new SploutState.Factory(false, "http://localhost:4412"));
Change to the corresponding server and port number. For me, I have to use 4413 instead of 4412.
Hi tongping,
Can you tell us what was the problem with the pom.xml exactly?
The splout-hadoop version that this project uses is quite old, and it's MR1. Unsure if that was the cause of your problem, though
Hi Pere,
In the beginning, I can't compile successfully since we can't download some files.
I actually only change one line in pom.xml.
From
to
Somehow, it works correctly after this change.
On Tue, Jun 3, 2014 at 10:24 AM, Pere Ferrera [email protected] wrote:
Hi tongping,
Can you tell us what was the problem with the pom.xml exactly?
The splout-hadoop version that this project uses is quite old, and it's MR1. Unsure if that was the cause of your problem, though
— Reply to this email directly or view it on GitHub https://github.com/pereferrera/trident-lambda-splout/issues/1#issuecomment-44970831 .