EclairJS / eclairjs-nashorn

JavaScript API for Apache Spark
Apache License 2.0
94 stars 11 forks source link

Implement GroupedDataset API at spark 1.6.0 #105

Open billreed63 opened 8 years ago

billreed63 commented 8 years ago

We are not currently supporting Datasets as a strongly typed Object is not a good fit for JavaScript

billreed63 commented 8 years ago

This will be needed for Spark 2.0 DataFrames replaced with Datasets,Row> #204