Member since
04-15-2017
12
Posts
0
Kudos Received
0
Solutions
03-29-2020
10:58 AM
1 Kudo
It's working now, After restarting Zookeeper. Thank You So Much Regards,
... View more
11-11-2019
05:48 AM
@techgouravgupta Your best course of action would be to visit the contact us page on Cloudera.com and call, email or fill out the form.
... View more
11-16-2018
08:43 PM
@Gourav Gupta Not sure if you are referencing to a connector provided by SAP for hadoop integration. If so, then you might need to contact them for this. As far as I know, there is no such connector available under the hortonworks addon page.
... View more
08-30-2018
12:53 PM
@Gourav Gupta
Use --password-file argument and store the password file in your HDFS and give the path to the password file in your sqoop job creation. sqoop job --create incnew -- import -connect jdbc:mysql://*********:3306/hto --username --password-file <HDFS-Path> --table daily_sales --target-dir /user/q3tech/All --incremental append --check-column added_on --last-value '2018-08-15 00:00:00' Then while executing the sqoop job will get the password from password file. Refer to Securely manage passwords and this and this links for more details regards to password file usage in sqoop. - If the Answer helped to resolve your issue, Click on Accept button below to accept the answer, That would be great help to Community users to find solution quickly for these kind of issues.
... View more
08-16-2018
05:25 PM
@Gourav Gupta Please let me know if above helps? You can mark the answer as accepted.
... View more
08-01-2018
04:42 AM
@Akhil Yes Akhil..it works fine by the above command but when i am importing table data from Mysql to hive diectly using Sqoop,then it got stucked at username and Password Point.Like in Hiveserver1 ,when we run HIVE command,that will open the hive terminal without asking for username and password.
... View more
04-20-2017
04:22 AM
This problem has been resolved by inserting the SET mapreduce.job.reduces=1.But now i am getting different error i.e .<<< Invocation of Main class completed <<<
Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.Hive2Main], exit code [2]
Oozie Launcher failed, finishing Hadoop job gracefully
... View more