diff --git a/README.md b/README.md index 349b0fc..5f5ad4e 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ There are 2 packages with 2 distinct demos
  1. Go to the folder main/data
  2. Execute $CASSANDRA_HOME/bin/cqlsh -f weather_data_schema.cql from this folder. It should create the keyspace spark_demo and some tables
  3. -
  4. Download the Weather_Raw_Data_2014.csv.gz from here (>200Mb)
  5. +
  6. Download the Weather_Raw_Data_2014.csv.gz from here (>200Mb)
  7. Unzip it somewhere on your disk
  • Ingestion
      -
    1. WeatherDataIntoCassandra: read all the Weather_Raw_Data_2014.csv file (30.106 lines) and insert the data into Cassandra. It may take some time before the ingestion is done so go take a long coffee ( < 1 hour on my MacBookPro 15") +
    2. WeatherDataIntoCassandra: read all the Weather_Raw_Data_2014.csv file (30.106 lines) and insert the data into Cassandra. It may take some time before the ingestion is done so go take a long coffee ( < 1 hour on my MacBookPro 15") Please do not forget set the path to this file by changing the WeatherDataIntoCassandra.WEATHER_2014_CSV value
    This step should take a while since there are 30.106 lines to be inserted into Cassandra