aboutsummaryrefslogtreecommitdiff
path: root/other/java
AgeCommit message (Collapse)AuthorFilesLines
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
2020-07-29debugChris Lu2-1/+3
2020-07-29cache vid locationsChris Lu2-7/+13
2020-07-29minorChris Lu1-2/+1
2020-07-29enable read cacheChris Lu2-4/+1
2020-07-22HCFS: 1.4.1Chris Lu7-7/+7
2020-07-22HCFS: avoid lock bottleneckChris Lu1-4/+10
2020-07-22simplifyChris Lu3-2/+2
2020-07-20HCFS: 1.4.0Chris Lu7-7/+7
2020-07-20disable ChunkCacheChris Lu1-1/+1
2020-07-20remove changing buffer sizeChris Lu5-16/+9
2020-07-20shared http clientChris Lu1-3/+6
2020-07-20error loggingChris Lu1-1/+2
2020-07-20ensure changing buffer size requirementsChris Lu1-3/+20
2020-07-20before writing and after reading file chunksChris Lu2-21/+61
2020-07-20use 1000 as merge factorChris Lu1-1/+1
2020-07-20hdfs: support read write chunk manifestChris Lu8-33/+180
2020-07-171.3.9 remove logsChris Lu9-13/+13
2020-07-171.3.8Chris Lu8-19/+42
2020-07-17async copyChris Lu1-6/+29
2020-07-16Hadoop: 1.3.6Chris Lu7-7/+7
2020-07-16reduce chunk cache sizeChris Lu1-1/+1
2020-07-16simplify inputstreamChris Lu12-1576/+58
2020-07-16copy changes to hadoop2Chris Lu3-15/+56
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-16increase inbound message sizeChris Lu1-1/+3
2020-07-15reuse bytebufferChris Lu10-122/+89
2020-07-15renameChris Lu1-1/+5
2020-07-151.3.4Chris Lu9-9/+10
2020-07-15fix compilationChris Lu1-1/+1