我看過關於這個主題的其他線程,仍然沒有找到答案...... 簡單地說,我想從一個豬StoreFunc訪問Hadoop分佈式高速緩存,以及不是直接在UDF內。 相關PIG行代碼: DEFINE CustomStorage KeyValStorage('param1','param2','param3');
...
STORE BLAH INTO /path/ using CustomStorag
好的我可以使用ilibjars路徑將外部罐子添加到我的代碼中。 現在如何在我的代碼中使用這些外部罐子。說我有一個在該字符串上運行的jar中定義的函數。如何使用它。 使用context.getArchiveClassPaths(),我可以得到它的路徑,但我不知道如何實例化該對象。 這裏是我進口 package replace;
public class ReplacingAcronyms {