Reverse Engineer MapR-DB with ODI
This is going to be a short write-up, a bonus to my previous post "Oracle Data Integrator & MapR Converged Data Platform: CHECK!".
MapR-DB client APIs can access both HBase tables and MapR-DB tables, it all depends on what you pass to its methods. So in case you need to reverse engineer your MapR-DB tables, this blog will give you what you need.
First, you need to make sure the following jars are presented in your additional_classpath.txt OR in a separate ODI Standalone Agent which you'll use ONLY for the purpose of reverse engineering MapR-DB:
Under HBase Physical Data Server, the physical schema values are NOT read by ODI, because (HBase 101): NoSQL databases are SCHEMALESS.
Finally, when you define your data store, under the Designer tab, you need to have slightly different value for the "Mask" property in the "Reverse" tab. So, if you want to reverse engineer HBase tables, keep things as is:
However, if you need to reverse engineer MapR-DB under a certain path, you need to modify the "Mask" value to match the path you're aiming to reverse engineer:
In the preceding example, I reversed engineer the MapR-DB tables under the path "/user/mapr/mapr-db":
Simple, no? If you have any question, leave it in the comments area below.
Don't forget to Like and Share :)
Are you on Twitter? Then it's time to follow me @iHijazi
Other articles you might be interested in:
- Oracle Data Integrator & MapR Converged Data Platform: CHECK!
- Streaming Transactional Data into MapR Streams using Oracle GoldenGate for Big Data
- MapR-FS Real-Time Transactional Data Ingestion using Oracle GoldenGate
- SEAMLESS Real-Time Data Streaming & Exploration with Oracle GoldenGate & Oracle Stream Analytics
- Big Data & Oracle Enterprise Metadata Management
- Big Data in Action: ODI and Twitter
Safe Harbor Statement
The preceding is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.
Disclaimer
The thoughts, practices and opinions expressed here are those of the author alone and do not necessarily reflect the views of Oracle.
Principal Solutions Architect at Attunity, a Division of Qlik
8 å¹´Well done ??
Awesome Issam!