Skip to content

Instantly share code, notes, and snippets.

View Ardemius's full-sized avatar

Thomas SCHWENDER Ardemius

  • Softeam Group
  • Paris, France
View GitHub Profile
@Ardemius
Ardemius / start-sandbox-hdp-standalone_2-6-4.ps1
Created February 26, 2018 10:11
Corrected version the Hortonworks sandbox start AND RESTART script (start-sandbox-hdp-standalone_2-6-4.ps1)
Write-Host "Checking docker daemon..."
If ((Get-Process | Select-String docker) -ne $null) {
Write-Host "Docker is up and running"
}
Else {
$Host.UI.WriteErrorLine("Please start Docker service. https://docs.docker.com/docker-for-windows/")
return
}
If ((docker images | Select-String sandbox-hdp-standalone) -ne $null) {
@Ardemius
Ardemius / compile.lib.properties
Created February 13, 2017 07:03 — forked from skhatri/compile.lib.properties
Loading Gradle dependencies from External Properties file
cglib:cglib-nodep:2.1_3
net.sourceforge.cssparser:cssparser:0.9.5
org.freemarker:freemarker:2.3.16
com.google.guava:guava:10.0.1
org.hamcrest:hamcrest-core:1.1