Hi, Your mileage varies so to speak.Whether or not the data you use to analyze in Spark through RStudio will be seen by Spark's back-end depends on how you deploy Spark and RStudio. If you are deploying Spark and RStudio on your own premises or in a private cloud environment, then the data you use will only be accessible to the roles that have access to your environment. However, if you are using a managed Spark service such as Google Dataproc or Amazon EMR etc, then the data you use may be accessible to Spark's back-end. This is because managed Spark services typically store your data on their own servers. Try using encryption combined with RBAC (who can access what), to protect your data privacy. Also beware of security risks associated with third-party libraries if you are deploying them.
HTH Mich Talebzadeh, Distinguished Technologist, Solutions Architect & Engineer London United Kingdom view my Linkedin profile <https://www.linkedin.com/in/mich-talebzadeh-ph-d-5205b2/> https://en.everybodywiki.com/Mich_Talebzadeh *Disclaimer:* Use it at your own risk. Any and all responsibility for any loss, damage or destruction of data or any other property which may arise from relying on this email's technical content is explicitly disclaimed. The author will in no case be liable for any monetary damages arising from such loss, damage or destruction. On Thu, 2 Nov 2023 at 22:46, Jauru Lin <gctmi...@gmail.com> wrote: > Hello all, > > I have a question about Apache Spark, > I would like to ask if I use Rstudio to connect to Spark to analyze data, > will the data I use be seen by Spark's back-end personnel? > > Hope someone can solve my problem. > Thanks! >