Package io.openlineage.spark.agent.util
Class RddPathUtils
java.lang.Object
io.openlineage.spark.agent.util.RddPathUtils
Utility class to extract paths from RDD nodes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<org.apache.hadoop.fs.Path>findRDDPaths(org.apache.spark.rdd.RDD rdd)
-
Constructor Details
-
RddPathUtils
public RddPathUtils()
-
-
Method Details
-
findRDDPaths
-