提问人:mhdwrk 提问时间:6/25/2016 更新时间:6/25/2016 访问量:1344
Spark 在本地模式下用于生产
Spark in local mode for production
问:
在一个平台上工作,其中大多数数据集都是 json 格式,但几乎不支持查询语言来过滤、连接和......
查看 SparkSQL API 和示例似乎是解决该问题的好办法。考虑到截至目前,我们不需要完整的 Spark 安装,我正在考虑将其嵌入到应用程序中并在本地模式下运行它。有什么想法吗?
答: 暂无答案
评论
Considering that, as of now, we don't need a full-fledged Spark installation I'm considering embedding it in the app and running it in local mode. Any thoughts?