|
Running: sudo apt-get install mapr-single-node. There needs to be more stated about the error, eg, where does "Use of 127.0.0.1" come from, and what is a remedy on a single server machine with no static IP address (eg, a typical laptop)? The output is: j@ubuntu:~$ sudo apt-get install mapr-single-node [sudo] password for j: Reading package lists... Done Building dependency tree |
|
This will be fixed in the upcoming release. Meanwhile to get you going: inside of /opt/mapr/server/configure.sh script comment out the "exit 1" lines that follow this one: "Use of 127.0.0.1 can lead to unpredictable results" And run /opt/mapr/server/configure.sh -C 127.0.0.1 -Z 127.0.0.1 |
|
Thanks! That fixed the problem! |