Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

55 lines (36 loc) · 2.99 KB

Changes

November 23, 2016

  • Add build for Hadoop 2.7.2. See #201

  • QFS-332 make QuantcastFileSystem honor umask setting from jobconf for better Hadoop/Hive compatibility. See #196

  • QFS-325 throw exception if native code load fails instead of calling exit. See #189

  • QFS-321 add s3 option to sample setup script. See #177

  • QFS-320 pass an argument to qfstest.sh within the Makefile. See #175

  • QFS-187 make chunkserver error message display all possibilities upon receiving EBADCLUSTERKEY. See #169

  • QFS-171 display better error messages in cptoqfs when file configuration parameters are invalid. See #170

  • QFS-289 display more detail in qfsfileenum help menu. See #167

  • QFS-53 display the default file configuration that qfs tool uses file copying. See #164

  • QFS-263 binary distributions for mac os. See #165

  • QFS-78 delete obsolete test files. See #166

  • make the read call control the actual read size in KfsInputChannel, if read ahead logic is turned off. See #156

  • add API support to pass create parameters for new files. See #154

  • QFS-293 wiki/Binary-Distributions.md: update links to different versions of the binary distributions. See #148

  • buildsystem: the build system now correctly assigns the hash, tag, or version when gathering build information. See #129

  • hadoop shim: if a QFS instance fails initialization, give more info and throw an IOException rather than doing an unfriendly exit. See here

  • support to change io buffer size and read ahead size of a file through hadoop-qfs. See here

  • configurable disk IO size for writes. See here