Граф коммитов

29 Коммитов

Автор SHA1 Сообщение Дата
Andrew Fogarty b63c08b87a
Upgrade to .NET 6 (#1112) 2023-02-17 16:56:32 -05:00
Steve Suh 6eee234176
Move APIs in Microsoft.Spark.Experimental to Microsoft.Spark (#691) 2020-09-28 18:17:33 -07:00
Terry Kim 333caf229a
Code cleanup suggested by Visual Studio (#666) 2020-09-11 20:20:10 -07:00
Usman Mohammed 01433ca28e
Add more DataFrame operations examples (#599) 2020-07-24 12:46:22 -07:00
JavierAndres 9240bfaf72
Fix AppName in examples to follow Spark naming convention (#548) 2020-06-15 10:47:31 -07:00
Prashanth Govindarajan ce03f09421
Refactor the DataFrame APIs to use the Microsoft.Data.Analysis 0.3.0 (#452) 2020-03-24 17:50:19 -07:00
Eric Erhardt 7bec39818b
Clean up vector UDF examples. (#451) 2020-03-20 16:19:00 -05:00
Prashanth Govindarajan 9275678a6e
VectorUdf with DataFrame + Arrow (#277) 2020-03-06 10:17:22 -08:00
Terry Kim 46e4effc06
C# coding style regarding the use of var keyword. (#417) 2020-02-06 11:51:35 -08:00
Terry Kim f83a1eb6cf
Support .NET Core 3.1 (#291) 2020-01-06 13:17:04 -08:00
Brigit Murtaugh 9a2903628a Samples Revamp: Readme Changes (#322) 2019-12-11 09:08:50 -08:00
Brigit Murtaugh df5bf21c14 Samples Revamp: ML - Streaming Sentiment Analysis (#321) 2019-11-27 11:51:32 -08:00
Brigit Murtaugh ab85f8a9ac [Sample] ML - Batch Sentiment Analysis (#320) 2019-11-16 09:38:33 -08:00
elvaliuliuliu 7fd0a0315d Expose Schema() that takes in StructType (#248) 2019-11-14 13:33:54 -08:00
Brigit Murtaugh c8a0733624 Samples Revamp: Streaming (#319) 2019-11-09 11:59:26 -05:00
Brigit Murtaugh 6ca16afd58 Samples Revamp: Batch - Log Processing (#318) 2019-11-01 20:50:23 -07:00
Brigit Murtaugh c03b600e12 Samples Revamp: Batch - GitHub Projects (#317) 2019-10-31 14:51:18 -07:00
Eric Erhardt 36f7628fad Update Apache.Arrow reference to v0.14. (#167) 2019-07-23 10:41:03 -07:00
Eric Erhardt 815c2a9a3e Implement Grouped Map UDFs (#143) 2019-07-09 15:47:23 -07:00
Steve Suh f1c5b86d84 Update the logic for Microsoft.Spark.Worker path discovery (#134) 2019-06-13 16:04:53 -07:00
Eric Erhardt aa3eb1381d
Fix VS 2017 build (#125)
The VS 2017 F# compiler doesn't like the new AssemblyInformationAttribute added by dotnet/arcade.

Also, rename the signing leg of the build.
2019-05-30 15:16:23 -05:00
Terry Kim a5900532cf
Fix a bug that produces an incorrect JSON for UDF return types. (#114) 2019-05-30 11:47:20 -07:00
Eric Erhardt 0a58c1e7ed
Enable arcade support (#113)
* Copy eng\common from Arcade repo.

* Enable Spark to build using dotnet/arcade

* Update coverlet version to work around bug in older version.

* Fix up test directory lookup for new artifacts location.

* Don't use dummy versions for local dev builds.

* Fix up official build for new output artifacts location

* Rearrange official build

- Set official build id parameter
- Build nuget package on Build leg
- Publish the worker using MSBuild instead of cmd

* Ensure only our .nupkg gets signed and copied, and the .nupkg is placed directly in the Packages folder.

Clean up official build definition.
2019-05-24 08:59:00 -05:00
Terry Kim 098b00fe0b
Fix F# project (Microsoft.Spark.FSharp.Examples) build failure on Linux (#93) 2019-05-06 10:23:46 -07:00
Terry Kim dae0639df4
Update build pipeline to use .NET Core 2.2.105 (#71) 2019-04-30 10:41:12 -07:00
Alessio Franceschelli 649c1928cd Migrated nuspec to csproj and improved packaging (#54) 2019-04-29 11:37:08 -07:00
Ed Elliott af05ef25d4 Port of example python/sql/datasource.py into c# (#58) 2019-04-28 18:56:28 -07:00
Stuart Lang 1589d646ac Make F# example more idiomatic (#46) 2019-04-24 18:06:52 -07:00
dotnet-bot 23ed6cddfb
Initial commit
_   _ _____ _____    __              ____                   _
   | \ | | ____|_   _|  / _| ___  _ __  / ___| _ __   __ _ _ __| | __
   |  \| |  _|   | |   | |_ / _ \| '__| \___ \| '_ \ / _` | '__| |/ /
  _| |\  | |___  | |   |  _| (_) | |     ___) | |_) | (_| | |  |   <
 (_)_| \_|_____| |_|   |_|  \___/|_|    |____/| .__/ \__,_|_|  |_|\_\
                                              |_|
2019-04-23 21:08:44 -07:00