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 tried to run the script ' run-tests.sh ' in the directory but got an error :
tests/empty_arguments ... failed
Expected: spark-submit --jars /home/cluster/.spark-flamegraph/statsd-jvm-profiler.jar --conf spark.executor.extraJavaOptions=-javaagent:statsd-jvm-profiler.jar=server=.*,port=.*,reporter=InfluxDBReporter,database=profiler,username=profiler,password=profiler,prefix=sparkapp,tagMapping=spark --driver-java-options -javaagent:/home/cluster/.spark-flamegraph/statsd-jvm-profiler.jar=server=.*,port=.*,reporter=InfluxDBReporter,database=profiler,username=profiler,password=profiler,prefix=sparkapp,tagMapping=spark Actual: ERROR: Can't find unused port in range 48080-65000
Could you please tell me how to solve this problem ?
The text was updated successfully, but these errors were encountered:
Can you please try running the same script with -x parameter, and post the output? (bash -x run-tests.sh).
-x
bash -x run-tests.sh
Sorry, something went wrong.
No branches or pull requests
Hi,
I tried to run the script ' run-tests.sh ' in the directory but got an error :
tests/empty_arguments ... failed
Could you please tell me how to solve this problem ?
The text was updated successfully, but these errors were encountered: