conditionally skip hdfs related code
This commit is contained in:
9
weed/remote_storage/hdfs/doc.go
Normal file
9
weed/remote_storage/hdfs/doc.go
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
|
||||
Package hdfs is for remote hdfs storage.
|
||||
|
||||
The referenced "github.com/colinmarc/hdfs/v2" library is too big when compiled.
|
||||
So this is only compiled in "make full_install".
|
||||
|
||||
*/
|
||||
package hdfs
|
||||
Reference in New Issue
Block a user