Last active
July 20, 2020 16:59
-
-
Save kensipe/4617d57e849ef7772d5c to your computer and use it in GitHub Desktop.
Working With Mapr Notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo /etc/init.d/mapr-warden restart | |
sudo maprcli node list -columns ip | |
maprcli volume list -columns n,p | |
hadoop fs -ls /var/mapr/local | |
hadoop fs -stat /var/mapr/local | |
hadoop fs -stat /var/mapr/local/demo-mapr-slave1.c.inbound-bee-664.internal | |
hadoop fs -lsr /var/ | |
fdisk -l | grep dev | |
hadoop fs -ls / | |
REST | |
chrome-extension://hgmloofddffdnphfgcellkdfbfbjeloo/RestClient.html#RequestPlace:default | |
http://130.211.121.28:8192/api/cluster/flexup | |
PUT | |
payload | |
{ | |
"instances":1, "profile": "small" | |
} | |
application/json | |
*** END REST |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment