Class | Description | |
---|---|---|
![]() | configuration | 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 |
![]() | HDInsightSession | An HDInsightSession activity stores HDInsight cluster information for other HDInsightSession activities |
![]() | HDInsightSessionCreateCluster | Creates an HDInsight cluster with the specified properties. |
![]() | HDInsightSessionDeleteCluster | Deletes the HDInsight cluster associated with the session |
![]() | HDInsightSessionGetClusterState | Gets the current state of the HDInsight cluster associated with the session |
![]() | HDInsightSessionHBaseDeleteItem | Deletes the specified HBase table or row data on an HDInsight cluster |
![]() | HDInsightSessionHBaseGetStorageStatus | Gets the current status of the HDInsight HBase cluster's storage |
![]() | HDInsightSessionHBaseListAllTables | Gets the names of all the HBase tables on the HDInsight HBase cluster |
![]() | HDInsightSessionHBaseSetData | Set the value of an HBase cell to the provided value. |
![]() | HDInsightSessionHive | Runs a Hive job with the specified properties. |
![]() | HDInsightSessionMapReduce | Runs a MapReduce job with the specified properties. |
![]() | HDInsightSessionOozieGetJobLog | Get the logs of the specified Oozie job. |
![]() | HDInsightSessionOozieGetJobStatus | Get the current status of the specified Oozie job. |
![]() | HDInsightSessionOozieGetShareLibInfo | Get the available sharelibs. If a name is passed as an argument (regex supported) then all corresponding files are listed. |
![]() | HDInsightSessionOozieGetStatus | Get the Oozie system status. |
![]() | HDInsightSessionOozieListServers | List the currently available Oozie servers. |
![]() | HDInsightSessionOozieSubmitJob | 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. |
![]() | HDInsightSessionOozieUpdateShareLib | Triggers an update of the sharelib on the oozie server(s) without causing a restart and get the results of the update(s). |
![]() | HDInsightSessionPig | Runs a Pig job with the specified properties. |
![]() | HDInsightSessionScaleCluster | Scales the HDInsight cluster associated with the session |
![]() | HDInsightSessionSqoop | Runs a Sqoop job with the specified properties. |
![]() | property | 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 |
![]() | SerializableKeyValuePair | 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. |