Member since
01-19-2017
17
Posts
0
Kudos Received
0
Solutions
02-14-2017
11:13 AM
I just realized after running a sqoop list-databases command that I do not have the JDBC driver for MS SQL installed. How can I get that installed on my RHEL 7? thanks angelo
... View more
02-14-2017
01:26 AM
one more observation; when I issue sqoop import \ it goes to the next line with ">" prompt. Even after entering the next parameters it's still in ">". How do I complete the command and make it executed? thanks angelo
... View more
02-14-2017
12:56 AM
also the parameter --target-dir "/tmp/dbo-customer" is this the location in Hive, or rather how do I make this import end up in a Hive table of a particular Hive database
... View more
02-13-2017
11:54 PM
I issued this command within hive. Looks like I need to issue this command from Linux?
... View more
02-13-2017
11:40 PM
trying that command, getting the following error: NoViableAltException(26@[])
at org.apache.hadoop.hive.ql.parse.HiveParser.statement(HiveParser.java: 1084)
at org.apache.hadoop.hive.ql.parse.ParseDriver.parse(ParseDriver.java:20 2)
at org.apache.hadoop.hive.ql.parse.ParseDriver.parse(ParseDriver.java:16 6)
at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:437)
at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:320)
at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1219)
at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1260)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1156)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1146)
at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:2 16)
at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:168)
at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:379)
at org.apache.hadoop.hive.cli.CliDriver.executeDriver(CliDriver.java:739 )
at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:684)
at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:624)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.hadoop.util.RunJar.run(RunJar.java:233)
at org.apache.hadoop.util.RunJar.main(RunJar.java:148)
FAILED: ParseException line 1:0 cannot recognize input near 'sqoop' 'import' '<E OF>'
... View more
02-13-2017
05:15 AM
the source table is MS SQL table
... View more
02-13-2017
05:08 AM
Hi, I have installed HDP into a RHEL 7 environment with 3 RHEL 7 servers. I need to import data from a SQL table into a Hive table in the HDP. Can I get some help as to what the best way is to do this? thanks Angelo
... View more
Labels: