forked from pywebhdfs/pywebhdfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
88 lines (81 loc) · 2.85 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
CHANGES
=======
* update AUTHORS
* Restored host and port fields in PyWebHDFSClient. They are not used internally anymore, but are a visible part of the API, so cannot be removed
* Fixed error in default value of request_extra_opts
* Added support for general base URIs and extra options for REST requests
* Set default timeout to None instead of 0
* update .gitignore
0.4.0
-----
* correct setup.cfg
* Add test coverage for extended attributes, update README for extended attribtues
* Add HDFS extended attribute support
* added exists_file_dir
* allow paths with leading '/'
* Add timeout to requests call
* pass stylecheck
* resolve conflicts
* Extract method: _resolve_host
* Define custom exceptions for HA and federation
* Return the result of the rename operation
* Added wrapper for GETCONTENTSUMMARY
* support federation and HA
0.3.2
-----
* Fix print statements for Python 3
* fix linting
* add GETFILECHECKSUM support
0.3.0
-----
* Add Python 3 support
* Convert README to RST
* Implement PBR for versioning
* Restructure test layout
* Add Daan Debie to AUTHORS file
* Closes #5, adding Travis CI status
* Initial Travis CI file
* setup.py now points to the right GH repo
* Moved requirements files to project root, renamed to standard naming conventions setup.py uses (test-)requirements.txt for dependencies MANIFEST.in added to ensure requirements files are added to dist for Tox
* Make PEP8 happier
* Update readme, license, authors
* Convert non-string parameters in the current way
* Ensure destination path contains a leading slash
* URL encode query parameters
* Support HDFS paths with unicode characters
* Bump version after last pull request
* version bumo, authors file, comments
* fixed unittest code
* I fixed performance of operation to large file
* update version for new release 0.2.2
* do not pass file_data to name node
* Changed append_file() to use content type application/octet-stream
* version bump
* added unit test for header in create file 'content-type': 'application/octet-stream', added AUTHORS file, pep8
* Fix for WebHDFS API complaint during create file operation: Data upload requests must have content-type set to 'application/octet-stream
* Add build status indicator from Jenkins
* add docs directory
* update with links to documentation
* added sphix documentation
* Update README.md
* setup changes, link to pypi
* correct spelling error
* change to example code, and create_file return value
* removing print statement from unit tests
* remove temp function
* adding unit tests
* Fix typo
* adding tox support
* added verbosity to example
* change example ip to localhost
* adding examples
* update to comments for client functions
* add doc strings to client methods
* pep8 cleanup
* adding nosetests and setup configurations
* update README
* update to README
* adding .gitignore and LICENSE files
* removing .pyc
* initial commit of hdfs wrapper
* first commit