Re: compile flink-gelly-scala using sbt

2015-10-28 Thread Vasiliki Kalavri
>>>> >>>> import org.apache.flink.api.scala._ >>>> >>>> ? >>>> >>>> >>>> On Tue, Oct 27, 2015 at 8:45 PM, Vasiliki Kalavri < >>>> vasilikikala...@gmail.com> wrote: >>>> >>>>&g

Re: compile flink-gelly-scala using sbt

2015-10-28 Thread Le Quoc Do
> On Tue, Oct 27, 2015 at 8:45 PM, Vasiliki Kalavri < >>> vasilikikala...@gmail.com> wrote: >>> >>>> Hi Do, >>>> >>>> I don't really have experience with sbt, but one thing that might cause >>>> problems is that your d

Re: compile flink-gelly-scala using sbt

2015-10-28 Thread Theodore Vasiloudis
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. >>> >>

Re: compile flink-gelly-scala using sbt

2015-10-28 Thread Le Quoc Do
hing 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. >> >>

Re: compile flink-gelly-scala using sbt

2015-10-28 Thread Theodore Vasiloudis
Do wrote: > >> 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: >> valu

Re: compile flink-gelly-scala using sbt

2015-10-27 Thread Vasiliki Kalavri
27 October 2015 at 18:05, Le Quoc Do wrote: > 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: > v

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