You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the accumulo continuous ingest test on my baremetal cluster. The verify map-reduce job was not completing.
It turns out that the home directory for the install user was full. This system was configured with a small space for /home, leaving most of the space in /var.
It would probably be better for hadoop, zookeeper, and accumulo to be configured to put logs in /var, and not the install user's account.
The text was updated successfully, but these errors were encountered:
I ran the accumulo continuous ingest test on my baremetal cluster. The verify map-reduce job was not completing.
It turns out that the home directory for the install user was full. This system was configured with a small space for /home, leaving most of the space in /var.
It would probably be better for hadoop, zookeeper, and accumulo to be configured to put logs in /var, and not the install user's account.
The text was updated successfully, but these errors were encountered: