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

Compilation error #1

Open
sap2105 opened this issue Jun 15, 2017 · 0 comments
Open

Compilation error #1

sap2105 opened this issue Jun 15, 2017 · 0 comments

Comments

@sap2105
Copy link

sap2105 commented Jun 15, 2017

Hi,
I am trying to run your project on my machine but I get the following errors:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project kafka-streams-stockstats: Compilation failure: Compilation
failure:
[ERROR] path~~~~/kafka-streams-stockstats-master/kafka-streams-stockstats-master/src/main/java/com/shapira/examples/streams/stockstats/StockStatsExample.java:[52,32] method of in class org.apache.kafka.streams.kstream.TimeWindows cannot be applied to given types;
[ERROR] required: java.lang.String,long
[ERROR] found: int
[ERROR] reason: actual and formal argument lists differ in length

[ERROR] path~~~~/kafka-streams-stockstats-master/kafka-streams-stockstats-master/src/main/java/com/shapira/examples/streams/stockstats/StockStatsExample.java:[49,57] cannot find symbol
[ERROR] symbol: method groupByKey()
[ERROR] location: variable source of type org.apache.kafka.streams.kstream.KStream<java.lang.String,com.shapira.examples.streams.stockstats.model.Trade>

If you could just help me resolve these errors it will help me out to move ahead. 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