-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CONNECTOR] Add hdfs server, hdfsFileSystem and tests #1447
Conversation
badab4b
to
a39e335
Compare
這邊想要請教一下關於之前 build failed 的事情 我發現如果在 module 有測試過單純加入 dependency 並無增減任何程式碼也會導致此錯誤,所以在想會不會是這兩邊有衝突到。 |
應該是有相依性的衝突,例如 hadoop 仰賴 A 函式庫的0.1版、kafka worker 仰賴 A 函式庫的0.2版,這導致做整合測試的時候會出問題,可以試著用 |
現在是在
|
@Haser0305 這是一個很好的練習,我給你一些線索,你試著查查看 首先,我們可以用指令列出明確的 error stack
接著你可以看到大概是哪個套件出現問題,然後用該套件去 hadoop and kafka 下去找,看看是不是有明顯的版本落差(例如1版和2版) |
74c6af6
to
e97b070
Compare
#1391
當前方式是透過
hadoop.minicluster
創建本地端的hdfs
,也順便寫了hdfs
版的sink task
測試來看看是否可以正確執行。