rvesse commented on a change in pull request #23546: [SPARK-23153][K8s] Support
client dependencies with a HCFS
URL: https://github.com/apache/spark/pull/23546#discussion_r249403231
##########
File path: core/src/main/scala/org/apache/spark/util/Utils.scala
##########
@@ -714,6 +714,24 @@ private[spark] object Utils extends Logging {
}
}
+ /**
+ * Upload a file to a Hadoop-compatible filesystem.
+ *
+ */
+ def uploadHcfsFile(
Review comment:
Note the second link, the notion of Hadoop compatibility is covered in
current Hadoop documentation for all maintained branches:
- 3.1.x -
https://hadoop.apache.org/docs/r3.1.1/hadoop-project-dist/hadoop-common/filesystem/introduction.html#Core_Expectations_of_a_Hadoop_Compatible_FileSystem
- 2.9.x -
https://hadoop.apache.org/docs/r2.9.2/hadoop-project-dist/hadoop-common/filesystem/introduction.html#Core_Expectations_of_a_Hadoop_Compatible_FileSystem
- 2.8.x -
https://hadoop.apache.org/docs/r2.8.5/hadoop-project-dist/hadoop-common/filesystem/introduction.html#Core_Expectations_of_a_Hadoop_Compatible_FileSystem
- 2.7.x -
https://hadoop.apache.org/docs/r2.7.7/hadoop-project-dist/hadoop-common/filesystem/introduction.html#Core_Expectations_of_a_Hadoop_Compatible_FileSystem
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]