Re: sampling function

2016-07-13 Thread Le Quoc Do
rs could make a better fit in the > ML > > library and not in the core API but I am not very familiar with the > > milestones there. > > Maybe the maintainers of the batch ML library could check if sampling > > techniques could be useful there I guess. > > > > Pa

Re: sampling function

2016-07-11 Thread Le Quoc Do
stable @Public interface. DataSetUtils is marked > > > @PublicEvolving which is intended for public use, has stable behavior, > > but > > > method signatures may change. It's also good to limit DataSet to common > > > methods whereas the utility methods tend

sampling function

2016-07-09 Thread Le Quoc Do
Hi all, I'm working on approximate computing using sampling techniques. I recognized that Flink supports the sample function for Dataset (org/apache/flink/api/java/utils/DataSetUtils.java). I'm just wondering why you didn't merge the function to org/apache/flink/api/java/DataSet.java since the sam

Re: compile flink-gelly-scala using sbt

2015-10-28 Thread Le Quoc Do
Env))* * }* == Le Quoc Do Dresden University of Technology Faculty of Computer Science Institute for System Architecture Systems Engineering Group 01062 Dresden E-Mail: d...@se.inf.tu-dresden.de On Wed, Oct 28, 2015 at 4:41 PM, Theodore Vasiloudis < theodoros.vasilou...@gmail.com> wrote:

Re: compile flink-gelly-scala using sbt

2015-10-28 Thread Le Quoc Do
: org.apache.flink.api.scala.ExecutionEnvironment.getJavaEnv()Lorg/apache/flink/api/java/ExecutionEnvironment; at org.apache.flink.graph.scala.Graph$.fromDataSet(Graph.scala:53)* any suggestions? Thanks, Do == Le Quoc Do Dresden University of Technology Faculty of Computer Science Institute

compile flink-gelly-scala using sbt

2015-10-27 Thread Le Quoc Do
ot;org.apache.flink" % "flink-scala" % "0.9.1", "org.apache.flink" % "flink-clients" % "0.9.1", "org.apache.flink" % "flink-gelly" % "0.9.1")* *fork in run := true* Do you know how to fix this problem? Thanks, Do