Update Software Version - mata-elang-stable/MataElang-Platform GitHub Wiki

GeoLite2

▶️ Download the latest GeoLite2 database and upload it to your server via PC.

(Refer to https://github.com/mata-elang-stable/mataelang-platform/wiki/hadoop#2-download-geolite2)

▶️ Put the GeoLite2 database in the Hadoop-HDFS directory.

🔑 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
⚠️ **GitHub.com Fallback** ⚠️