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
Anyone has trouble with problems since the Spark Job includes many write and file rename operators (org.apache.hadoop.fs.rename). This situation made the lineage correct. Please help me if you have faced this.
My current approach is to implement a mapping job by using Hadoop audit logs(contains org.apache.hadoop.fs.rename``) to correct Spline's write/read operators`
The text was updated successfully, but these errors were encountered:
Hi Folks,
Anyone has trouble with problems since the Spark Job includes many write and file rename operators (
org.apache.hadoop.fs.rename
). This situation made the lineage correct. Please help me if you have faced this.Context:
My case:
My current approach is to implement a mapping job by using Hadoop audit logs(contains
org.apache.hadoop.fs.rename``) to correct Spline's
write/read operators`The text was updated successfully, but these errors were encountered: