Skip to content

Commit

Permalink
Data directory for learning curves
Browse files Browse the repository at this point in the history
  • Loading branch information
inchiosa authored Aug 10, 2017
1 parent 7fd3a95 commit c739f88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Scripts/DSVM_Customization_Script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ wget http://strata2017r.blob.core.windows.net/airline/airline_20MM.csv
# Data directory for movie sentiment analysis
mkdir /data/movie

# Data directory for learning curves
mkdir /data/learning_curves

# Make directory used by Spark compute context
mkdir -p /var/RevoShare/remoteuser

Expand All @@ -71,6 +74,7 @@ mkdir -p /var/RevoShare/remoteuser
chown -R remoteuser:remoteuser /home/remoteuser/KDD2017R
chown -R remoteuser:remoteuser /data/airline
chown -R remoteuser:remoteuser /data/movie
chown -R remoteuser:remoteuser /data/learning_curves
chown remoteuser:remoteuser /var/RevoShare/remoteuser

sudo -u hadoop /opt/hadoop/current/bin/hdfs dfs -chown -R remoteuser /user/RevoShare/remoteuser
Expand Down

0 comments on commit c739f88

Please sign in to comment.