Re: [DISCUSS]Problem when submit_user and execute_user are not equal

2022-02-14 Thread Shuai Di
"Because FsRestfulApi obtains files using submitter, if you want to determine part of the file to be executor, you will have to change a lot and rely on "get Executor API ". My opinion is: can I add admin user in FsRestfulApi? WorkSpaceConfiguration. FILESYSTEM_LOG_ADMIN "reads the log and data swi

Re: [DISCUSS]Problem when submit_user and execute_user are not equal

2022-02-14 Thread peacewong
+1 Support for proxy execution is an important feature 朱辉 于2022年2月14日周一 16:28写道: > When the job is submitted as “execute_user”, it will encounter the > following problems: > > 1. the class “LabelCheckInterceptor” determines whether the submitter and > the executor are equal > > 2. The job l

[DISCUSS]Problem when submit_user and execute_user are not equal

2022-02-14 Thread 朱辉
When the job is submitted as “execute_user”, it will encounter the following problems: 1. the class “LabelCheckInterceptor” determines whether the submitter and the executor are equal 2. The job log will be created by default with submitter, and the data will be created with executor by defa