Re: Spark with .NET

2016-02-09 Thread Arko Provo Mukherjee
t;> *Sent:* Tuesday, February 9, 2016 1:31 PM >> *To:* Ted Yu ; Bryan Jeffrey < >> bryan.jeff...@gmail.com> >> *Cc:* Arko Provo Mukherjee ; user < >> user@spark.apache.org> >> >> *Subject:* Re: Spark with .NET >> >> >> >> Th

Re: Spark with .NET

2016-02-09 Thread Ted Yu
bruary 9, 2016 1:31 PM > *To:* Ted Yu ; Bryan Jeffrey > > *Cc:* Arko Provo Mukherjee ; user < > user@spark.apache.org> > > *Subject:* Re: Spark with .NET > > > > That’s just a .NET assembly (not related to Spark DataSets) but doesn’t > look like they’re actu

RE: Spark with .NET

2016-02-09 Thread skaarthik oss
Yu ; Bryan Jeffrey Cc: Arko Provo Mukherjee ; user Subject: Re: Spark with .NET That’s just a .NET assembly (not related to Spark DataSets) but doesn’t look like they’re actually using it. It’s typically a default reference pulled in by the project templates. The code though is

Re: Spark with .NET

2016-02-09 Thread Silvio Fiorito
/System.Data.DataSetExtensions From: Ted Yu mailto:yuzhih...@gmail.com>> Date: Tuesday, February 9, 2016 at 3:56 PM To: Bryan Jeffrey mailto:bryan.jeff...@gmail.com>> Cc: Arko Provo Mukherjee mailto:arkoprovomukher...@gmail.com>>, user mailto:user@spark.apache.org>> Subject: Re: Spark wi

Re: Spark with .NET

2016-02-09 Thread Ted Yu
Looks like they have some system support whose source is not in the repo: FYI On Tue, Feb 9, 2016 at 12:17 PM, Bryan Jeffrey wrote: > Arko, > > Check this out: https://github.com/Microsoft/SparkCLR > > This is a Microsoft authored C# language binding for Spark. > > Regards, > > Bryan Jeffr

Re: Spark with .NET

2016-02-09 Thread Bryan Jeffrey
Arko, Check this out: https://github.com/Microsoft/SparkCLR This is a Microsoft authored C# language binding for Spark. Regards, Bryan Jeffrey On Tue, Feb 9, 2016 at 3:13 PM, Arko Provo Mukherjee < arkoprovomukher...@gmail.com> wrote: > Doesn't seem to be supported, but thanks! I will probabl

Re: Spark with .NET

2016-02-09 Thread Arko Provo Mukherjee
Doesn't seem to be supported, but thanks! I will probably write some .NET wrapper in my front end and use the java api in the backend. Warm regards Arko On Tue, Feb 9, 2016 at 12:05 PM, Ted Yu wrote: > This thread is related: > http://search-hadoop.com/m/q3RTtwp4nR1lugin1&subj=+NET+on+Apache+Sp

Re: Spark with .NET

2016-02-09 Thread Ted Yu
This thread is related: http://search-hadoop.com/m/q3RTtwp4nR1lugin1&subj=+NET+on+Apache+Spark+ On Tue, Feb 9, 2016 at 11:43 AM, Arko Provo Mukherjee < arkoprovomukher...@gmail.com> wrote: > Hello, > > I want to use Spark (preferable Spark SQL) using C#. Anyone has any > pointers to that? > > Tha