It sounds like the user you are logging in as doesn't have the right permissions. This link will help you set the permissions up correctly:
http://www.mapr.com/doc/display/MapR/Managing+Permissions
When starting a new cluster, I typically create a 'mapr' user and give him admin permissions with this command:
maprcli acl edit -type cluster -user mapr:fc
Hope this helps!