You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# permissions for the classpath-related files when they are in their own directory. An example of where
79
82
# this is helpful is when using container images which might have predefined permissions for certain
80
83
# directories.
84
+
85
+
# FIXME(SAMZA-2804): CLASSPATH_WORKSPACE_DIR is shared among all containers running on the host when using samza-yarn.
86
+
# Using the same path for all containers running on the host for manifest.txt and pathing.jar is a race condition.
87
+
# e.g. "/<hadoop dir>/usercache/<linux account>/appcache/application_1745893616511_0059/container_e64_1745893616511_0059_01_002027/__package/classpath_workspace/pathing.jar"
0 commit comments