Member since
05-26-2017
12
Posts
2
Kudos Received
0
Solutions
03-28-2018
02:08 PM
@JJ Meyer
... View more
10-14-2017
12:37 PM
Hive ctx..sql(s).show was not giving expected output i.e a blank table. Passed values to source and target db through arguments with spark submit. I was able to find the issue-Worked after I Converted dtshipment date and thedate both to timestamp for camparison. While running the query in hive cli it was able to compare dtshipment_date(date type) with thedate(timestamp) and give the records on join but through spark sql it was not giving same output until I converted both to timestamp.
... View more
06-02-2018
09:55 PM
Can you please share what exact known issues you are referring to?
... View more
06-20-2017
04:45 PM
I am getting the error regarding specifying connection manager even though I have added the jar file at /usr/hdp/current/sqoop_client/lib Can anyone help? I have used the same command as given above. Error- WARN sqoop.ConnFactory: Parameter --driver is set to an explicit driver however appropriate connection manager is not being set (via --connection-manager). Sqoop is going to fall back to org.apache.sqoop.manager.GenericJdbcManager. Please specify explicitly which connection manager should be used next time.
17/06/20 11:28:48 INFO manager.SqlManager: Using default fetchSize of 1000
17/06/20 11:28:48 INFO tool.CodeGenTool: Beginning code generation
17/06/20 11:28:48 ERROR sqoop.Sqoop: Got exception running Sqoop: java.lang.RuntimeException: Could not load db driver class: com.microsoft.jdbc.sqlserver.SQLServerDriver
... View more
02-08-2019
02:58 PM
Hi, Were you able to find a solution to this? We have a similar setup and I can't seem to find any examples of that.
... View more