mnuttall commented on PR #186:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/186#issuecomment-1111955950

   Hi @morhidi, after further testing, I only see this problem in a very 
limited situation:
   
   - create a session cluster using a FlinkDeployment with no `spec.job` stanza
   - exec into the cluster pod
   - run bin/sql-client.sh
   - create a TABLE backed by a kafka topic and execute a SELECT against it
   
   At this point, the RBAC error shown above appears inline within the 
sql-client, but no exceptions appear either within the sql-client or the pod 
logs.
   
   However, the Role does not need to be changed in order for the same to work 
on an application cluster with the SQL submitted via the Table API.
   
   Should it be possible to exec into a session cluster's job manager and run 
and submit jobs via the sql-client? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to