Re: How to turn on basic authentication for the Spark Web

2015-09-23 Thread Rafal Grzymkowski
I know this Spark Security page, but the information there is not sufficient. Anyone make it works? Those basic servlets for ui.filters

How to turn on basic authentication for the Spark Web

2015-09-23 Thread Rafal Grzymkowski
Hi, I want to enable basic Http authentication for the spark web UI (without recompilation need for Spark). I see there is 'spark.ui.filters' option but don't know how to use it. I found possibility to use kerberos param but it's not an option for me. What should I set there to use secret token b

Re: How to turn off Jetty Http stack errors on Spark web

2015-09-23 Thread Rafal Grzymkowski
Yes, I've seen it, but there are no files web.xml and error.jsp in binary installation of Spark. To apply this solution I should probably take Spark sources than create missing files and than recompile Spark. Right? I am looking for a solution to turn off error details without recompilation. /MyC

How to turn off Jetty Http stack errors on Spark web

2015-09-23 Thread Rafal Grzymkowski
Hi, Is it possible to disable Jetty stack trace with errors on Spark master:8080 ? When I trigger Http server error 500 than anyone can read details. I tried options available in log4j.properties but it doesn't help. Any hint? Thank you for answer MyCo ---