JAMS 6.x Help
MVPSI.JAMS.Activities.HDInsight Namespace
Inheritance Hierarchy
Classes
 ClassDescription
Classconfiguration A list of properties that is used to pass in job properties to Oozie. All the properties passed into Oozie must be inside of an element named configuration
ClassHDInsightSession An HDInsightSession activity stores HDInsight cluster information for other HDInsightSession activities
ClassHDInsightSessionCreateCluster Creates an HDInsight cluster with the specified properties.
ClassHDInsightSessionDeleteCluster Deletes the HDInsight cluster associated with the session
ClassHDInsightSessionGetClusterState Gets the current state of the HDInsight cluster associated with the session
ClassHDInsightSessionHBaseDeleteItem Deletes the specified HBase table or row data on an HDInsight cluster
ClassHDInsightSessionHBaseGetStorageStatus Gets the current status of the HDInsight HBase cluster's storage
ClassHDInsightSessionHBaseListAllTables Gets the names of all the HBase tables on the HDInsight HBase cluster
ClassHDInsightSessionHBaseSetData Set the value of an HBase cell to the provided value.
ClassHDInsightSessionHive Runs a Hive job with the specified properties.
ClassHDInsightSessionMapReduce Runs a MapReduce job with the specified properties.
ClassHDInsightSessionOozieGetJobLog Get the logs of the specified Oozie job.
ClassHDInsightSessionOozieGetJobStatus Get the current status of the specified Oozie job.
ClassHDInsightSessionOozieGetShareLibInfo Get the available sharelibs. If a name is passed as an argument (regex supported) then all corresponding files are listed.
ClassHDInsightSessionOozieGetStatus Get the Oozie system status.
ClassHDInsightSessionOozieListServers List the currently available Oozie servers.
ClassHDInsightSessionOozieSubmitJob Submit a request to Oozie to run a job with the specified options. If specified, also wait for the job to complete and get the final status and logs of the Oozie job.
ClassHDInsightSessionOozieUpdateShareLib Triggers an update of the sharelib on the oozie server(s) without causing a restart and get the results of the update(s).
ClassHDInsightSessionPig Runs a Pig job with the specified properties.
ClassHDInsightSessionScaleCluster Scales the HDInsight cluster associated with the session
ClassHDInsightSessionSqoop Runs a Sqoop job with the specified properties.
Classproperty A key and value pair that is used to pass in job properties to Oozie. Each property passed into Oozie must be a name value pair that is inside an element named property
ClassSerializableKeyValuePair SerializableKeyValuePair has a key and value property that notifies when the properties have been changed. This allows the class to be bound to in a designer such as HDInsightDefineParametersDialog.
See Also

Reference

JAMS.Activities.HDInsight Assembly

Send Feedback