1
0

[HUDI-430] Adding InlineFileSystem to support embedding any file format as an InlineFile (#1176)

* Adding InlineFileSystem to support embedding any file format (parquet, hfile, etc). Supports reading the embedded file using respective readers.
This commit is contained in:
Sivabalan Narayanan
2020-03-28 12:13:35 -04:00
committed by GitHub
parent 04449f33fe
commit ac73bdcdc3
12 changed files with 1460 additions and 7 deletions

View File

@@ -183,6 +183,7 @@
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<version>${hbase.version}</version>
</dependency>
<!-- Hoodie - Tests -->