MANIFEST.in
README.md
requirements.txt
setup.py
python_hiveish/__init__.py
python_hiveish/hdfs_tools.py
python_hiveish.egg-info/PKG-INFO
python_hiveish.egg-info/SOURCES.txt
python_hiveish.egg-info/dependency_links.txt
python_hiveish.egg-info/requires.txt
python_hiveish.egg-info/top_level.txt
python_hiveish/mapreduce/__init__.py
python_hiveish/mapreduce/execute.py
python_hiveish/mapreduce/mappers.py
python_hiveish/mapreduce/reducers.py
python_hiveish/mapreduce/hadoopy_executable_jobs/README.md
python_hiveish/mapreduce/hadoopy_executable_jobs/__init__.py
python_hiveish/mapreduce/hadoopy_executable_jobs/identity_only_values.py
python_hiveish/mapreduce/hadoopy_executable_jobs/inner_join.py
python_hiveish/mapreduce/hadoopy_executable_jobs/left_join.py
python_hiveish/mapreduce/hadoopy_executable_jobs/select_count_star_where_and_groupby.py
python_hiveish/mapreduce/hadoopy_executable_jobs/select_where.py
python_hiveish/testing/__init__.py
python_hiveish/testing/mapreduce.py