Skip to content

Benji81/python-hadoop-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'])

About

Get Hadoop configuration with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages