Using SparkR and Sparklyr simultaneously

两盒软妹~` 提交于 2019-11-29 14:30:40

These two packages use different mechanisms and are not designed for interoperability. Their internals are designed in different ways, and don't expose JVM backend in the same manner.

While one could think of some solution that would allow for partial data sharing (using global temporary views comes to mind) with persistent metastore, it would have rather limited applications.

If you need both I'd recommend separating your pipeline into multiple steps, and passing data between these, using persistent storage.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!