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 available from Mono here: https://github.com/mono/mono/tree/master/mcs/class/System.Data.DataSetExtensions From: Ted Yu <yuzhih...@gmail.com<mailto:yuzhih...@gmail.com>> Date: Tuesday, February 9, 2016 at 3:56 PM To: Bryan Jeffrey <bryan.jeff...@gmail.com<mailto:bryan.jeff...@gmail.com>> Cc: Arko Provo Mukherjee <arkoprovomukher...@gmail.com<mailto:arkoprovomukher...@gmail.com>>, user <user@spark.apache.org<mailto:user@spark.apache.org>> Subject: Re: Spark with .NET Looks like they have some system support whose source is not in the repo: <Reference Include="System.Data.DataSetExtensions" /> FYI On Tue, Feb 9, 2016 at 12:17 PM, Bryan Jeffrey <bryan.jeff...@gmail.com<mailto:bryan.jeff...@gmail.com>> wrote: 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<mailto:arkoprovomukher...@gmail.com>> wrote: 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 <yuzhih...@gmail.com<mailto:yuzhih...@gmail.com>> wrote: 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<mailto:arkoprovomukher...@gmail.com>> wrote: Hello, I want to use Spark (preferable Spark SQL) using C#. Anyone has any pointers to that? Thanks & regards Arko