I have some data in HDFS,i need to access that data using python,can anyone tell me how data is accessed from hive using python?
I tried almost every possible solution to connect to Hive from remote windows server. Nothing seemed to work. PyHive and pyhs2 use SASL and SASL is not supported on windows. Installing it through cygwin also didn't help. The only solution that worked for me was pyodbc. You just need to configure DSN on your system.