一、問題
hive能正常執行任務,但出現「warn: establishing ssl connection without server』s identity verification is not recommended.」告警,翻譯過來就是「不建議不使用伺服器身份驗證建立ssl連線。」根據告警提示有兩種解決方法:
1.設定usessl=false
這裡有個坑就是hive的配置檔案是.xml格式,而在xml檔案中&;才表示&,所以正確的做法是在hive的配置檔案中,如hive-site.xml進行如下設定
&usessl=false
tomcat執行過程中提示警告解決辦法
size medium 系統是ubuntu,專案部署在tomcat7之後,執行正常,但是執行一段時間就會提示以下警告 注 只寫一條,其他都是類似 size 十二月 04,2013 5 10 15 下午 org.apache.catalina.realm.lockoutrealm authentica...
tomcat執行過程中提示警告解決辦法
size medium 系統是ubuntu,專案部署在tomcat7之後,執行正常,但是執行一段時間就會提示以下警告 注 只寫一條,其他都是類似 size 十二月 04,2013 5 10 15 下午 org.apache.catalina.realm.lockoutrealm authentica...
提示型警告
朋友告訴我乙個有意思的玩法,利用 prama message給自己提供個提示型警告。include using namespace std define string2 x x define string x string2 x int main 結果編譯的時候,輸出 點選該行,就能知道,這處 你還...