Member since
05-30-2017
7
Posts
0
Kudos Received
0
Solutions
11-15-2017
01:22 PM
No unfortunately it didnt work and i have long given up on this. This ODBC driver isnt mature yet and it has many other problems a swell. e.g. while sourcing data via hive it doesnt allow even a slightly complex query (with an aggregation or group by). I intend to rather pull data from Hadoop instead (with sqoop or something).
... View more
06-14-2017
01:59 PM
someone did it for me.
... View more
06-14-2017
01:45 PM
I had the DSN configured from someone else so not sure if the tutorial was followed. my user access through hive. I can log in via the terminal or hue as well.
... View more
06-14-2017
01:24 PM
For Dev i use 32 bit DSN and for Server 64 bit. in DSN configeration in the host i have IP in the Host, Hadoops port (not the default). Machanism with user name and password. here the user/password of Hadoop (Knox) synched with AD. in HTTP settings, i ADAM/default/hive and ssl=true in the list. in the SSL, enabled SSL, checked the path to log file. In Advanced options, "use native Query" checked. Edit the batch size, string size etc.
... View more
06-14-2017
01:18 PM
yes, i have configured it and it works. I can import data from Hadoop to SQL server.
... View more
06-13-2017
06:15 AM
didnt work so far...
... View more
05-30-2017
02:07 PM
I am trying to export data from SQL Server via SSIS ODBC to hadoop. while i can succesfully read the data via ODBC from Hadoop, trying to write to Hadoop via SSIS ODBC Destination (via Hortonworks ODBC Driver) from Microsoft SQL Server integration services gives an error: failed with error code 0x80004005 while processing input "ODBC Destination Input" (31). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure. Error: Open Database Connectivity (ODBC) error occurred. state: 'HY000'. Native Error Code: 80. [Hortonworks][Hardy] (80) Syntax or semantic analysis error thrown in server while executing query. Error message from server: Error while compiling statement: FAILED: ParseException line 1:61 cannot recognize input near '?' ')' '<EOF>' in value row constructor
There is NO hive or SQL code written directly. here is snapshot of the destination component in SSIS. For test purposes there is only one column that i am exporting and that is of type integer. (mapped in the Mappings tab) it seems this component generates some query which hive doesnt like or has syntax problems. but i cannot see that query. what i already have tried: - tweaking the settings of the source (Validate External data True/false) - Setting the "Native Query" in ODBC DSN Settings to checked. but so far nothing helped. Can anybody help me with this please? Any pointers appriciated! Thank you!
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive