Read and get your Hadoop configuration as Python objects
Project description
# python-hadoop-conf
Read your Hadoop configuration files and get a dictionary of properties.
Usage:
```python
from hadoopconf import get_hadoop_conf
conf = get_hadoop_conf()
print(conf['yarn.resourcemanager.webapp.address'])
```
Read your Hadoop configuration files and get a dictionary of properties.
Usage:
```python
from hadoopconf import get_hadoop_conf
conf = get_hadoop_conf()
print(conf['yarn.resourcemanager.webapp.address'])
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hadoopconf-1.0.tar.gz
(2.2 kB
view details)
File details
Details for the file hadoopconf-1.0.tar.gz
.
File metadata
- Download URL: hadoopconf-1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
065aa9afa14271553b44eec099f6e236993caa148cbcf9fe499892faaadcb9a1
|
|
MD5 |
e1b798d4f9ed753fc221c81bb20e0e56
|
|
BLAKE2b-256 |
e9e1db85c7f7b47d95097f9b609e194cb7f6159ac82bea5620eb28ed99e1841c
|