aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs3
AgeCommit message (Collapse)AuthorFilesLines
2020-10-18HCFS: 1.5.1Chris Lu2-2/+2
2020-10-18Hadoop: more accurate block sizeChris Lu2-3/+9
2020-10-14Merge pull request #26 from chrislusf/masterhilimd2-2/+2
sync
2020-10-12Hadoop 1.5.0Chris Lu2-2/+2
2020-10-12Merge pull request #25 from chrislusf/masterhilimd2-2/+2
sync
2020-10-10Hadoop client: 1.4.9Chris Lu2-2/+2
2020-10-10Merge pull request #24 from chrislusf/masterhilimd3-10/+5
sync
2020-10-10Hadoop: remove unused variable bufferSizeChris Lu3-10/+5
2020-10-10Merge pull request #23 from chrislusf/masterhilimd2-2/+2
sync
2020-10-10hdfs: Hadoop on SeaweedFS: create empty filelimd1-8/+3
2020-09-27HCFS: 1.4.82.01Chris Lu2-2/+2
2020-09-25Hadoop on SeaweedFS: create empty fileChris Lu1-5/+2
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-161.4.7 hdfs configurable fs.seaweed.buffer.sizeChris Lu3-16/+17
2020-08-16generated filesChris Lu1-0/+182
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/+4
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 Lu2-1/+50
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 Lu3-10/+6
2020-07-20hdfs: support read write chunk manifestChris Lu1-1/+1
2020-07-171.3.9 remove logsChris Lu3-6/+6
2020-07-171.3.8Chris Lu3-10/+33
2020-07-16Hadoop: 1.3.6Chris Lu2-2/+2
2020-07-16simplify inputstreamChris Lu6-788/+29
2020-07-161、Add SeaweedFS implementation of Hadoop AbstractFileSystem. The ↵李明达3-14/+55
implementation delegates to the existing SeaweedFS FileSystem and is only necessary for use with Hadoop 2.x/3.x. Configuration example in Hadoop core-site.xml file: <property> <name>fs.AbstractFileSystem.seaweedfs.impl</name> <value>seaweed.hdfs.SeaweedAbstractFileSystem</value> </property> 2、Fix hiveserver2 startup NullPointerException
2020-07-15reuse bytebufferChris Lu3-59/+32
2020-07-151.3.4Chris Lu3-3/+4
2020-07-15Hadoop: 1.3.3Chris Lu3-21/+31
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