Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 244 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 244 Bytes

python-hadoop-conf

Read your Hadoop configuration files and get a dictionary of properties.

Usage:

    from hadoopconf import get_hadoop_conf
    conf = get_hadoop_conf()
    print(conf['yarn.resourcemanager.webapp.address'])