Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Prabhith
Active Contributor

Hello All,

Hadoop, Bigdata, SAP HANA are all some of the buzz words in the Data management/ Enterprise data ware housing space.

SAP has been working to ensure that there is a good decent integration between SAP Analytical tools and the big data frameworks like Hadoop.


For a POC, we are trying to leverage various integration options between SAP and Hadoop and through this document, I would like to share with you the integration options that we have seen till now.

Our Developments and configurations are still in very early stage. So, mostly I would be taking you through the theoretical part only. The actual lessons learned, the real pain points, the challenges, the limitations – all will be added to the document wherever possible at later stages.

Would certainly like to hear from you as well, in case if you manage to find more integration options.

I am lazy person and hence would like to loop in various links in between, which explains more on that particular topic.

So, let’s see in detail;

1) Using BODS (Business Objects Data services)

SAP HANA Academy - Using Data Services to import data from a HADOOP system -- https://www.youtube.com/watch?v=ls_MGp8R7Yk

The above HANA Academy video explains the connectivity in detail.

To Summarize:

In BODS, we have format named HDFS Files.

We just have to give the name node host and name node Port details initially and further we have to provide the Root directory and File name.

Name Node --> The Name Node is the centerpiece of an HDFS file system. It keeps the directory tree of all files in the file system, and tracks where across the cluster the file data is kept. It does not store the data of these files itself.

We have some Pig scripting related options aswell.

Pig is a high level scripting language that is used with Apache Hadoop. Pig enables data workers to write complex data transformations without knowing Java. Pig’s simple SQL-like scripting language is called Pig Latin, and appeals to developers already familiar with scripting languages and SQL.

Sample Use case:

In BODS, we can have to basically create a project --> Create a Job --> Create a Dataflow --> Drag in HDFS file as the source --> Add a Query transformation --> Create a HANA data store as the target.

2) SAP VORA

SAP HANA Vora is a new in-memory query engine which leverages and extends the Apache Spark execution framework to provide enriched interactive analytics on Hadoop.

John Appleby has given a lot of information in the following blog:

http://www.bluefinsolutions.com/blogs/john-appleby/september-2015/the-sap-hana-vora-faq

The following are the key features of VORA.

SAP HANA Vora includes a unique set of features and capabilities:

• An in-memory query engine that runs on Apache Spark execution framework

• Compiled queries for accelerated processing across Hadoop Distributed File System (HDFS) nodes

• Enhanced Spark SQL semantic to include hierarchies to enable OLAP and drill-down analysis

• Enhanced mashup application programming interface (API) for easier access to enterprise application data for machine learning workloads

• Support for all Hadoop distributions

• An open development interface.

Lot of VORA topics can be seen from the HANA Academy videos:

https://www.youtube.com/playlist?list=PLkzo92owKnVyyNRkogvGloXYcDtLqeByX

More details can be found in this document:

http://go.sap.com/docs/download/2015/08/aebfe277-3d7c-0010-82c7-eda71af511fa.pdf


3) Universe IDT --> Connection to Hadoop JDBC Drivers

Following are three of the wonderful documents (though a little old) that explains this integration in detail

http://docplayer.net/12952010-Integrating-sap-businessobjects-with-hadoop-using-a-multi-node-hadoop-...

http://hortonworks.com/wp-content/uploads/2014/01/Creating_a_universe_on_Hadoop_Hive_Jan_2014.pdf

http://visualbi.com/blogs/sap-businessobjects/big-data-integrating-sap-businessobjects-with-hadoop/

In the following Wiki, Jacqueline Rahn, has quite extensively explained the connection of Hadoop Hive with IDT

http://wiki.scn.sap.com/wiki/display/BOBJ/Apache+Hadoop+Hive+Connection+With+Information+Design+Tool

Obviously, if we are able to reach up to universe level, then we can further take the same to the various BO reporting tools/dashboards.  

     


4) Hadoop connectivity using SDA

SDA is a new method of SAP HANA for accessing the data stored in remote data source.

*Here we can see an adapter with the name HADOOP (ODBC)

Leo has explained the details in the following blog:

http://scn.sap.com/community/developer-center/hana/blog/2014/06/02/sap-hana-smart-data-access3-how-t...

Debajit has explained in detail on the SDA access using Hive/Hadoop in the following document:

http://www.slideshare.net/DebajitBanerjee/hadoop-integration-with-sap-han

Lot of Hadoop/Hive/Spark/SDA topics can be seen from the HANA Academy videos:

https://www.youtube.com/playlist?list=PLkzo92owKnVx_X9Qp-jonm3FCmo41Fkzm

5)  Hadoop connectivity using Lumira

Please find some useful links here:

http://scn.sap.com/community/lumira/blog/2013/11/18/analyzing-big-data-with-hortonworks-hadoop-and-s...

The following  document shows us the connection using “Open with SQL” Method.

http://scn.sap.com/community/lumira/blog/2015/03/20/connect-sap-lumira-to-the-cloudera-using-apache-...



These days we can observe a direct connectivity to Hadoop:

This is a Collaborative document. My humble request to all of you is to add more points/options to this document. Let us all work together and make this a very useful repository which talks in and out of Bigdata Hadoop like framework integration with our SAP Tools.


Once again thanks a lot for reading my document.

Regards,

Prabhith

3 Comments
Labels in this area