forked from apache/hudi
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from baisui1981/tis-release-0.10.1
integer hudi with TIS
- Loading branch information
Showing
9 changed files
with
753 additions
and
712 deletions.
There are no files selected for viewing
1,424 changes: 721 additions & 703 deletions
1,424
hudi-common/src/main/java/org/apache/hudi/common/fs/FSUtils.java
Large diffs are not rendered by default.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
hudi-common/src/main/java/org/apache/hudi/common/fs/IExtraHadoopFileSystemGetter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package org.apache.hudi.common.fs; | ||
|
||
import org.apache.hadoop.fs.FileSystem; | ||
|
||
/** | ||
* @author: 百岁([email protected]) | ||
* @create: 2022-03-02 10:46 | ||
**/ | ||
public interface IExtraHadoopFileSystemGetter { | ||
String HUDI_FILESYSTEM_NAME = "hudi_hdfs"; | ||
|
||
FileSystem getHadoopFileSystem(String path); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
mvn install -DskipTests -Pflink-bundle-shade-hive2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters