aboutsummaryrefslogtreecommitdiff
path: root/graphx
diff options
context:
space:
mode:
authorWeichenXu <WeichenXu123@outlook.com>2016-07-02 08:40:23 +0100
committerSean Owen <sowen@cloudera.com>2016-07-02 08:40:23 +0100
commit192d1f9cf3463d050b87422939448f2acf86acc9 (patch)
treec15ef89609de2fcf577d3eaefc078ed55fa0a511 /graphx
parentbad0f7dbba2eda149ee4fc5810674d971d17874a (diff)
downloadspark-192d1f9cf3463d050b87422939448f2acf86acc9.tar.gz
spark-192d1f9cf3463d050b87422939448f2acf86acc9.tar.bz2
spark-192d1f9cf3463d050b87422939448f2acf86acc9.zip
[GRAPHX][EXAMPLES] move graphx test data directory and update graphx document
## What changes were proposed in this pull request? There are two test data files used for graphx examples existing in directory "graphx/data" I move it into "data/" directory because the "graphx" directory is used for code files and other test data files (such as mllib, streaming test data) are all in there. I also update the graphx document where reference the data files which I move place. ## How was this patch tested? N/A Author: WeichenXu <WeichenXu123@outlook.com> Closes #14010 from WeichenXu123/move_graphx_data_dir.
Diffstat (limited to 'graphx')
-rw-r--r--graphx/data/followers.txt8
-rw-r--r--graphx/data/users.txt7
2 files changed, 0 insertions, 15 deletions
diff --git a/graphx/data/followers.txt b/graphx/data/followers.txt
deleted file mode 100644
index 7bb8e900e2..0000000000
--- a/graphx/data/followers.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-2 1
-4 1
-1 2
-6 3
-7 3
-7 6
-6 7
-3 7
diff --git a/graphx/data/users.txt b/graphx/data/users.txt
deleted file mode 100644
index 982d19d50b..0000000000
--- a/graphx/data/users.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-1,BarackObama,Barack Obama
-2,ladygaga,Goddess of Love
-3,jeresig,John Resig
-4,justinbieber,Justin Bieber
-6,matei_zaharia,Matei Zaharia
-7,odersky,Martin Odersky
-8,anonsys