Connecting to a Hadoop system
Actuate BIRT Designer provides a JDBC driver to connect to a Hadoop system through Hive. Similar to connecting to a database, you provide the URL to the Hive machine and your user credentials. You also have the option to pass MapReduce scripts to Hadoop. These scripts can be written in any programming language.
How to create a Hive data source
1  
2  
1  
2  
3  
3  
1  
2  
3  
In Add File Statement, optionally type one or more Add File statements to add script files to the Hadoop distributed cache, as shown in the following example. Separate each Add File statement with a semicolon.
add file /usr/local/hive/rating_mapper.py; add file /usr/local/hive/weekday_mapper.py;
Figure 10-1 shows an example of properties to connect to a Hive system.
Figure 10-1  

Additional Links:

Copyright Actuate Corporation 2012