Member since
09-07-2016
4
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3277 | 10-26-2016 05:53 PM |
10-26-2016
05:53 PM
1 Kudo
Never used it with Oracle as a source, but from the error I think the reason is that it is not locating the sql-source jar in the classpath. Copy the flume-ng-sql-source-xxx.jar to /usr/hdp/current/flume-server/lib so it is included in the flume classpath (I have checked it is not included by default with HDP 2.4.2). You will also need the connector for Oracle.
... View more
10-26-2016
04:19 PM
Another alternative would be to use the YARN REST API to submit the application: With the New Application API, you can obtain an application-id which can then be used as part of the Cluster Submit Applications API to submit applications. curl -X POST http://<resource_manager>:8088/ws/v1/cluster/apps/new-application Reference: Resource Manager REST API Documentation
... View more