0
  • I am developing a connector for Apache Flink. Within this connector, I have embedded a third-party API that is responsible to communicate with some system services installed on the node. These system services are belong to the root user.
  • How can I run Apache Flink jobs that use my connector and allow these jobs root permissions in order for the connector to be able to use the embedded API?
  • I am running CentOS 7

Thanks in advance

1 Answer 1

1

If you start your Flink cluster with root privileges, then your job should be executed with root privileges as well. However, I wouldn't really recommend this because this will allow your Flink job to basically change everything on your nodes.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.