You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/11/26 19:07:32 UTC

[GitHub] [incubator-hudi] zhedoubushishi commented on a change in pull request #1001: [HUDI-325] Fix Hive partition error for updated HDFS Hudi table

zhedoubushishi commented on a change in pull request #1001: [HUDI-325] Fix Hive partition error for updated HDFS Hudi table
URL: https://github.com/apache/incubator-hudi/pull/1001#discussion_r350929256
 
 

 ##########
 File path: hudi-common/src/main/java/org/apache/hudi/common/util/FSUtils.java
 ##########
 @@ -532,6 +532,13 @@ public static Path getPartitionPath(Path basePath, String partitionPath) {
     return ((partitionPath == null) || (partitionPath.isEmpty())) ? basePath : new Path(basePath, partitionPath);
   }
 
+  /**
+   * Get HDFS full partition path (e.g. hdfs://ip-address:8020:/<absolute path>)
+   */
+  public static String getHDFSFullPartitionPath(FileSystem fs, Path partitionPath) {
 
 Review comment:
   Done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services