You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/08/16 07:57:21 UTC

[GitHub] [incubator-linkis] Andywli commented on issue #2798: [Question] When logging in to Scriptis, the root directory does not exist

Andywli commented on issue #2798:
URL: https://github.com/apache/incubator-linkis/issues/2798#issuecomment-1216279339

   
   解决方案:
   	a. 确认linkis-ps-publicservice的conf目录下linkis.properties参数:wds.linkis.filesystem.root.path=file:///tmp/linkis/ 是不是file://开头。
   	b. 确认/tmp/linkis目录下是不是有用户目录,这里的用户是指前端登录用户,比如hadoop用户登录,那么要建立:/tmp/linkis/hadoop目录,如果目录存在确认目录权限登录用户可以操作,如果还是不行可以参考publicservice的报错,错误会说明权限还是路径问题
   
   solution:
   a. Confirm that the linkis.properties parameter in the conf directory of linkis-ps-publicservice: wds.linkis.filesystem.root.path=file:///tmp/linkis/ starts with file://.
   b. Confirm whether there is a user directory in the /tmp/linkis directory. The user here refers to the front-end login user. For example, if the hadoop user logs in, then create the /tmp/linkis/hadoop directory. If the directory exists, confirm the directory permission. The login user can Operation, if it still doesn't work, you can refer to the error report of publicservice, the error will indicate permission or path problem


-- 
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