Member since
02-09-2018
2
Posts
0
Kudos Received
0
Solutions
02-09-2018
06:55 AM
or another fix could be (if using 'guest' user. In my case I had another user): su guest; sqoop import--connect jdbc:postgresql://127.0.0.1/ambari --username ambari -P --table hosts --target-dir /user/guest/ambari_hosts_table
... View more
02-09-2018
05:31 AM
Hello! @Artem ErvitsThanks for the tutorial! I have a correction to share. Command at step " # sqoop ambari hosts table into hdfs" needs correction Current cmd: su guestsqoop import--connect jdbc:postgresql://127.0.0.1/ambari --username ambari -P --table hosts --target-dir /user/guest/ambari_hosts_table Corrected cmd: su sqoop import--connect jdbc:postgresql://127.0.0.1/ambari --username ambari -P --table hosts --target-dir /user/guest/ambari_hosts_table Regards
... View more