Re: Creating RDD using swebhdfs with truststore

2016-09-04 Thread Denis Bolshakov
Hello, I would also set java opts for driver. Best regards, Denis 4 Сен 2016 г. 0:31 пользователь "Sourav Mazumder" < sourav.mazumde...@gmail.com> написал: > Hi, > > I am trying to create a RDD by using swebhdfs to a remote hadoop cluster > which is protected by Knox and uses SSL. > > The code

Creating RDD using swebhdfs with truststore

2016-09-03 Thread Sourav Mazumder
Hi, I am trying to create a RDD by using swebhdfs to a remote hadoop cluster which is protected by Knox and uses SSL. The code looks like this - sc.textFile("swebhdfs:/host:port/gateway/default/webhdfs/v1/").count. I'm passing the truststore and trustorepassword through extra java options