aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs3/src
AgeCommit message (Expand)AuthorFilesLines
2025-11-25HDFS: Java client replication configuration (#7526)Chris Lu4-92/+121
2025-11-19chore(deps): bump org.apache.hadoop:hadoop-common from 3.2.4 to 3.4.0 in /oth...dependabot[bot]2-0/+469
2025-05-09feature: added ssl support for HCFS (#6699) (#6775)orthoxerox2-4/+5
2022-06-26java 3.13chrislu1-2/+0
2021-09-12change server address from string to a typeChris Lu2-7/+6
2021-02-08refactoring: only expose FilerClient classChris Lu3-15/+13
2021-02-05HCFS: 1.5.9Chris Lu1-1/+1
2021-02-05Java: 1.5.8 additional fixesChris Lu2-2/+9
2021-01-30refactoring SeaweedInputStreamChris Lu3-260/+151
2021-01-30refactoring SeaweedOutputStreamChris Lu3-338/+65
2020-12-03Hadoop: add BufferedByteBufferReadableInputStreamChris Lu3-8/+27
2020-12-02Hadoop: switch to ByteBufferChris Lu2-11/+22
2020-12-01HDFS: implement ByteBufferReadableChris Lu1-2/+10
2020-11-30filer: cache small file to filer storeChris Lu2-1/+8
2020-11-17HCFS:limd1-2/+3
2020-11-05Merge pull request #34 from chrislusf/masterhilimd2-0/+14
2020-11-03HCFS: add close() to SeaweedFileSystem.javaChris Lu2-0/+14
2020-10-26Merge pull request #33 from chrislusf/masterhilimd1-2/+1
2020-10-25renamingChris Lu1-1/+1
2020-10-25HCFS: 1.5.2Chris Lu1-2/+1
2020-10-19Merge pull request #29 from chrislusf/masterhilimd2-3/+9
2020-10-18Hadoop: more accurate block sizeChris Lu2-3/+9
2020-10-10Merge pull request #24 from chrislusf/masterhilimd3-10/+5
2020-10-10Hadoop: remove unused variable bufferSizeChris Lu3-10/+5
2020-10-10hdfs: Hadoop on SeaweedFS: create empty filelimd1-8/+3
2020-09-25Hadoop on SeaweedFS: create empty fileChris Lu1-5/+2
2020-09-26hadoop: filesystem cannot create filelimd1-0/+2
2020-09-161.4.7 hdfs configurable fs.seaweed.buffer.sizeChris Lu1-14/+15
2020-08-16same logic for reading random access files from GoChris Lu2-4/+4
2020-08-03Revert "add read ahead input stream"Chris Lu1-2/+1
2020-08-03add read ahead input streamChris Lu1-1/+2
2020-07-29Hadoop file system: 1.4.3Chris Lu3-53/+5
2020-07-29mirror changes from hdfs2Chris Lu2-1/+50
2020-07-22simplifyChris Lu1-1/+0
2020-07-20remove changing buffer sizeChris Lu3-10/+6
2020-07-20hdfs: support read write chunk manifestChris Lu1-1/+1
2020-07-171.3.9 remove logsChris Lu1-2/+2
2020-07-171.3.8Chris Lu1-6/+29
2020-07-16simplify inputstreamChris Lu6-788/+29
2020-07-161、Add SeaweedFS implementation of Hadoop AbstractFileSystem. The implementa...李明达3-14/+55
2020-07-15reuse bytebufferChris Lu1-57/+30
2020-07-151.3.4Chris Lu1-1/+2
2020-07-15Hadoop: 1.3.3Chris Lu1-19/+29
2020-06-17possibly fix concurrent access to entry object in SeaweedOutputStreamChris Lu1-3/+0
2020-05-24HCFS: 1.2.8 fix hbase related bugsChris Lu1-0/+12
2019-10-08update hdfs clientChris Lu1-1/+1
2019-09-11filer: recursive deletion optionally ignoring any errorsChris Lu1-1/+1
2019-09-03HCFS: working with HBaseChris Lu2-13/+35
2019-09-01HCFS: use latest grpc versions, separate hadoop2 and hadoop3Chris Lu2-21/+1
2019-08-29tmpChris Lu8-0/+2224