Update Software Version - mata-elang-stable/MataElang-Platform GitHub Wiki
(Refer to https://github.com/mata-elang-stable/mataelang-platform/wiki/hadoop#2-download-geolite2)
🔑 Change ubuntu
of "/user/ubuntu" according to your user account if necessary.
🔑 Change <YYYYMMDD>
to match the downloaded file.
# Replace GeoLite2 database in the Hadoop-HDFS directory.
hdfs dfs -rm hdfs://localhost:9000/user/ubuntu/kaspacore/files/GeoLite2-City.mmdb
hdfs dfs -put ~/GeoLite2-City_<YYYYMMDD>/GeoLite2-City.mmdb hdfs://localhost:9000/user/ubuntu/kaspacore/files
# Rebuild and start Spark Docker containers.
sudo docker-compose -f ~/spark/docker-compose.yaml down
sudo docker-compose -f ~/spark/docker-compose.yaml up -d