Configuration for increasing header size? (REST) Notebook api complains about header too large

2018-06-06 Thread Ying Chen
When attempting to use notebook API to create a new notebook page, hitting an issue with the web page header. In the logs I see: Header is too large >8192 badMessage: 413 for HttpChannelOverHttp@77c7d025 {r=0,c=false,a=IDLE,uri=/api/notebook} - - [05/Jun/2018:19:23:40 +] "POST /api/notebook

FINAL REMINDER: Apache EU Roadshow 2018 in Berlin next week!

2018-06-06 Thread sharan
Hello Apache Supporters and Enthusiasts This is a final reminder that our Apache EU Roadshow will be held in Berlin next week on 13th and 14th June 2018. We will have 28 different sessions running over 2 days that cover some great topics. So if you are interested in Microservices, Internet of

Credentials for JDBC

2018-06-06 Thread Benjamin Kim
I created a JDBC interpreter for AWS Athena, and it passes the access key as UID and secret key as PWD in the URL connection string. Does anyone know if I can setup each user to pass their own credentials in a, sort of, credentials file or config? Thanks, Ben

Where Spark home is pick up in the new Spark interpreter

2018-06-06 Thread Anthony Corbacho
Hi, I am a bit confused where spark home is pick up in the new Spark interpreter in the 0.8 branch? Regards, Anthony

Re: Where Spark home is pick up in the new Spark interpreter

2018-06-06 Thread Jeff Zhang
It is picked up from interpreter setting. You can define SPARK_HOME in spark's interpreter setting page Anthony Corbacho 于2018年6月7日周四 上午11:50写道: > Hi, > > I am a bit confused where spark home is pick up in the new Spark > interpreter in the 0.8 branch? > > Regards, > Anthony >

Re: Credentials for JDBC

2018-06-06 Thread Jongyoul Lee
We have a trick to get credential information from a credential page. I'll take into it. On Thu, Jun 7, 2018 at 7:53 AM, Benjamin Kim wrote: > I created a JDBC interpreter for AWS Athena, and it passes the access key > as UID and secret key as PWD in the URL connection string. Does anyone know >