Sqoop2中傳入配置檔案中url之 坑

2022-04-30 16:30:11 字數 976 閱讀 9119

【特別注意】sqoop2裡面各個版本的區別還是很大的,這裡使用1.99.6版本。

sqoopclient初始化**:

private

sqooputil() throws ioexception

配置檔案解析工具類,解析/myconf.properties檔案。

public

class propertiesutil

private

static

void

readpropertiestomap() throws ioexception

}private

static propertiesutil getpropertiesutil() throws ioexception }}

return proutil;

}public string get(string name) throws ioexception

public

static string getproperty(string name) throws ioexception

public

static

void

main(string args) throws ioexception

}

但在呼叫client.getconnector的時候報錯:

將初始化sqoopclient的url改為/myconf.properties檔案中的sqoop_url對應的字串則能順利執行:

暫時還沒解決。。。正在研究中。。。

Tomcat中的配置檔案

一 server.xml 元素名 屬性 解釋 server port 指定乙個埠,這個埠負責監聽關閉tomcat的請求 shutdown 指定向埠傳送的命令字串 service name 指定service的名字 connector 表示客戶端和service之間的連線 port 指定伺服器端要建立...

WCF中配置檔案解析

在wcf service configuration editor的使用 中,我們通過配置工具自動生成了wcf服務端的config檔案。現在我們來看下這個配置檔案各個標籤的意義 解釋在下面xml檔案中的注釋裡 1.0 encoding utf 8 命名空間.型別名 beh iorconfigurat...

Nginx配置檔案中的location中文詳解

location 語法 location uri 預設 否 上下文 server 這個指令隨url不同而接受不同的結構。你可以配置使用常規字串和正規表示式。如果使用正規表示式,你必須使用 字首選擇不區分大小寫的匹配或者 選擇區分大小寫的匹配。確定 哪個location 指令匹配乙個特定指令,常規字串...