Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPスクリプトを使用して、Hadoop豚のudfを作成できますか?HadooppigはUDFへのpythonとjavascriptをサポートしています。
サポートされている言語は、0.10.0以降、Java、Python、Ruby、およびJavaScriptのみです。新しい言語(JavaScriptとRuby)が頻繁に追加されているようですが、PHPが検討されることはないと思います。
http://pig.apache.org/docs/r0.10.0/udf.html
UDF を PHP に含めることはできませんが、pig のstream x through y構造を使用して、任意のタイプのプログラムを介してデータをストリーミングできます (それが役立つ場合)。
stream x through y