I hereby claim:
- I am schm1tz1 on github.
- I am schmitzi (https://keybase.io/schmitzi) on keybase.
- I have a public key whose fingerprint is 736E CFAF C0EB 8648 EFF0 5DD4 E283 0684 D324 F864
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>org.schm1tz1</groupId> | |
<artifactId>TestProjectNew</artifactId> | |
<version>1.0-SNAPSHOT</version> |
public void nestedSchemaTest() throws IOException, NoSuchAlgorithmException { | |
Schema.Parser parser = new Schema.Parser(); | |
// nested schemas as union | |
parser.parse(new File("schemaUnion.avsc")); | |
// load dependent first, then "derived" schema | |
parser.parse(new File("schema1.avsc")); | |
parser.parse(new File("schema2.avsc")); |
Vagrant.configure("2") do |config| | |
config.vm.box = "timveil/centos7-hdp-base" | |
config.vm.network "forwarded_port", guest: 8080, host: 18080, host_ip: "127.0.0.1" | |
config.vm.provision "shell", inline: <<-SHELL | |
echo '******* updating packages' | |
yum update -y | |
yum install patch -y |
#!/bin/bash | |
STD_PREFIX="/opt/radio" | |
HERE=$PWD | |
bold(){ | |
echo -e \\033[1m$*\\033[0m | |
} | |
boldn(){ |
I hereby claim:
To claim this, I am signing this object: