You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "tisonkun (via GitHub)" <gi...@apache.org> on 2023/04/13 01:02:07 UTC

[GitHub] [incubator-streampark] tisonkun commented on pull request #2557: [Improve] workspace local permission check

tisonkun commented on PR #2557:
URL: https://github.com/apache/incubator-streampark/pull/2557#issuecomment-1506164741

   ```diff
   commit ac85eb42fa8334f294a59a511585b0fc4a9f97d7 (HEAD -> workspace)
   Author: tison <wa...@gmail.com>
   Date:   Thu Apr 13 09:00:46 2023 +0800
   
       local dir = workspace
       
       Signed-off-by: tison <wa...@gmail.com>
   
   diff --git a/deploy/helm/streampark/conf/streampark-console-config/application.yml b/deploy/helm/streampark/conf/streampark-console-config/application.yml
   index 422fd0ae3..714636563 100755
   --- a/deploy/helm/streampark/conf/streampark-console-config/application.yml
   +++ b/deploy/helm/streampark/conf/streampark-console-config/application.yml
   @@ -83,7 +83,7 @@ streampark:
      hadoop-user-name: hdfs
      # local workspace, used to store source code and build dir etc.
      workspace:
   -    local: /opt/streampark_workspace
   +    local: workspace
        remote: hdfs://hdfscluster/streampark   # support hdfs:///streampark/ 、 /streampark 、hdfs://host:ip/streampark/
    
      # remote docker register namespace for streampark
   ```
   
   I guess it's as simple as the patch above. Perhaps you should ensure `streampark.sh` `cd` to `$APP_HOME`. Always the path is resolved against current directory.


-- 
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: issues-unsubscribe@streampark.apache.org

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