%sh DIRECTORY=citibike FILENAME=201612-citibike-tripdata echo "Data Set name (remove .zip or .csv) :" $FILENAME echo "-----------------------------------------------------------------" echo ".." echo "If this paragraph hangs on the SELECT count(*) FROM bike_trips, see the next paragraph for an explanation/resolution...." echo ".." cd $DIRECTORY # run hive hive <