You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Cameron Lee (Jira)" <ji...@apache.org> on 2021/05/03 20:03:00 UTC

[jira] [Created] (SAMZA-2653) Write pathing jar of run-class.sh into its own directory

Cameron Lee created SAMZA-2653:
----------------------------------

             Summary: Write pathing jar of run-class.sh into its own directory
                 Key: SAMZA-2653
                 URL: https://issues.apache.org/jira/browse/SAMZA-2653
             Project: Samza
          Issue Type: Improvement
            Reporter: Cameron Lee
            Assignee: Cameron Lee


Currently, the pathing.jar file used to specify the classpath for run-class.sh is written directly into the top-level working directory of the app. When using container images, there may be some predefined permissions set on the working directory. This may cause permission issues with being able to write the pathing.jar file.

Creating a separate directory for the pathing.jar will make it easier to manage the permissions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)