InitialDLab/Simba

Using Simba SQL expressions on Spark 2.1

Opened this issue · 3 comments

Hi guys,

Am I correct in understanding that it's currently not possible to use Simba SQL mode on a Spark 2.1 cluster? I'm much more comfortable using Spark SQL than scala, so would love to hear how you guys are going in migrating this feature.

Thanks!

Thanks, I appreciate that!
I'll start experimenting with the example code you've put up in the mean time. Is any overview available of all functions with their purpose and required parameters?
Cheers,
Gilles

Sorry for late response. I think the best way is to refer the DataFrame or DataSet API. I believe most of them are already in the examples located in the example source folder.