Member since
07-11-2018
2
Posts
0
Kudos Received
0
Solutions
07-12-2018
12:36 PM
hi manikumar are you solved the problem i have the same problem , i cant write password , they told me error please help me if ur code work send it to me
... View more
07-11-2018
09:09 AM
please i need help , i write this simple code in python but i have problem with packages from pyhive import hive import pandas as pd #Create Hive connection conn = hive.Connection(host="10.111.22.11", port=10000, username="cloudera" , database="default") # Read Hive table and Create pandas dataframe df = pd.read_sql("SELECT * FROM etudiantsv ", conn) print(df.head()) sur anaconda avec python 2 : erreur in __init__(self, host, port, username, database, auth, configuration, kerberos_service_name, password, thrift_transport) 150 elif auth in ('LDAP', 'KERBEROS', 'NONE', 'CUSTOM'): 151 # Defer import so package dependency is optional --> 152 import sasl 153 import thrift_sasl 154 ImportError: No module named sasl in pycharm python 3.7 i have this error : def execute(self, operation, parameters=None, async=False): ^ SyntaxError: invalid syntax
... View more
Labels:
- Labels:
-
Cloudera Navigator