国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

oozie

oozie

 英

  • 網(wǎng)絡(luò)吳梓穆

例句

With job properties in place, a command presented at Listing 4 can be used to run an Oozie workflow.

作業(yè)屬性我們可以使用代碼4命令來(lái)運(yùn)行Oozie工作

Externalizing java class execution creates additional network traffic for synchronizing this execution with Oozie server.

外部執(zhí)行java類(lèi)導(dǎo)致額外網(wǎng)絡(luò)傳輸用于Oozie服務(wù)器同步這些執(zhí)行結(jié)果

This can be useful when Oozie worklows are either part of a specific application or a larger enterprise process.

當(dāng)Oozie工作特定應(yīng)用程序或者大型企業(yè)過(guò)程一部分會(huì)有用

Once a workflow is deployed, an Oozie provides a command line utility [5] can be used to submit, start and manipulate a workflow.

完成工作部署之后我們可以使用Oozie提供命令工具[5],可以用于提交啟動(dòng)操作工作

We also described deployment and configuration of workflow for Oozie and tools for starting, stoping and monitoring Oozie workflows.

我們描述針對(duì)Oozie工作部署配置以及用來(lái)啟動(dòng)停止監(jiān)控Oozie工作工具

Oozie coordinator support creation of such data Application pipelines.

Oozie協(xié)調(diào)程序支持創(chuàng)建這樣數(shù)據(jù)應(yīng)用管道

An Oozie console (Figure 2) can be used to watch the progress and results of workflow execution.

我們可以使用Oozie控制臺(tái)2)來(lái)觀察工作流執(zhí)行進(jìn)程結(jié)果

Custom action nodes allow to extend Oozie' language with additional actions (verbs).

定義動(dòng)作節(jié)點(diǎn)我們可以使用附加動(dòng)作動(dòng)詞來(lái)擴(kuò)展Oozie語(yǔ)言

In the next article we will look at a more complex example, allowing us to discuss more Oozie features.

在下文章我們會(huì)看到復(fù)雜例子我們可以更進(jìn)一步討論Oozie特性

WorkflowAction provides Oozie' definition of the current action.

WorkflowAction提供Oozie對(duì)當(dāng)前動(dòng)作定義

Here, first workflow client is initialized with Oozie server URL.

在此我們首先使用Oozie服務(wù)器URL對(duì)工作流客戶端進(jìn)行初始

Oozie guarantees that both actions will be submitted to Job tracker in parallel.

Oozie確保個(gè)動(dòng)作會(huì)并行提交作業(yè)跟蹤程序

The Oozie Coordinator system allows the user to define workflow execution schedules based on these parameters.

Oozie協(xié)調(diào)系統(tǒng)Coordinatorsystem用戶可以基于這些參數(shù)來(lái)定義工作流執(zhí)行計(jì)劃

They have also released Oozie, a workflow engine for Hadoop, which has become the de-facto ETL standard at Yahoo.

他們發(fā)布Oozie一個(gè)Hadoop工作流引擎雅虎成為事實(shí)上ETL標(biāo)準(zhǔn)

See this link for Oozie installation.

請(qǐng)參看Oozie安裝鏈接

In this article we have shown how to extend Oozie by creating custom action executors.

文章我們展示如何通過(guò)創(chuàng)建定義動(dòng)作執(zhí)行來(lái)擴(kuò)展Oozie

In our previous articles [1, 2] we described Oozie workflow server and presented several workflow examples.

前面文章[1,2],我們描述Oozie工作流服務(wù)器并且展示幾個(gè)工作示例

This is done via a callback from the action or Oozie polling for the action status.

通過(guò)動(dòng)作回調(diào)或者Oozie針對(duì)動(dòng)作狀態(tài)polling操作完成

In this article we will introduce Oozie and some of the ways it can be used.

本文我們會(huì)介紹Oozie以及使用一些方式

Check method, which is used by Oozie to check action's status.

Check方法Oozie會(huì)使用來(lái)檢查動(dòng)作狀態(tài)

Take a look at Oozie source code [4] to see how this method is implemented in the existing Oozie action handlers

可以查看一下Oozie源代碼[4],可以知道現(xiàn)存Oozie動(dòng)作處理程序如何實(shí)現(xiàn)這個(gè)方法

Externalizing execution make Oozie engine more light weight, which allows it to support more concurrently running processes

外部執(zhí)行機(jī)制Oozie引擎變得輕量級(jí)從而可以支持更多并發(fā)運(yùn)行過(guò)程

Oozie is a Java Web-Application that runs in a Java servlet-container - Tomcat and uses a database to store

Oozie一種JavaWeb應(yīng)用程序運(yùn)行Javaservlet容器——Tomcat——使用數(shù)據(jù)庫(kù)來(lái)存儲(chǔ)以下內(nèi)容

All Oozie action executors, which are part of Oozie distribution are implemented by extending this class

所有Oozie動(dòng)作執(zhí)行Oozie分發(fā)程序一部分它們通過(guò)擴(kuò)展這個(gè)類(lèi)實(shí)現(xiàn)

A very simple Oozie java client invoking described above process is presented at Listing 5

代碼5展現(xiàn)就是簡(jiǎn)單OozieJava客戶端例子會(huì)觸發(fā)上面描述過(guò)程

To automate this process we have created a simple Oozie Workflow (Listing 1)

為了這個(gè)過(guò)程自動(dòng)化我們需要創(chuàng)建一個(gè)簡(jiǎn)單Oozie工作流代碼1)。

Now we need to register information about custom executor with Oozie runtime. This is done by extending oozie-site. xml

現(xiàn)在我們需要關(guān)于定義執(zhí)行信息注冊(cè)Oozie運(yùn)行時(shí)

Listing 6: Passing parameters to Oozie

代碼6:Oozie傳遞參數(shù)

Oozie console can also be used to get details of the job execution, for example job log [8] (Figure 3)

我們可以使用Oozie控制臺(tái)來(lái)獲得操作執(zhí)行細(xì)節(jié)比方說(shuō)作業(yè)日志[8](3)。

熱門(mén)查詢(xún)