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
| 18/05/31 13:03:10 ERROR spark.SparkContext: Error initializing SparkContext. | |
| org.apache.spark.SparkException: Yarn application has already ended! It might have been killed or unable to launch application master. | |
| at org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend.waitForApplication(YarnClientSchedulerBackend.scala:124) | |
| at org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend.start(YarnClientSchedulerBackend.scala:64) | |
| at org.apache.spark.scheduler.TaskSchedulerImpl.start(TaskSchedulerImpl.scala:151) | |
| at org.apache.spark.SparkContext.<init>(SparkContext.scala:538) | |
| at org.apache.spark.repl.SparkILoop.createSparkContext(SparkILoop.scala:1022) | |
| at $line3.$read$$iwC$$iwC.<init>(<console>:15) | |
| at $line3.$read$$iwC.<init>(<console>:25) | |
| at $line3.$read.<init>(<console>:27) |
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
| #!/bin/bash | |
| # Autofirmado de certificados para cada host Cloudera Manager para la activacion de (TLS) | |
| # SE COMENTA PARA DESPLIEGUE PRE-PRODUCTIVO / DESCOMENTAR PARA NUEVO DESPIEGUE | |
| #export JAVA_HOME=/usr/java/jdk1.7.0_67-cloudera | |
| # | |
| echo "(1/5) Creando directorios de almacenamiento de certificados autofirmados"; | |
| sudo mkdir -p /opt/cloudera/security/x509/ /opt/cloudera/security/jks/ /opt/cloudera/security/pki/ | |
| sudo chown -R cloudera-scm:cloudera-scm /opt/cloudera/security/jks | |
| sudo chown -R cloudera-scm:cloudera-scm /opt/cloudera/security/pki/ |
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
| #!/bin/bash | |
| echo "Antes de ejecutar asegurar de tener jdk-8u144-linux-x64.tar.gz en el HOME"; | |
| echo "El parametro N1 es el nombre de host completo FQDN"; | |
| #sudo cp jdk-8u144-linux-x64.tar.gz /opt/ | |
| #cd /opt/ | |
| #sudo tar xzf jdk-8u144-linux-x64.tar.gz | |
| echo "Instalamos JDK 8 8u144"; |
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
| #!/bin/bash | |
| echo "CHEF Server Install Script 1.0."; | |
| echo "Parametro N°(1) -> Password"; | |
| echo "Probado en CentOS 7 version 7.4.1708."; | |
| echo "https://www.itzgeek.com/how-tos/linux/centos-how-tos/setup-chef-12-centos-7-rhel-7.html"; | |
| echo "1. Descargamamos la utilidad wget que permite descargar los packages del repositorio oficial."; | |
| yum -y install wget | |
| echo "2. Descargamos el package pre-compilado."; | |
| #wget https://packages.chef.io/stable/el/7/chef-server-core-12.10.0-1.el7.x86_64.rpm |
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
| Paragon NTFS for Mac OS Sierra Fully Activated | |
| https://thepiratebay.org/torrent/17024807 | |
| ############################################### | |
| Paragon NTFS v14.0.543 Mac OS X {B4tman} | |
| https://thepiratebay.org/torrent/12642389/ |
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
| Windows Loader 7 | |
| https://www.dropbox.com/s/mbqf9e4olywknk9/W7L.rar?dl=0 | |
| Elimina activadores y restaura el estaod original de tu windows | |
| MBR.Regenerator.v4.5 .rar | |
| https://mega.nz/#!C5dTDYoK!Ukf0dmnthaLwIS0U8R0fmxTo1tLFbBj0dFJd2NAZfIk | |
| Microsoft Toolkit 2.5.3 Final - Activa Office 2010, 2013, win 7 y win 8.1 | |
| MTK.v2.5.3 .rar | |
| https://mega.nz/#!i1U13CjY!57g_h2WvX5Ow6lNRdKlk694gbc8JeBWrLiGkgWkuCXg |
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
| https://es.ccm.net/forum/affich-1156633-samsung-rv410-controladora-red-wifi | |
| https://es.ccm.net/download/descargar-23777-driver-de-red-wifi-para-samsung-rv410 |
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
| import json | |
| import sys | |
| from pprint import pprint | |
| with open('api.json') as json_file: | |
| json_data = json.load(json_file); | |
| #json_data.close(); | |
| parse_json_switches_ports = json_data["design"]["network"]["switches"][5]["ports"]; |
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
| #!/bin/bash | |
| # from https://github.com/Microsoft/TypeScript-Sublime-Plugin | |
| # Macosx | |
| cd ~/"Library/Application Support/Sublime Text 3/Packages" | |
| git clone --depth 1 https://github.com/Microsoft/TypeScript-Sublime-Plugin.git TypeScript | |
| # For Windows Machine | |
| # cd "%APPDATA%\Sublime Text 3\Packages" | |
| # git clone --depth 1 https://github.com/Microsoft/TypeScript-Sublime-Plugin.git TypeScript |
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
| Write-Output "Ejecutando actualizarTerminoGiro en Desarrollo..." | |
| Invoke-RestMethod "http://sccnlp3-br-des.azurewebsites.net/api/administracion/actualizarTerminoGiro" |