RE: Spark Integration Patterns

2016-02-29 Thread skaarthik oss
Check out http://toree.incubator.apache.org/. It might help with your need. From: moshir mikael [mailto:moshir.mik...@gmail.com] Sent: Monday, February 29, 2016 5:58 AM To: Alex Dzhagriev Cc: user Subject: Re: Spark Integration Patterns Thanks, will check too, however : just want to use

RE: Spark with .NET

2016-02-09 Thread skaarthik oss
Arko – you could use the following links to get started with SparkCLR API and use C# with Spark for DataFrame processing. If you need the support for interactive scenario, please feel free to share your scenario and requirements to the SparkCLR project. Interactive scenario is one of the focus a

how to reference aggregate columns

2015-12-09 Thread skaarthik oss
I am trying to process an aggregate column. The name of the column is "SUM(clicks)" which is automatically assigned when I use SUM operator on a column named "clicks". I am trying to find the max value in this aggregated column. However, using max operator on this aggregated columns results in pars