This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# teoria hdfs - | |
# Cuando usas /user/bigdata/mapreduce/ en un comando hdfs dfs ... → son del sistema de archivos distribuido HDFS que maneja Hadoop. | |
# basic files en hadoop ------------------------------------- | |
# ls | |
hdfs dfs -ls / | |
# renombrar archivo | |
hdfs dfs -mv /ruta/archivo_viejo /ruta/archivo_nuevo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 15-Minute Minecraft Plugin Tutorial For 1.8.8 - 1.21 | |
In this new Minecraft plugin development guide, I'll show you how to make Minecraft plugins for Bukkit, Spigot and Paper. | |
This guide covers Minecraft plugins for 1.8.8 to 1.21. | |
We'll be using IntelliJ with a dedicated extension for Minecraft plugin development to make this process fast and easy. | |
## Do you want a complete step-by-step tutorial on developing your own Minecraft plugins? [Click here for a full Minecraft plugin development training](https://mineacademy.org/project-orion?st=github&sc=gist). |