trident-lambda-splout icon indicating copy to clipboard operation
trident-lambda-splout copied to clipboard

Is this project still alive?

Open tongping opened this issue 11 years ago • 3 comments

I can't make it work even I strictly followed the guideline of README.

tongping avatar Jun 02 '14 18:06 tongping

Finally I make it work. There are two things that I have changed: (1) Pom.xml My current repositories are change to the following: github-releases http://oss.sonatype.org/content/repositories/github-releases/ clojars.org http://clojars.org/repo twitter4j http://twitter4j.org/maven2/org

(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.

tongping avatar Jun 03 '14 13:06 tongping

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

pereferrera avatar Jun 03 '14 14:06 pereferrera

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 http://twitter4j.org/maven2

to http://twitter4j.org/maven2/org

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 .

tongping avatar Jun 03 '14 14:06 tongping