You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "AshokKuramdasu (via GitHub)" <gi...@apache.org> on 2023/03/15 11:49:51 UTC

[GitHub] [linkis] AshokKuramdasu opened a new issue, #4372: 'proxyUser' should not contain special character '-'

AshokKuramdasu opened a new issue, #4372:
URL: https://github.com/apache/linkis/issues/4372

   ### Before asking
   
   - [X] I have read the [How to ask for help](https://linkis.apache.org/community/how-to-ask-for-help) (我已阅读[如何寻求帮助](https://linkis.apache.org/zh-CN/community/how-to-ask-for-help)指引文档).
   
   
   ### Your environment
   
   - Linkis version used: 1.3.1
   - Environment name and version:
       - jdk1.8.0_77
   
   ### Describe your questions
   
   bin/linkis-cli -submitUser "x-test" -proxyUser "x-test" -engineType python-python2 -codeType python -code 'print("hello, world!")'
   
   =====Java Start Command=====
   exec /data/installations/jdk1.8.0_77/bin/java -server -Xms32m -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/data/installations/apache-linkis-1.3.1-bin/logs/linkis-cli -XX:ErrorFile=/data/installations/apache-linkis-1.3.1-bin/logs/linkis-cli/ps_err_pid%p.log -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=80 -XX:+DisableExplicitGC    -classpath /data/installations/apache-linkis-1.3.1-bin/conf/linkis-cli:/data/installations/apache-linkis-1.3.1-bin/lib/linkis-computation-governance/linkis-client/linkis-cli/*:/data/installations/apache-linkis-1.3.1-bin/lib/linkis-commons/public-module/*: -Dconf.root=/data/installations/apache-linkis-1.3.1-bin/conf/linkis-cli -Dconf.file=linkis-cli.properties -Dlog.path=/data/installations/apache-linkis-1.3.1-bin/logs/linkis-cli -Dlog.file=linkis-client.x-test.log.20230315171045174974931  org.apache.linkis.cli.application.LinkisClientApplication '-submitUser x-test -proxyUser x-test -engineType python-python2 -codeType python -
 code print("hello, world!")'
   [INFO] LogFile path: /data/installations/apache-linkis-1.3.1-bin/logs/linkis-cli/linkis-client.s-maasqa.log.20230315171045174974931
   [INFO] User does not provide usr-configuration file. Will use default config
   [ERROR] VLD0008,Validation failed: LinkisJob validation failed. Reason: 'proxyUser' should not contain special character '-'
   
   ############Execute Error!!!########
   
   
   
   ### Eureka service list
   
   _No response_
   
   ### Some logs info or acctch file
   
   bin/linkis-cli -submitUser "x-test" -proxyUser "x-test" -engineType python-python2 -codeType python -code 'print("hello, world!")'
   
   =====Java Start Command=====
   exec /data/installations/jdk1.8.0_77/bin/java -server -Xms32m -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/data/installations/apache-linkis-1.3.1-bin/logs/linkis-cli -XX:ErrorFile=/data/installations/apache-linkis-1.3.1-bin/logs/linkis-cli/ps_err_pid%p.log -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=80 -XX:+DisableExplicitGC    -classpath /data/installations/apache-linkis-1.3.1-bin/conf/linkis-cli:/data/installations/apache-linkis-1.3.1-bin/lib/linkis-computation-governance/linkis-client/linkis-cli/*:/data/installations/apache-linkis-1.3.1-bin/lib/linkis-commons/public-module/*: -Dconf.root=/data/installations/apache-linkis-1.3.1-bin/conf/linkis-cli -Dconf.file=linkis-cli.properties -Dlog.path=/data/installations/apache-linkis-1.3.1-bin/logs/linkis-cli -Dlog.file=linkis-client.x-test.log.20230315171045174974931  org.apache.linkis.cli.application.LinkisClientApplication '-submitUser x-test -proxyUser x-test -engineType python-python2 -codeType python -
 code print("hello, world!")'
   [INFO] LogFile path: /data/installations/apache-linkis-1.3.1-bin/logs/linkis-cli/linkis-client.s-maasqa.log.20230315171045174974931
   [INFO] User does not provide usr-configuration file. Will use default config
   [ERROR] VLD0008,Validation failed: LinkisJob validation failed. Reason: 'proxyUser' should not contain special character '-'
   
   ############Execute Error!!!########
   
   


-- 
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: notifications-unsubscribe@linkis.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [linkis] casionone commented on issue #4372: 'proxyUser' should not contain special character '-'

Posted by "casionone (via GitHub)" <gi...@apache.org>.
casionone commented on issue #4372:
URL: https://github.com/apache/linkis/issues/4372#issuecomment-1470319478

   -submitUser submitted user
   -proxyUser specifies the proxy user to execute your code on the Linkis server side optional default submitUser
   
   The user must be a system user that exists on the linux machine
   
   ```
   -submitUser  提交的用户
   -proxyUser  指定在 Linkis 服务器端执行您的代码的代理用户
   ```


-- 
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: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [linkis] github-actions[bot] commented on issue #4372: 'proxyUser' should not contain special character '-'

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4372:
URL: https://github.com/apache/linkis/issues/4372#issuecomment-1469862713

   ## :blush:  Welcome to the Apache Linkis community!!
   We are glad that you are contributing by opening this issue.
   
   Please make sure to include all the relevant context.
   We will be here shortly.
   
   If you are interested in contributing to our website project, please let us know!
   You can check out our contributing guide on
    :point_right:  [How to Participate in Project Contribution](https://linkis.apache.org/community/how-to-contribute).
   
   
   ### Community
   
   |WeChat Assistant|WeChat Public Account|
   |-|-|
   |<img src="https://linkis.apache.org/Images/wedatasphere_contact_01.png" width="128"/>|<img src="https://linkis.apache.org/Images/gzh_01.png" width="128"/>|
   
   
   ### Mailing Lists
   |Name|Description|Subscribe|Unsubscribe|Archive|
   |:-----|:--------|:------|:-------|:-----|
   | [dev@linkis.apache.org](mailto:dev@linkis.apache.org) | community activity information | [subscribe](mailto:dev-subscribe@linkis.apache.org) | [unsubscribe](mailto:dev-unsubscribe@linkis.apache.org) | [archive](http://mail-archives.apache.org/mod_mbox/linkis-dev) |


-- 
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: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org


[GitHub] [linkis] peacewong closed issue #4372: 'proxyUser' should not contain special character '-'

Posted by "peacewong (via GitHub)" <gi...@apache.org>.
peacewong closed issue #4372: 'proxyUser' should not contain special character '-'
URL: https://github.com/apache/linkis/issues/4372


-- 
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: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org