From a073fdd00da3545440a702401d476a760a8ba944 Mon Sep 17 00:00:00 2001 From: shagun Sodhani Date: Tue, 10 May 2016 20:29:38 +0530 Subject: [PATCH] fixed formatting issue --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c018948..4f7e224 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ A spatial colocation pattern is a set of features that co-occur in space. For ex ### Dummy Dataset -* A very small dataset (6 rows) can be found in `sampleData\data` file. The file can be used for testing the different MapReduce tasks without having to download the socrata dataset. -*Add the file to hdfs using the put command `$HADOOP_HOME/bin/hdfs dfs -put /sampleData/data ` and proceed to run MapReduce tasks. +* A very small dataset (6 rows) can be found in `sampleData/data` file. The file can be used for testing the different MapReduce tasks without having to download the socrata dataset. +* Add the file to hdfs using the put command `$HADOOP_HOME/bin/hdfs dfs -put /sampleData/data ` and proceed to run MapReduce tasks. ### To run Neighbour Search MapReduce task