Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Dec 5, 2021
1 parent e255251 commit d996217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ curl --silent --insecure -X GET -u $MAPR_USER:$MAPR_PASSWORD https://mapr-web
```
## MapRFS maprfs
```sh
hadoop fs -mkdir -p /mapr/dp.stg/vantage/data/store/collected/car-data/MDF4/a889-017d6b9bc95b/
hadoop fs -ls /mapr/dp.stg/vantage/data/store/collected/car-data/MDF4/a889-017d6b9bc95b/
hadoop fs -rm -r /mapr/dp.stg/vantage/data/store/collected/car-data/MDF4/a889-017d6b9bc95b/
```
Expand Down

0 comments on commit d996217

Please sign in to comment.