Enable SSL for Zeppelin

2016-09-22 Thread Suresh Ayyavoo
Hi All, i follow the below URL for SSL cert installation for zeppelin https://github.com/apache/zeppelin/blob/master/conf/README.md but i get error: FAILED SslContextFactory java.io.FileNotFoundException: /zeppelin-0.6.1/conf/ssl (Is a directory) at java.io.FileInputStream.open0(Nativ

Re: Enable SSL for Zeppelin

2016-09-22 Thread Suresh Ayyavoo
g own SSL > function at Zeppelin > https://zeppelin.apache.org/docs/latest/security/authentication.html > > > 2016-09-22 16:41 GMT+09:00 Suresh Ayyavoo : > >> Hi All, >> >> i follow the below URL for SSL cert installation for zeppelin >> https://github.com/apache/

How can i convert below DataFrame array to string

2017-03-12 Thread Suresh Ayyavoo
Hi All, How can i convert below DataFrame [accountID: array, completed_at: array, created_at: array] to [accountID: string, completed_at: string, created_at: string] root |-- accountID: array (nullable = true) ||-- element: string (containsNull = true) |-- completed_at: array (nullable

Re: How can i convert below DataFrame array to string

2017-03-13 Thread Suresh Ayyavoo
park.sql.functions.explode > > > For Spark questions like this, try stackoverflow > > spark.apache.org/community.html > > > > > -- > *From:* Suresh Ayyavoo > *Sent:* Sunday, March 12, 2017 8:53:52 PM > *To:* users@zeppelin.apache.org &

can't get JDBC type for array

2017-03-13 Thread Suresh Ayyavoo
Save below dataframe to database cause error "can't get JDBC type for array" root |-- accountID: array (nullable = true) ||-- element: string (containsNull = true) |-- completed_at: array (nullable = true) ||-- element: string (containsNull = true) |-- created_at: array (nullabl

how to bring second column value under first column

2017-03-14 Thread Suresh Ayyavoo
finalval.selectExpr("split(accountID, ',')[0] as accountID","split(accountID, ',')[1] as accountID") +--+--+ | accountID| accountID| +--+--+ |119152|119279| +--+--+ how to bring second column value under first column?

Encrypt/Decrypt Key in Spark Layer

2017-06-16 Thread Suresh Ayyavoo
using sniffing key we are able to see the key(if its in front-end). Can we have a kind of plugin or module in Spark to add the decrypt key to the query coming to spark from Zeppelin? anyone have done it? or any better way to do it? -- Suresh Ayyavoo Solution Architect / R&D Lead

Re: Error with Zeppelin integration - LDAP

2017-10-17 Thread Suresh Ayyavoo
> <#m_-4364187434640162518_m_-5153966503976032887_> > > > > -- > > Carlos Andrés Zambrano Barrera > Cel: +57 3174373741 <+57%20317%204373741> > > > > > > > <https://mailtrack.io/> Sent with Mailtrack > <https://chrome.google.com/w

OpenAM LDAP integration with Zeppelin

2017-10-17 Thread Suresh Ayyavoo
Hi All, Who have integrated OpenAM LDAP with Zeppelin0.7.2? The group are not honoured in zeppelin roles?Any idea? LoginRestApi.java[postLogin]:115) - {"status":"OK","message":"","body":{"principal":"admin","ticket&

SPARK SQL update table based on condition

2017-10-17 Thread Suresh Ayyavoo
le 5.SaveMode.Overwrite(tableB) drop the value of temp table for reuse Suresh Ayyavoo Solution Architect / R&D Lead iAPPS Pte. Ltd. 3 Fusionopolis Way, Symbiosis #13-25 S(138633) [O] 64631795 [F] 6778 5300 [M] 91540224 Website: www.iappsasia.com Facebook: www.facebook.com/iappsasia

Re: Zeppelin Request Logs

2017-10-17 Thread Suresh Ayyavoo
erver ? > https://www.eclipse.org/jetty/documentation/9.4.x/ > configuring-jetty-request-logs.html > > Regards > Deenar > > -- Suresh Ayyavoo Solution Architect / R&D Lead iAPPS Pte. Ltd. 3 Fusionopolis Way, Symbiosis #13-25 S(138633) [O] 64631795 [F] 6778 5300

Fwd: SPARK SQL update table based on condition

2017-10-27 Thread Suresh Ayyavoo
any comments? -- Forwarded message -- From: Suresh Ayyavoo Date: Tue, Oct 17, 2017 at 4:40 PM Subject: SPARK SQL update table based on condition To: users@zeppelin.apache.org Hi All, Senario: update existing row based on column value in a table, this is how it's done in

Re: OpenAM LDAP integration with Zeppelin

2017-10-31 Thread Suresh Ayyavoo
youl Lee wrote: > >> Hi, >> >> I'm not an expert of LDAP and Shiro, AFAIK, currently, Shiro doesn't >> support group-related things on LDAP. >> >> I knew a reference to use LDAP in Zeppelin by setting all groups manually. >> >> Hope this

Re: OpenAM LDAP integration with Zeppelin

2017-10-31 Thread Suresh Ayyavoo
n by setting all groups manually. > > Hope this help, > Jongyoul Lee > > On Tue, Oct 17, 2017 at 5:13 PM, Suresh Ayyavoo > wrote: > >> Hi All, >> >> Who have integrated OpenAM LDAP with Zeppelin0.7.2? >> The group are not honoured in zeppelin roles?Any i