Re: Flink using Yarn on MapR

2016-11-30 Thread Naveen Tirupattur
configuration >>> (core-site) enables security, then the UGI context uses JAAS module to >>> load/login through Kerberos. Looks like in this case, the Hadoop >>> configurations that got loaded somehow has the security enabled and UGI is >>> trying to obtain t

RE: Flink using Yarn on MapR

2016-11-25 Thread Anton Solovev
Sorry, wrong thread -Original Message- From: Anton Solovev [mailto:anton_solo...@epam.com] Sent: Friday, November 25, 2016 7:20 PM To: dev@flink.apache.org Subject: RE: Flink using Yarn on MapR I agree that we should improve RowTypeInfo. But why not to keep it in Scala? In case flink

RE: Flink using Yarn on MapR

2016-11-25 Thread Anton Solovev
om/apache/flink/compare/master...tonycox:FLINK-2186-x) (https://travis-ci.org/tonycox/flink/builds/178846355) -Original Message- From: Maximilian Michels [mailto:m...@apache.org] Sent: Friday, November 25, 2016 6:06 PM To: dev@flink.apache.org Cc: Naveen Tirupattur <ntirupat...@maprtech.com> S

Re: Flink using Yarn on MapR

2016-11-25 Thread Maximilian Michels
g keytab cache. >> >> >> >> -- >> View this message in context: >> http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Flink-using-Yarn-on-MapR-tp14484p14496.html >> Sent from the Apache Flink Mailing List archive. mailing list archive at >> Nabble.com.

Re: Flink using Yarn on MapR

2016-11-24 Thread Maximilian Michels
> > > > -- > View this message in context: > http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Flink-using-Yarn-on-MapR-tp14484p14496.html > Sent from the Apache Flink Mailing List archive. mailing list archive at > Nabble.com.

Re: Flink using Yarn on MapR

2016-11-11 Thread vijikarthi
: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Flink-using-Yarn-on-MapR-tp14484p14496.html Sent from the Apache Flink Mailing List archive. mailing list archive at Nabble.com.

Re: Flink using Yarn on MapR

2016-11-11 Thread Till Rohrmann
Hi Naveen, I could reproduce your problem with the given Hadoop version (2.7.0-mapr-1607). It seems to me as if this version always tries to use Kerberos even though I selected the AuthenticationMethod.SIMPLE (no Kerberos activated). I've also tested it with vanilla Hadoop 2.7.3 and there it

Flink using Yarn on MapR

2016-11-10 Thread Naveen Tirupattur
Hi, I am trying to setup flink with yarn on MapR. I built flink using the following command and build finished successfully. mvn clean install -DskipTests -Pvendor-repos -Dhadoop.version=2.7.0-mapr-1607 -Dhadoop.vendor=MapR Now when I try to start yarn session I am seeing the below error