大數據開發過程中遇到問題總結(持續更新中)

問題一:idea調試flume源碼時,明明異常信息打印了,在出現異常信息之前大哥斷點調試,死活都進不去????

debug的時候斷點進不去,查看flume源碼?把所有斷點都清空了,並把maven也clean啦。。。。。然後就可以了!坑啊

問題二:cdh集羣重啓時,出現如下錯誤!No parameter name specified for argument of type [long]

  • Caused by: java.lang.IllegalStateException:No parameter name specified for argument of type [long], and no parameter name information found in class file either.

at HandlerMethodInvoker.java line 721

in org.springframework.web.bind.annotation.support.HandlerMethodInvoker getRequiredParameterName()

莫名其不啊!不知道啥問題,修改配置也無法保存。

然後,一個組件一個組件停止集羣,

然後,停止cdh manager。

然後,停止cloudera-scm-server stop  ,cloudera-scm-agent stop 

然後,重新啓動cloudera-scm-server start,cloudera-scm-agent start

cdh manager 管理界面重新啓動,然後問題就好了!!!非常奇怪滴問題!

 

問題三:小松鼠squirrel sql client工具連接上後,schema爲空的不能顯示,存在schema也不顯示。

創建視圖時,指定了schema.視圖名稱,可以創建成功,但是創建表的時候會提示schema不存 在。

create schema  WEBMAGIC_N ;

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章