-
Notifications
You must be signed in to change notification settings - Fork 79
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
JavaStocks class won't give the right result #5
Comments
Hi! |
Hi! |
hi @sryza Error occured: |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) |
spark-submit --class com.cloudera.tsexamples.JavaStocks target/spark-ts-examples-0.0.1-SNAPSHOT-jar-with-dependencies.jar
The output min and max gives:
(AAL,NaN)
(AAL,NaN)
The issue may be related to the call of timeSeriesRDDFromObservations. In the mean time, the Scala version and Stocks.java prints the correct result.
The text was updated successfully, but these errors were encountered: