Member since
01-07-2014
16
Posts
6
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
19199 | 01-08-2014 02:29 PM |
08-29-2017
08:46 AM
1 Kudo
Hi 5cai, Please see TCLIService.FetchResults for equivalent functionality. To retrieve operation logs, in TFetchResultsReq specify fetchType as 1. thanks, Mohit
... View more
06-26-2017
02:01 PM
Hi MattPatt, For Hive, it is the Hive Metastore server (and not Cloudera Manager) that needs access to the JDBC driver to talk to the database. As mentioned in the documentation, JDBC driver needs to be installed on the Cloudera Manager Server host, as well as hosts to which you assign the Hive Metastore Server, Activity Monitor, Reports Manager, Hue Server, Sentry Server, Cloudera Navigator Audit Server, and Cloudera Navigator Metadata Server roles. See https://www.cloudera.com/documentation/enterprise/latest/topics/cm_ig_mysql.html#cmig_topic_5_5_3 for details on the location. thanks, Mohit
... View more
06-09-2017
07:44 AM
Hi Dobroff, What CDH version are you using ? Do you see any exceptions in HiveServer2 logs ? thanks.
... View more
01-08-2014
02:29 PM
5 Kudos
I think the plugin directory layout in the README.md is incorrect. Could you try using the plugin directory layout documented in the Flume User Guide instead ?: http://archive.cloudera.com/cdh4/cdh/4/flume-ng/FlumeUserGuide.html#installing-third-party-plugins your_plugins_dir/some_custom_name/lib/foo.jar For example: If you specified /var/lib/flume-ng/plugins.d as the plugin directory (in CM's Flume Plugin directories configuration), then your jar location should be: /var/lib/flume-ng/plugins.d/twitter-streaming/lib/flume-sources-1.0-SNAPSHOT.jar thanks, Mohit
... View more
01-07-2014
03:42 PM
What version of Cloudera Manager and CDH are you using? The easiest way is to: - Copy third-party jars to a directory and specify this directory in Cloudera Manager's Flume Plugin directories configuration (in Flume service -> Configuration -> Agent -> Plugin directories) - Restart Flume service You don't need to set FLUME_HOME explicitly when using Cloudera Manager.
... View more