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
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
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?