文件名称:hdfs:HDFS的API和命令行界面
文件大小:70KB
文件格式:ZIP
更新时间:2024-02-22 18:07:31
python cli hdfs CommandlineinterfacePython
HdfsCLI HDFS的API和命令行界面。 $ hdfscli --alias=dev Welcome to the interactive HDFS python shell. The HDFS client is available as `CLIENT`. In [1]: CLIENT.list('models/') Out[1]: ['1.json', '2.json'] In [2]: CLIENT.status('models/2.json') Out[2]: { 'accessTime': 1439743128690, 'blockSize': 134217728, 'childrenNum': 0, 'fileId': 16389, 'group': 'supergroup', 'length': 48, 'modificationTime': 1439743129392, 'owner': 'drwho', 'pathSuffix': '', 'permission': '755', 'replication': 1
【文件预览】:
hdfs-master
----MANIFEST.in(26B)
----AUTHORS(187B)
----scripts()
--------hadoop.sh(2KB)
----etc()
--------hadoop()
----doc()
--------conf.py(10KB)
--------requirements.txt(33B)
--------advanced.rst(6KB)
--------quickstart.rst(9KB)
--------index.rst(814B)
--------api.rst(681B)
----examples()
--------json-example.py(2KB)
--------dataframe-example.py(605B)
--------avro-example.py(815B)
----.travis.yml(1KB)
----LICENSE(1KB)
----CHANGES(5KB)
----test()
--------test_client.py(39KB)
--------util.py(3KB)
--------test_config.py(5KB)
--------test_examples.py(1KB)
--------test_util.py(2KB)
--------test_main.py(6KB)
--------dat()
--------test_ext_dataframe.py(2KB)
--------test_ext_avro.py(9KB)
--------test_ext_kerberos.py(1KB)
----setup.py(2KB)
----README.md(3KB)
----hdfs()
--------util.py(4KB)
--------config.py(6KB)
--------__init__.py(338B)
--------__main__.py(9KB)
--------client.py(43KB)
--------ext()