I hereby claim:
- I am rmetzger on github.
- I am rmetzger (https://keybase.io/rmetzger) on keybase.
- I have a public key whose fingerprint is 7DAB 190F 0C67 8B62 D8C7 85BC AD3A 4CED 0F4D 0307
To claim this, I am signing this object:
| Components: | |
| @angular/animations 7.2.10 : MIT License | |
| @angular/cdk 7.3.6 : MIT License | |
| @angular/common 7.2.10 : MIT License | |
| @angular/compiler 7.2.10 : MIT License | |
| @angular/core 7.2.10 : MIT License | |
| @angular/forms 7.2.10 : MIT License | |
| @angular/platform-browser 7.2.10 : MIT License | |
| @angular/platform-browser-dynamic 7.2.10 : MIT License |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Reactor Build Order: | |
| [INFO] | |
| [INFO] force-shading [jar] | |
| [INFO] flink [pom] | |
| [INFO] flink-annotations [jar] | |
| [INFO] flink-shaded-hadoop [pom] | |
| [INFO] flink-shaded-hadoop2 [jar] | |
| [INFO] flink-shaded-hadoop2-uber [jar] | |
| [INFO] flink-shaded-yarn-tests [jar] |
| sudo -s | |
| apt update | |
| apt install maven openjdk-8-jdk git | |
| apt remove openjdk-11-jre-headless | |
| exit | |
| git clone https://github.com/apache/flink.git | |
| cd flink | |
| export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64/ | |
| mvn clean install |
| $ docker run -it ubuntu /bin/bash | |
| % apt-get update | |
| % apt-get install maven openjdk-8-jdk git | |
| % git clone https://github.com/apache/flink.git | |
| % cd flink | |
| % mvn clean package -DskipTests |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| for file in `find . | grep "\.jar" `; do | |
| echo "file $file" | |
| COUNT=`jar tf $file | grep '^com/google/common' | wc -l` | |
| if [ $COUNT != "0" ]; then | |
| echo "FOUND IN FILE $file" | |
| fi | |
| done |
| [cloudera@quickstart build-target]$ klist | |
| Ticket cache: FILE:/tmp/krb5cc_501 | |
| Default principal: hdfs@CLOUDERA | |
| Valid starting Expires Service principal | |
| 08/30/15 05:15:22 08/31/15 05:15:22 krbtgt/CLOUDERA@CLOUDERA | |
| renew until 09/06/15 05:15:22 | |
| [cloudera@quickstart build-target]$ export HADOOP_CONF_DIR=/usr/lib/hadoop/etc/hadoop/ | |
| [cloudera@quickstart build-target]$ ./bin/yarn-session.sh -n 1 | |
| 05:15:37,483 INFO org.apache.hadoop.yarn.client.RMProxy - Connecting to ResourceManager at quickstart.cloudera/127.0.0.1:8032 |
| /* | |
| * Licensed to the Apache Software Foundation (ASF) under one | |
| * or more contributor license agreements. See the NOTICE file | |
| * distributed with this work for additional information | |
| * regarding copyright ownership. The ASF licenses this file | |
| * to you under the Apache License, Version 2.0 (the | |
| * "License"); you may not use this file except in compliance | |
| * with the License. You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| Travis build: https://travis-ci.org/StephanEwen/incubator-flink/jobs/63147661 | |
| 10:38:15,603 INFO org.apache.flink.streaming.connectors.kafka.KafkaITCase - Starting KafkaITCase.prepare() | |
| 10:38:15,611 INFO org.apache.flink.streaming.connectors.kafka.KafkaITCase - Starting Zookeeper | |
| 10:38:15,816 INFO org.apache.zookeeper.server.ZooKeeperServerMain - Starting server | |
| 10:38:15,828 INFO org.apache.zookeeper.server.ZooKeeperServer - Server environment:zookeeper.version=3.4.6-1569965, built on 02/20/2014 09:09 GMT | |
| 10:38:15,829 INFO org.apache.zookeeper.server.ZooKeeperServer - Server environment:host.name=testing-worker-linux-docker-e8c0cfc7-5418-linux-2.prod.travis-ci.org | |
| 10:38:15,829 INFO org.apache.zookeeper.server.ZooKeeperServer - Server environment:java.version=1.7.0_76 | |
| 10:38:15,829 INFO org.apache.zookeeper.server.ZooKeeperServer - Server environment:java.vendor=Oracle Corporation | |
| 10:38:15,829 INFO org.apac |