• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Spark SQL Without a Spark Server

 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm contemplating using Spark SQL for some of my data needs. I have a Python codebase that uses the Pandas library. I guess if I were to migrate that to a Scala codebase, I need something similiar to Pandas and I guess Spark SQL could be that. Now my question is, can I use Spark SQL without a Spark server? If yes, then I see Spark SQL as an alternative to Pandas. If not can anyone suggest me some good library to work with a Pandas kind of a library in Scala?
 
reply
    Bookmark Topic Watch Topic
  • New Topic