Skip to content

Commit 7ebd56e

Browse files
ivanivan
authored andcommitted
Agregado script de ejecución..
Obs.: Cambiar ruta de la carpeta "data"
1 parent 02247bd commit 7ebd56e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

tp1erParcial

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/env bash
2+
#Construye el proyecto (genera el .jar)
3+
./build_jar_hadoop.sh
4+
#Serializa los objetos del scheme
5+
./genthrift.sh
6+
#Carga archivos en el hdfs
7+
cd src/bash/scripts
8+
./DataUpload.sh
9+
#Ejecuta el programa
10+
cd ..
11+
cd ..
12+
cd ..
13+
cd target
14+
hadoop jar tp-primer-parcial-1.0.0-SNAPSHOT-jar-with-dependencies.jar /home/{DATA_HOME}

0 commit comments

Comments
 (0)