aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs2
AgeCommit message (Collapse)AuthorFilesLines
2020-09-25Hadoop on SeaweedFS: create empty fileChris Lu1-5/+2
fix https://github.com/chrislusf/seaweedfs/issues/1494
2020-09-161.4.7 hdfs configurable fs.seaweed.buffer.sizeChris Lu3-16/+17
2020-08-16Hadoop HCFS 1.4.6 random access fileChris Lu2-2/+2
2020-08-16same logic for reading random access files from GoChris Lu2-4/+4
2020-08-091.4.5Chris Lu2-2/+178
change the scope for hadoop depencies to provided
2020-08-03Revert "add read ahead input stream"Chris Lu1-2/+1
This reverts commit b3089dcc8eaf9b1018bab68bb64e4fa3af6f4bd6.
2020-08-03add read ahead input streamChris Lu1-1/+2
2020-08-01Hadoop: 1.4.4Chris Lu2-2/+2
2020-07-29Hadoop file system: 1.4.3Chris Lu5-55/+7
added buffered fs input stream
2020-07-29mirror changes from hdfs2Chris Lu1-1/+1
2020-07-29add buffered seaweed input streamChris Lu2-2/+51
2020-07-22HCFS: 1.4.1Chris Lu2-2/+2
2020-07-22simplifyChris Lu1-1/+0
2020-07-20HCFS: 1.4.0Chris Lu2-2/+2
2020-07-20remove changing buffer sizeChris Lu2-6/+3
2020-07-20hdfs: support read write chunk manifestChris Lu2-5/+4
2020-07-171.3.9 remove logsChris Lu3-4/+4
2020-07-171.3.8Chris Lu2-6/+6
2020-07-17async copyChris Lu1-6/+29
2020-07-16Hadoop: 1.3.6Chris Lu2-2/+2
2020-07-16simplify inputstreamChris Lu6-788/+29
2020-07-16copy changes to hadoop2Chris Lu3-15/+56
2020-07-15reuse bytebufferChris Lu3-60/+32
2020-07-151.3.4Chris Lu2-2/+2
2020-07-15Hadoop: 1.3.3Chris Lu3-13/+30
improve memory efficiency
2020-07-121.3.2Chris Lu2-2/+2
2020-07-111.3.0Chris Lu2-2/+2
* add option to include last entry *
2020-06-18HCFS: 1.2.9 fix concurrent modificationChris Lu2-2/+2
2020-06-17possibly fix concurrent access to entry object in SeaweedOutputStreamChris Lu1-3/+0
2020-05-24HCFS: 1.2.8 fix hbase related bugsChris Lu3-2/+14
1. SeaweedFileSystem.listStatus need to work with file also 2. SeaweedRead readChunkView has wrong len
2020-04-26HCFS 1.2.7Chris Lu2-2/+2
2020-03-29HDFS: 1.2.6Chris Lu2-2/+2
2020-03-14HDFS support encrypted data storageChris Lu2-2/+2
2019-12-14HCFS: release 1.2.4Chris Lu2-2/+2
2019-10-11HCFS: 1.2.3Chris Lu2-2/+10
shade org.apache.http in https://github.com/chrislusf/seaweedfs/issues/1080
2019-10-11HCFS: 1.22Chris Lu2-2/+2
fix put gives java.lang.NoSuchFieldError: INSTANCE related to Cloudera CDH Hadoop https://github.com/chrislusf/seaweedfs/issues/1080
2019-10-09HCFS: avoid possible jar problemChris Lu2-2/+2
2019-10-08update hdfs clientChris Lu3-3/+3
2019-09-11filer: recursive deletion optionally ignoring any errorsChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/1062
2019-09-03HCFS: 1.1.6Chris Lu2-2/+2
2019-09-03HCFS: working with HBaseChris Lu2-12/+34
2019-09-01HCFS: avoid verbose file not found exception stack traceChris Lu2-2/+2
2019-09-01HCFS: use latest grpc versions, separate hadoop2 and hadoop3Chris Lu4-27/+7
2019-08-29tmpChris Lu10-0/+2460