linkedin / photon-ml

A scalable machine learning library on Apache Spark
Other
790 stars 185 forks source link

Use Path to create Hadoop FileSystem to support fully qualified HDFS path #483

Closed helloworld1 closed 2 years ago

helloworld1 commented 2 years ago

The FileSystem object should be created from Path object so the URI is captured to support fully qualified HDFS path across the cluster.

helloworld1 commented 2 years ago

See AIAF-1235 for details.