Member since
12-15-2015
16
Posts
3
Kudos Received
0
Solutions
11-16-2017
07:02 PM
Apache NiFi can read from Oracle, land in HDFS as Apache ORC files for Hive, also send to Kafka. You can stream data but for Oracle right now there is no connection to its Write Ahead Logs, you have to point to tables and know how they are changing either a datetime increase or sequence id increase. Some people will create triggers to send data to special staging tables. Or add Attunity to Apache NiFi for pure CDC. see: https://community.hortonworks.com/articles/113941/change-data-capture-cdc-with-apache-nifi-version-1-1.html https://community.hortonworks.com/articles/81153/basic-cdc-using-apache-nifi-and-sap-hana.html https://community.hortonworks.com/articles/55422/change-data-capture-using-nifi.html https://community.hortonworks.com/articles/48843/slowly-changing-dimensions-on-hadoop-part-1.html https://community.hortonworks.com/articles/64122/incrementally-streaming-rdbms-data-to-your-hadoop.html https://community.hortonworks.com/articles/87632/ingesting-sql-server-tables-into-hive-via-apache-n.html https://community.hortonworks.com/articles/108718/ingesting-rdbms-data-as-new-tables-arrive-automagi.html
... View more
07-11-2018
05:34 AM
@Greg, i am trying to execute mysql queries, got error prefix not found. when i verified in mysql note there i observer mysql is there instead of %mysql. But unable to add % before mysql, its not editable. can u please help me how can i edit.
... View more
05-22-2017
01:26 PM
@Timothy Spann Were you able to configure TOAD with a kerberized cluster?
... View more
05-10-2016
08:23 PM
@Ash Pad You need to provide additional privileges to the user via keyadmin. The user will need "Get Keys", "Get Metadata", and "Decrypt EEK" privileges on the key to read files in the encryption zone.
... View more
06-05-2017
04:24 PM
Do we have a way to generate the DDLs for hive databases ?
... View more