.net - Apache spark queries through C# -
i wondering if there way can use c# write queries run on apache spark. know spark sql queries can written in java/scala/python. there interface c#?
what trying achieve? if want write programs uses spark apis, out of luck scala,java , python apis exposed. if want query spark storage data can see thriftserver comes spark , pass queries through it. should support jdbc connection (see beeline example in documentation)
Comments
Post a Comment