Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facing compilation issue #16

Open
vadeghar opened this issue Nov 9, 2019 · 0 comments
Open

Facing compilation issue #16

vadeghar opened this issue Nov 9, 2019 · 0 comments

Comments

@vadeghar
Copy link

vadeghar commented Nov 9, 2019

Hello,
1st Thank you for providing such kind of project here.
Facing the below compilation issues. If you don't mind can pls provide steps for compilation and run this. Here I'm new to groovy and kafka

  1. Downloaded zip file with entire code
  2. Imported into sts 4 as a gradle project
  3. When I tried to compile this using "gradlew clean build" on project "juber-master" getting below compilation errors. Pls guide me to setup this application.

\juber-master>gradlew clean build
:jet-engine:clean
:juber-anderson:clean UP-TO-DATE
:juber-common:clean
:juber-twitter:clean UP-TO-DATE
:kafka-server:clean
:juber-common:compileJava NO-SOURCE
:juber-common:compileGroovy
:juber-common:processResources NO-SOURCE
:juber-common:classes
:juber-common:jar
:kafka-server:compileJava NO-SOURCE
:kafka-server:compileGroovy
:kafka-server:processResources
:kafka-server:classes
:kafka-server:jar
:jet-engine:compileJava
:jet-engine:compileGroovy
startup failed:
E:\WORK\practice2\juber-master\jet-engine\src\main\groovy\com\juber\hasselhoff\jet\Kafka2MapDAG.groovy: 4: unable to resolve class com.hazelcast.jet.Processors
@ line 4, column 1.
import com.hazelcast.jet.Processors
^

juber-master\jet-engine\src\main\groovy\com\juber\hasselhoff\jet\Kafka2MapDAG.groovy: 10: unable to resolve class com.hazelcast.jet.connec
tor.kafka.StreamKafkaP
@ line 10, column 1.
import static com.hazelcast.jet.connector.kafka.StreamKafkaP.streamKafka
^

.
.

19 errors

:jet-engine:compileGroovy FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':jet-engine:compileGroovy'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 7.858 secs

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant