Re: Belief propagation algorithm is open sourced

2016-12-14 Thread Bryan Cutler
I'll check it out, thanks for sharing Alexander! On Dec 13, 2016 4:58 PM, "Ulanov, Alexander" wrote: > Dear Spark developers and users, > > > HPE has open sourced the implementation of the belief propagation (BP) > algorithm for Apache Spark, a popular message passing algorithm for > performing

Re: Why is there no flatten method on RDD?

2016-12-14 Thread Bryan Cutler
Hi Tarun, I think there just hasn't been a strong need for it when you can accomplish the same with just rdd.flatMap(identity). I see a JIRA was just opened for this https://issues.apache.org/jira/browse/SPARK-18855 On Mon, Dec 5, 2016 at 2:55 PM, Tarun Kumar wrote: > Hi, > > Although a flatMa

can we unite the UI among different standaone clusters' UI?

2016-12-14 Thread John Fang
As we know, each standaone cluster has itself UI. Then we will have more than one UI if we have many standalone cluster. How can I only have a UI which can access different standaone clusters?