aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod
diff options
context:
space:
mode:
authorRajamohan Raj <rajamohan.raj@intel.com>2019-05-23 12:47:06 -0700
committerGary Wu <gwu@futurewei.com>2019-05-23 21:23:31 +0000
commitbc5fdda854e73daf42f6b275ed75d06c12dc6b09 (patch)
tree0152da029c92da5a1eba171b6d6147163cf3a010 /vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod
parent6ed2a1bb9ba878059eaf23e499e73f1b9e7a7bfe (diff)
Sample file reading from hdfs.
Just a sample go file for reading from a hdfs file. Shall be deleted later. Issue-ID: ONAPARC-451 Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com> Change-Id: Icfdd4b2196e080b6da45dadaf498eeb5d5fba1ac
Diffstat (limited to 'vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod')
-rw-r--r--vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod b/vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod
index cf8a1d81..b2855127 100644
--- a/vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod
+++ b/vnfs/DAaaS/GoApps/src/hdfs-writer/go.mod
@@ -1 +1,3 @@
-module /Users/rajamoha/projects/demo/vnfs/DAaaS/GoApps/src/hdfs-writer
+module hdfs-writer
+
+require github.com/colinmarc/hdfs/v2 v2.0.0 // indirect