Is it possible for a spark job on bluemix to access other users spark job files?

廉价感情. 提交于 2020-01-06 23:49:35

问题


A common approach for connecting to third party systems from spark is to provide the credentials for the systems in a properties file that is passed to the spark script. However, this raises some questions about security.

Is it possible for a spark job running on bluemix to access files from other users spark jobs? I'm guessing that it was a design goal that this must not be possible, but it would be good to verify this.

I asked a similar question to this one, but the other question focuses on the security of passing credentials to the spark script as arguments to the script.

This question asks a similar question to this one, but is asking for security best practice.


回答1:


For the Bluemix Apache Spark service, each provisioned spark service instance is a tenant. Each tenant is isolated from all other tenants. Spark jobs of a given tenant cannot access files or memory of any other tenant.



来源:https://stackoverflow.com/questions/37457145/is-it-possible-for-a-spark-job-on-bluemix-to-access-other-users-spark-job-files

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