Re: Support for Livy with Scala 2.12

2019-06-03 Thread Kevin Risden
Looks like the issue might be Spark 2.4.2 only? From https://spark.apache.org/downloads.html, "Note that, Spark is pre-built with Scala 2.11 except version 2.4.2, which is pre-built with Scala 2.12." So maybe you just got unlucky with using Spark 2.4.2? Kevin Risden On Mon, Jun 3, 20

Re: Support for Livy with Scala 2.12

2019-06-03 Thread Kevin Risden
rst. Also you need to make sure you are Livy 0.6.0+ since Spark 2.4 support was only added to 0.6.0 and above. Kevin Risden On Mon, Jun 3, 2019 at 4:04 PM Pat Ferrel wrote: > Spark 2.4.x does not require scala 2.12, in fact is is marked as > “experimental” here: > https://spark.apache

Re: appending @realm to usernames

2019-01-17 Thread Kevin Risden
anyway. Kevin Risden On Tue, Jan 15, 2019 at 12:36 PM Ruslan Dautkhanov wrote: > > We'd like Hadoop to map user names to short names. > > For auth_to_local to work, @realm part is mandatory. > > For example, Apache Knox if authenticates users using LDAP, > and then sends

Re: Enable HTTP Basic Authenticaton for Livy Rest APIs

2018-10-16 Thread Kevin Risden
-1-1-0/user-guide.html#Authentication Kevin Risden On Fri, Oct 5, 2018 at 7:05 PM Santosh Dandey wrote: > Thanks > > On Fri, Oct 5, 2018, 6:03 PM Marcelo Vanzin wrote: > >> As I mentioned in my e-mail, there's already work to support generic auth >> methods. Once that's