Skip to content

Instantly share code, notes, and snippets.

@joestein
Created June 30, 2016 02:08
Show Gist options
  • Save joestein/ff72943937f964a93ce53ae2536cfa5b to your computer and use it in GitHub Desktop.
Save joestein/ff72943937f964a93ce53ae2536cfa5b to your computer and use it in GitHub Desktop.
root@0854347972a9:/dcos/dcos# dcos spark webui
Traceback (most recent call last):
File "/root/.dcos/subcommands/spark/env/bin/dcos-spark", line 11, in <module>
sys.exit(main())
File "/root/.dcos/subcommands/spark/env/local/lib/python2.7/site-packages/dcos_spark/cli.py", line 108, in main
return print_webui(args)
File "/root/.dcos/subcommands/spark/env/local/lib/python2.7/site-packages/dcos_spark/cli.py", line 79, in print_webui
print(discovery.get_spark_webui())
File "/root/.dcos/subcommands/spark/env/local/lib/python2.7/site-packages/dcos_spark/discovery.py", line 11, in get_spark_webui
base_url = util.get_config().get('core.dcos_url')
AttributeError: 'module' object has no attribute 'get_config'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment