aboutsummaryrefslogtreecommitdiff
path: root/other/java
AgeCommit message (Collapse)AuthorFilesLines
2020-10-18HCFS: 1.5.1Chris Lu7-7/+7
2020-10-18Hadoop: more accurate block sizeChris Lu4-6/+18
2020-10-18Merge pull request #28 from chrislusf/masterhilimd1-0/+13
sync
2020-10-15s3: avoid duplicated bucketChris Lu1-0/+13
2020-10-14Merge pull request #26 from chrislusf/masterhilimd8-10/+10
sync
2020-10-12Merge pull request #1524 from ↵Chris Lu1-1/+1
chrislusf/dependabot/maven/other/java/s3copier/junit-junit-4.13.1 Bump junit from 3.8.1 to 4.13.1 in /other/java/s3copier
2020-10-12upgrade junit to 4.13.1Chris Lu2-2/+2
2020-10-12Bump junit from 3.8.1 to 4.13.1 in /other/java/s3copierdependabot[bot]1-1/+1
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/commits/r4.13.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12Hadoop 1.5.0Chris Lu7-7/+7
2020-10-12Merge pull request #25 from chrislusf/masterhilimd8-10/+16
sync
2020-10-11Hadoop: printout the entry creation error messageChris Lu1-2/+8
2020-10-11fix loggingChris Lu1-1/+1
2020-10-10Hadoop client: 1.4.9Chris Lu7-7/+7
2020-10-10Merge pull request #24 from chrislusf/masterhilimd7-30/+54
sync
2020-10-10Hadoop: remove unused variable bufferSizeChris Lu6-20/+10
2020-10-10adjust throwing exceptionChris Lu1-1/+2
2020-10-10adjust loggingChris Lu1-2/+2
2020-10-10adjust throwing exceptionChris Lu1-3/+3
2020-10-10Hadoop: fix reading file tailChris Lu1-8/+14
2020-10-10Hadoop: add exponential back off for failed readsChris Lu1-3/+30
2020-10-10Merge pull request #23 from chrislusf/masterhilimd8-12/+9
sync
2020-10-10hdfs: Hadoop on SeaweedFS: create empty filelimd1-8/+3
2020-09-27HCFS: 1.4.82.01Chris Lu7-7/+7
2020-09-25Hadoop on SeaweedFS: create empty fileChris Lu2-10/+4
fix https://github.com/chrislusf/seaweedfs/issues/1494
2020-09-26hadoop: filesystem cannot create filelimd1-0/+2
issues: https://github.com/chrislusf/seaweedfs/issues/1494
2020-09-24switch hardlink id from int64 to bytesChris Lu1-1/+1
2020-09-24hardlink works nowChris Lu1-0/+2
2020-09-17filer report metrics configurationChris Lu1-0/+2
2020-09-161.4.7 hdfs configurable fs.seaweed.buffer.sizeChris Lu9-35/+37
2020-09-09filer: cross cluster synchronizationChris Lu1-0/+22
2020-09-05read filer signatureChris Lu1-0/+1
2020-08-28add signatures to messages to avoid double processingChris Lu1-0/+5
2020-08-16generated filesChris Lu1-0/+182
2020-08-16Hadoop HCFS 1.4.6 random access fileChris Lu7-7/+7
2020-08-16same logic for reading random access files from GoChris Lu5-18/+53
2020-08-16add for testingChris Lu39-4916/+0
2020-08-15make it easy to test randome access fileorigin/random_access_fileChris Lu39-0/+4916
2020-08-091.4.5Chris Lu7-7/+185
change the scope for hadoop depencies to provided
2020-08-03Revert "add read ahead input stream"Chris Lu3-408/+2
This reverts commit b3089dcc8eaf9b1018bab68bb64e4fa3af6f4bd6.
2020-08-03add read ahead input streamChris Lu3-2/+408
2020-08-03fix compilationChris Lu1-2/+1
2020-08-03ensure GCChris Lu1-0/+1
2020-08-02only try to cache chunk manifest chunksChris Lu1-2/+5
2020-08-02decompress after decrypt if necessaryChris Lu2-5/+13
skip any decompress error
2020-08-01Hadoop: 1.4.4Chris Lu8-7/+9
2020-08-01HDFS: read gzip contentChris Lu1-5/+14
2020-08-01fix wrong decompression logicChris Lu1-1/+1
2020-07-29Hadoop file system: 1.4.3Chris Lu13-113/+17
added buffered fs input stream
2020-07-29mirror changes from hdfs2Chris Lu3-2/+51
2020-07-29add buffered seaweed input streamChris Lu2-2/+51