summaryrefslogtreecommitdiff
path: root/hdfs
AgeCommit message (Expand)Author
2016-09-14Fix bug in UnScSigned-off-by: xh931076284 <931076284@qq.com> (#1336)xh931076284
2016-04-12using java7 in runtime for hdfs env (#1072)Shu Zhang
2016-04-07instructing people to use java7 for hdfs (#1063)Shu Zhang
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-12-30update posix env schedule callShu Zhang
2015-12-29fix inconsistency between env_hdfs and envShu Zhang
2015-12-22Merge pull request #863 from zhangyybuaa/fix_hdfs_errorIgor Canadi
2015-12-14Running manual compactions in parallel with other automatic or manual compact...Venkatesh Radhakrishnan
2015-12-11fix typos in commentscharsyam
2015-12-02fix LinkFile() undefined reference errorZhang Yangyang
2015-08-12[Cleanup] Remove RandomRWFileIslam AbdelRahman
2015-07-20Improved FileExists APIagiardullo
2015-07-01Windows Port from MicrosoftDmitri Smirnov
2015-06-11Add Env::GetThreadID(), which returns the ID of the current thread.Yueh-Hsuan Chiang
2015-03-16Remove unused parameter in CancelAllBackgroundWorkVenkatesh Radhakrishnan
2015-03-16Speed up rocksDB close call.Venkatesh Radhakrishnan
2015-02-26rocksdb: Add missing overrideIgor Sugak
2014-12-05Replace exception by abort() in dummy HdfsEnv implementation.Yueh-Hsuan Chiang
2014-11-14Provide openable snapshotsVenkatesh Radhakrishnan
2014-11-03DB::Open() to automatically increase thread pool size if it is smaller than m...sdong
2014-05-20hdfs cleanup and compile test against CDH 4.4.Mike Orr
2014-05-14Improve EnvHdfsIgor Canadi
2014-03-11Env to add a function to allow users to query waiting queue lengthsdong
2014-02-25thread local pointer storageLei Jin
2014-01-27Fsync directory after we create a new fileIgor Canadi
2013-10-16Add appropriate LICENSE and Copyright message.Dhruba Borthakur
2013-10-10Fixing build failureIgor Canadi
2013-10-06Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix.Dhruba Borthakur
2013-10-04Change namespace from leveldb to rocksdbDhruba Borthakur
2013-09-12[RocksDB] Enhance Env to support two thread pools LOW and HIGHHaobo Xu
2013-08-23Replace include/leveldb with include/rocksdb.Dhruba Borthakur
2013-03-20Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-w...Dhruba Borthakur
2013-01-23Fix a number of object lifetime/ownership issuesChip Turner
2013-01-07Added clearer error message for failure to create db directory in DBImpl::Rec...Kosie van der Merwe
2012-11-28Move WAL files to archive directory, instead of deleting.sheki
2012-10-19This is the mega-patch multi-threaded compactionDhruba Borthakur
2012-09-19Allow a configurable number of background threads.Dhruba Borthakur
2012-09-12Fix compiler warnings. Use uint64_t instead of uint.Dhruba Borthakur
2012-08-29Add libhdfs.a to the build process.Dhruba Borthakur
2012-08-29Clean up compiler warnings generated by -Wall option.Dhruba Borthakur
2012-08-21adding a scribe logger in leveldb to log leveldb deploy statsheyongqiang
2012-07-07Create leveldb server via Thrift.Dhruba Borthakur
2012-06-15A version of snappy that uses jemalloc and gcc-4.6.2, It is here for ease of ...Dhruba Borthakur
2012-06-14Make Leveldb save data into HDFS files. You have to set USE_HDFS in your envi...Dhruba Borthakur