aboutsummaryrefslogtreecommitdiff
path: root/data
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 /data
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 'data')
-rw-r--r--data/graphx/followers.txt8
-rw-r--r--data/graphx/users.txt7
2 files changed, 15 insertions, 0 deletions
diff --git a/data/graphx/followers.txt b/data/graphx/followers.txt
new file mode 100644
index 0000000000..7bb8e900e2
--- /dev/null
+++ b/data/graphx/followers.txt
@@ -0,0 +1,8 @@
+2 1
+4 1
+1 2
+6 3
+7 3
+7 6
+6 7
+3 7
diff --git a/data/graphx/users.txt b/data/graphx/users.txt
new file mode 100644
index 0000000000..982d19d50b
--- /dev/null
+++ b/data/graphx/users.txt
@@ -0,0 +1,7 @@
+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