Re: Running continuously on yarn with kerberos

2015-10-27 Thread Niels Basjes
Hi, Thanks for your feedback. So I guess I'll have to talk to the security guys about having special kerberos ticket expiry times for these types of jobs. Niels Basjes On Fri, Oct 23, 2015 at 11:45 AM, Maximilian Michels wrote: > Hi Niels, > > Thank you for your question. Flink relies entirely

compile flink-gelly-scala using sbt

2015-10-27 Thread Le Quoc Do
Hi, I try to compile flink-gelly-scala using sbt. However, I got the following error: *error] /home/ubuntu/git/flink-learning/flink-gelly-scala/src/main/scala/org/apache/flink/graph/scala/Graph.scala:42: value getJavaEnv is not a member of org.apache.flink.api.scala.ExecutionEnvironment* *[error]

Re: Running continuously on yarn with kerberos

2015-10-27 Thread Maximilian Michels
Hi Niels, You're welcome. Some more information on how this would be configured: In the kdc.conf, there are two variables: max_life = 2h 0m 0s max_renewable_life = 7d 0h 0m 0s max_life is the maximum life of the current ticket. However, it may be renewed up to a time span of max

Re: compile flink-gelly-scala using sbt

2015-10-27 Thread Vasiliki Kalavri
Hi Do, I don't really have experience with sbt, but one thing that might cause problems is that your dependencies point to Flink 0.9.1 and gelly-scala wasn't part of that release. You can either try to use the 0.10-SNAPSHOT or wait a few days for the 0.10 release. Cheers, -Vasia. On 27 October 2