is it possible to connect to hadoop and run hive queries using Python 3.x? I am using Python 3.4.1.
I found out that it can be done as written here: https://cwiki.apache.org/confluence/display/Hive/HiveClient#HiveClient-Python
However, I cannot install hive module because it says that 'Could not find a version that satisfies the requirement hive'.