Spark context for the thrift server

我怕爱的太早我们不能终老 提交于 2019-12-13 06:07:48

问题


Does every jdbc connection to apache spark thrift server create a seperate spark context? If the answer is "No", how to create a seperate spark context for every JDBC connection to thrift server.


回答1:


The Spark Context in thrift server is just one. Spark Thrift server is not suitable for high concurrent application access.



来源:https://stackoverflow.com/questions/33175356/spark-context-for-the-thrift-server

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