ヘッダーをスキップ
Oracle® Big Data Connectorsユーザーズ・ガイド
リリース2 (2.3)
E48215-03
  目次へ移動
目次
索引へ移動
索引

前
 
次
 

Hadoopモジュール

これらの関数は、http://xmlns.oracle.com/hadoop/xqueryネームスペースにあります。oxh接頭辞は事前に宣言され、モジュールは自動的にインポートされます。

oxh:find($pattern as xs:string?) as xs:string*

パターンに一致する一連のファイル・パスを返します。


関連項目:

ファイル・パターンについては、次のサイトにある『Apache Hadoop Main 2.2.0 API』のglobStatusメソッドに関する項

http://hadoop.apache.org/docs/current/api/org/apache/hadoop/fs/FileSystem.html#globStatus


oxh:increment-counter($groupName as xs:string, $counterName as xs:string

ユーザー定義のMapReduceジョブ・カウンタを1ずつ増分します。

oxh:increment-counter($groupName as xs:string, $counterName as xs:string, $value as xs:integer

MapReduceジョブ・カウンタを指定の値ずつ増分します。

oxh:property($name as xs:string?) as xs:string?

Hadoop構成プロパティの値を返します。

$nameは構成プロパティです。