What's Changed
- Add notes on how to install Kerberos on Windows by @awol2005ex in #170
- Python docs by @Kimahriman in #179
- Fix path handling in windows by @Kimahriman in #202
Initial experimental CLI release
A new CLI command hdfsn
was added to the Python package, which tries to mirror the hdfs dfs
CLI. The main limitation currently is that globbing is not supported.
- Add initial CLI with mv command by @Kimahriman in #174
- Add mkdir to CLI by @Kimahriman in #188
- Add cat to CLI by @Kimahriman in #190
- Add chown support by @Kimahriman in #191
- Add chmod with octal mode support by @Kimahriman in #194
- Add get to CLI by @Kimahriman in #195
- Add put to CLI by @Kimahriman in #197
- Add rmdir to CLI by @Kimahriman in #199
- Add rm to CLI by @Kimahriman in #200
- Add ls to cli by @Kimahriman in #204
- Add touch to CLI by @Kimahriman in #205
- Add du to CLI by @Kimahriman in #207
New Contributors
- @awol2005ex made their first contribution in #170
Full Changelog: v0.11.0...v0.11.1