|
@ -1,3 +1,6 @@ |
|
|
|
|
|
//go:build hdfs
|
|
|
|
|
|
// +build hdfs
|
|
|
|
|
|
|
|
|
package hdfs |
|
|
package hdfs |
|
|
|
|
|
|
|
|
import ( |
|
|
import ( |
|
@ -7,7 +10,7 @@ import ( |
|
|
"github.com/chrislusf/seaweedfs/weed/pb/remote_pb" |
|
|
"github.com/chrislusf/seaweedfs/weed/pb/remote_pb" |
|
|
"github.com/chrislusf/seaweedfs/weed/remote_storage" |
|
|
"github.com/chrislusf/seaweedfs/weed/remote_storage" |
|
|
"github.com/chrislusf/seaweedfs/weed/util" |
|
|
"github.com/chrislusf/seaweedfs/weed/util" |
|
|
"github.com/colinmarc/hdfs/v2" |
|
|
|
|
|
|
|
|
hdfs "github.com/colinmarc/hdfs/v2" |
|
|
"io" |
|
|
"io" |
|
|
"os" |
|
|
"os" |
|
|
"path" |
|
|
"path" |
|
|