We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm using StreamParse 3.16.0 in a docker container together with Storm 1.2.2, Leiningen 2.9.1, Java 9.0.4.
Currently when I call sparse run, it stays at "Creating topology Uber-JAR..." for around 10 minutes, then starts running the topology.
sparse run
I found out through ps aux that it's the command
ps aux
java -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dmaven.wagon.rto=10000 -Xbootclasspath/a:/opt/xyz/libexec/leiningen/self-installs/leiningen-2.9.1-standal
that's taking up most of the 10 minutes.
I wonder if anyone has similar experience / knows how to cope with this issue.
The text was updated successfully, but these errors were encountered:
Hi, I also encountered the same issue. streamparse: 3.16.0 python: 3.7.2 storm: 1.1.0 Leiningen: 2.6.1 Java: 1.8
Can someone help????
Sorry, something went wrong.
Hi I want know that how do set config.json for local docker
config.json
No branches or pull requests
Hi, I'm using StreamParse 3.16.0 in a docker container together with Storm 1.2.2, Leiningen 2.9.1, Java 9.0.4.
Currently when I call
sparse run
, it stays at "Creating topology Uber-JAR..." for around 10 minutes, then starts running the topology.I found out through
ps aux
that it's the commandjava -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dmaven.wagon.rto=10000 -Xbootclasspath/a:/opt/xyz/libexec/leiningen/self-installs/leiningen-2.9.1-standal
that's taking up most of the 10 minutes.
I wonder if anyone has similar experience / knows how to cope with this issue.
The text was updated successfully, but these errors were encountered: