How to check if my hadoop is running in pseudo distributed mode?

hadoop, mode

Solution

To know if you are running hadoop in Standalone or Pseudo distributed mode, verify your configuration files. Below information might help.

Problem

I installed hadoop quite a while ago but I somehow have forgotten if I installed in pseudo distributed mode or not.How can I check it? while my hadoop is running

Original source