summaryrefslogtreecommitdiff
path: root/util/env_hdfs.cc
AgeCommit message (Expand)Author
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-12-26more foramtShu Zhang
2015-12-26indentShu Zhang
2015-12-24formatShu Zhang
2015-12-24formatShu Zhang
2015-12-23add a factory method for creating hdfs envShu Zhang
2015-12-02fix ToString() not declared errorZhang Yangyang
2015-10-01New amalgamation targetEvan Shaw
2015-08-12[Cleanup] Remove RandomRWFileIslam AbdelRahman
2015-07-20Improved FileExists APIagiardullo
2015-04-25fix typosclark.kang
2014-11-24Add rocksdb::ToString() to address cases where std::to_string is not available.Yueh-Hsuan Chiang
2014-11-05Apply InfoLogLevel to the logs in util/env_hdfs.ccYueh-Hsuan Chiang
2014-05-21cleanup exception textMike Orr
2014-05-21- hdfs cleanup; fix to NewDirectory to comply with definition in env.hMike Orr
2014-05-20hdfs cleanup and compile test against CDH 4.4.Mike Orr
2014-05-14Improve EnvHdfsIgor Canadi
2014-02-26Enable log info with different levels.Yueh-Hsuan Chiang
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-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-02-28Codemod NULL to nullptrAbhishek Kona
2013-01-23Fix a number of object lifetime/ownership issuesChip Turner
2012-11-28Move WAL files to archive directory, instead of deleting.sheki
2012-11-28Fix all the lint errors.Abhishek Kona
2012-08-29Clean up compiler warnings generated by -Wall option.Dhruba Borthakur
2012-06-14Make Leveldb save data into HDFS files. You have to set USE_HDFS in your envi...Dhruba Borthakur