You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occurred during operation:open /home/web/1.log: no available namenodes: write tcp local IP:48934->10.217.116.84:9000: write: broken pipe.
hdfs version 3.x
github.com/colinmarc/hdfs v1.1.3
//Run at any time according to the requestorfuncdo(pathstring) error {
hdfsClient,err:=GetHDFSClientInstance()
iferr!=nil {
returnerr
}
file, err:=hdfsClient.Open(path)
iffile!=nil {
deferfunc() {
_=file.Close()
}()
}
iferr!=nil {
returnerr
}
}
The text was updated successfully, but these errors were encountered:
This error occurred during operation:open /home/web/1.log: no available namenodes: write tcp local IP:48934->10.217.116.84:9000: write: broken pipe.
hdfs version 3.x
github.com/colinmarc/hdfs v1.1.3
The text was updated successfully, but these errors were encountered: