Member since
04-03-2017
4
Posts
0
Kudos Received
0
Solutions
04-03-2017
07:20 PM
I managed to go through by replacing username from hive to root and using password hadoop. Do you know what could be the reason the original export command with hive was not working?
... View more
04-03-2017
06:42 PM
Hello! I have been doing the tutorial using Hortonworks sandbox 2.5, but I hit a roadblock and I would like to ask for your suggestions on how to overcome this: When running "sqoop export--connect jdbc:mysql://127.0.0.1/export --username hive --password hive --table exported --direct --export-dir /apps/hive/warehouse/export_table --driver com.mysql.jdbc.Driver" I get the below error ERROR manager.SqlManager: Error executing statement: java.sql.SQLException: Access denied for user 'hive'@'localhost' (using password: YES)
java.sql.SQLException: Access denied for user 'hive'@'localhost' (using password: YES) I tried other passwords like "bigdata", "hadoop" but that did not work. Thank you in advance!
... View more