Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Docker version 1.10.2, build c3959b1

docker info

 

Containers: 380
Running: 0
Paused: 0
Stopped: 380
Images: 60220
Server Version: 1.1112.21
Storage Driver: aufs
Root Dir: /mnt /sda1/var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 302271
Dirperm1 Supported: truefalse
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge null host overlay
Kernel Version: 43.413.120-95-boot2dockergeneric
Operating System: Boot2Docker 1Ubuntu 14.11.2 (TCL 7.1); HEAD : a6645c3 - Wed Jun 1 22:59:51 UTC 201604.5 LTS
OSType: linux
Architecture: x86_64
CPUs: 28
Total Memory: 323.858 49 GiB
Name: defaultorthrys
ID: 2GX45PQM:6NISCCHU:ZOVQH43N:B3XH77VD:QPVXKEDE:H5D6HY2X:2Q3GFO6I:GSNRYGDK:IR5NFHES:YBRAKNDK:HGX7UFIK:2VWON34C
Docker Root Dir: /mnt/sda1 /var/lib/docker
Debug mode (client): false
Debug mode (server): truefalse
File DescriptorsUsername: 14steveblackmon
Goroutines: 33
System Time: 2016-11-02T23:22:13.072041664Z
EventsListeners: 1
Username: steveblackmon
Registry: https://index.docker.io/v1/
Labels:
provider=virtualboxRegistry: https://index.docker.io/v1/
WARNING: No swap limit support
Labels:
provider=generic

rm -rf ~/.m2/repository/org/apache/streams

 

streams-master


git status

On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean

...

View file
nameincubator-streams-master_apache-rat_check.txt
height250

 

...

tail ../incubator-streams-master_apache-rat_check.txt | egrep "BUILD SUCCESS"

[INFO] BUILD SUCCESS

 

mvn -Papache-release release:prepare -DpushChanges=false -DautoVersionSubmodules=true -DreleaseVersion=0.4-incubating -DdevelopmentVersion=0.5-incubating-SNAPSHOT -Dtag=streams-master-0.4-incubating > ../incubator-streams-master_release-prepare.txt

View file
nameincubator-streams-master_release-prepareperform.txt
height250

 

...

tail ../incubator-streams-master_release-prepare.txt | egrep "BUILD SUCCESS"

[INFO] [INFO] BUILD BUILD SUCCESS[INFO] BUILD SUCCESS

 

mvn -Papache-release install release:perform -Darguments='-Dmaven.test.skip.exec=true' -Dgoals=deploy -DlocalRepoDirectory=. -DlocalCheckout=true > ../

...

incubator-streams-master_release-perform.txt

...

 

...

tail ../incubator-streams-master_release-perform.txt | egrep "BUILD SUCCESS"

...


[INFO] [INFO] BUILD SUCCESS[INFO] BUILD SUCCESS

curl https://repository.apache.org/service/local/repositories/orgapachestreams-

...

1019/content/org/apache/streams/streams-master/0.4-incubating/streams-master-0.4-incubating-source-release.zip | md5

043379bc0647f4435b768f84fcaead21182ed359685f35d950df3ba631d7d5e1

curl https://repository.apache.org/service/local/repositories/orgapachestreams-

...

1019/content/org/apache/streams/streams-master/0.4-incubating/streams-master-0.4-incubating-source-release.zip.md5 

043379bc0647f4435b768f84fcaead21182ed359685f35d950df3ba631d7d5e1

curl https://repository.apache.org/service/local/repositories/orgapachestreams-

...

1019/content/org/apache/streams/streams-master/0.4-incubating/streams-master-0.4-incubating-source-release.zip | shasum

e23ee2f7007cccf296073e59e6791ac4c98a85c73cf0110f6a1abd7160ae40088d35ce1d9b581ac0

curl https://repository.apache.org/service/local/repositories/orgapachestreams-

...

1019/content/org/apache/streams/streams-master/0.4-incubating/streams-master-0.4-incubating-source-release.zip.sha1 

e23ee2f7007cccf296073e59e6791ac4c98a85c73cf0110f6a1abd7160ae40088d35ce1d9b581ac0

incubator-streams

 

git status

...

View file
nameincubator-streams_apache-rat_check.txt
height250

 

...

tail ../incubator-streams_apache-rat_check.txt | egrep "BUILD SUCCESS"

[INFO] BUILD SUCCESS

 

mvn clean verify > ../incubator-streams_unittests.txt

View file
nameincubator-streams_unittests.txt
height
 
250

...

tail ../incubator-streams_unittests.txt | egrep "BUILD SUCCESS"

[INFO] BUILD SUCCESS

cat application.conf 

...

mvn -PdockerITs docker:start > ../incubator-streams_docker-start.txt

View file
nameincubator-streams_docker-start.txt
 
height250

docker ps

 

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
61d08da25d63 e8afdc2835f9 mongo:3.2.0 "/entrypoint.sh mongo" 2 44 seconds ago Up 2 seconds 0.0.0.0:3281732928->27017/tcp romanticreverent_thompsonjang
742e2dae4191 f102270125b8 elasticsearch:2.3.5 "/docker-entrypoint.s" 11 50 seconds ago Up 10 8 seconds 0.0.0.0:3281632927->9200/tcp, 0.0.0.0:3281532926->9300/tcp amazingangry_blackwellwing

 

...

head *.properties

 

 

==> elasticsearch.properties <==
#Docker ports
#Sun Oct 30 16:10:09 #Thu Nov 03 10:42:43 CDT 2016
es.http.host=192.168.990.10140
es.tcp.host=192.168.990.10140
es.http.port=3281632927
es.tcp.port=32815
32926

==> mongo.properties <==
#Docker ports
#Sun Oct 30 16:10:10 #Thu Nov 03 10:42:44 CDT 2016
mongo.tcp.host=192.168.990.10140
mongo.tcp.port=3281732928

 

mvn clean verify -DskipTests=true -DskipITs=false -DargLine="-Dconfig.file=`pwd`/application.conf" > ../incubator-streams_integrationtests.txt

  

View file
nameincubator-streams_integrationtests.txt
height250

 

...

tail ../incubator-streams_integrationtests.txt | egrep "BUILD SUCCESS"

[INFO] BUILD SUCCESS

 

mvn -PdockerITs docker:stop > ../incubator-streams_docker-stop.txt

  

View file
 
name

...

incubator-streams_docker-stop.txt
height250

mvn -Papache-Papache-release release:prepare -DpushChanges=false -DautoVersionSubmodules=true -DreleaseVersion=0.4-incubating -DdevelopmentVersion=0.5-incubating-SNAPSHOT -Dtag=streams-project-0.4-incubating > ../incubator-streams_release-prepare.txt

View file
nameincubator-streams_release-prepare.txt
 
height
 
250

...

tail ../incubator-streams_release-prepare.txt | egrep "BUILD SUCCESS"

[INFO] [INFO] BUILD SUCCESS[INFO] BUILD SUCCESS

mvn -Papache-release install release:perform -Darguments='-Dmaven.test.skip.exec=true' -Dgoals=deploy -DlocalRepoDirectory=. -DlocalCheckout=true > ../incubator-streams_release-perform.txt

 

View file
 
name

...

incubator-streams_release-perform.txt

...

height250

tail ../incubator-streams_release-perform.txt | egrep "BUILD SUCCESS"

[INFO] BUILD SUCCESS

 

streams-examples

git status

On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean

git log | head

commit ac840dc5c9970ef3b54e32280d03c21f9110b78e
Author: jfrazee <jfrazee>
Date: Thu Oct 27 19:07:53 2016 -0400

STREAMS-446: RAT check fails in prep for 0.4-incubating release, this closes apache/incubator-streams-examples#18

commit b61b5908bb503ed6d70a8cb40c05eb38ccff5ca3
Author: smarthi <smarthi@apache.org>
Date: Thu Oct 27 17:40:58 2016 -0400

 

mvn clean apache-rat:check -e -DskipTests > ../incubator-streams-examples_apache-rat_check.txt

 

 

cat ../incubator-streams-examples_apache-rat_check.txt | egrep "BUILD SUCCESS"

[INFO] BUILD SUCCESS

 

 

mvn clean verify > ../incubator-streams-examples_unittests.txt

 

 

cat ../incubator-streams-examples_unittests.txt | egrep "BUILD SUCCESS"

[INFO] BUILD SUCCESS

 

mvn -PdockerITs -N docker:start > ../incubator-streams-examples_docker-start.txt

docker ps

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9302e74c8696 neo4j "/docker-entrypoint.s" 40 seconds ago Up 39 seconds 7473/tcp, 0.0.0.0:32822->7474/tcp, 0.0.0.0:32821->7687/tcp small_mcclintock
5ac3cebed734 mongo:3.2.0 "/entrypoint.sh mongo" 40 seconds ago Up 39 seconds 0.0.0.0:32820->27017/tcp focused_gates
b705a6faf8fa elasticsearch:2.3.5 "/docker-entrypoint.s" 48 seconds ago Up 47 seconds 0.0.0.0:32819->9200/tcp, 0.0.0.0:32818->9300/tcp desperate_saha

 

cat *.properties

#Docker ports
#Sun Oct 30 17:13:43 CDT 2016
es.http.host=192.168.99.101
es.tcp.host=192.168.99.101
es.http.port=32819
es.tcp.port=32818
#Docker ports
#Sun Oct 30 17:13:43 CDT 2016
mongo.tcp.host=192.168.99.101
mongo.tcp.port=32820
#Docker ports
#Sun Oct 30 17:13:43 CDT 2016
neo4j.tcp.port=32821
neo4j.http.port=32822
neo4j.tcp.host=192.168.99.101
neo4j.http.host=192.168.99.101

cat application.conf

# 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
include "elasticsearch.properties"
include "mongo.properties"
include "neo4j.properties"
twitter {
oauth {
consumerKey = "jF3awfLECUZ4tFAwS5bZcha8c"
consumerSecret = ""
accessToken = "42232950-CzaYlt2M6SPGI883B5NZ8vROcL4qUsTJlp9wIM2K2"
accessTokenSecret = ""
}
}

...

curl https://repository.apache.org/service/local/repositories/orgapachestreams-1019/content/org/apache/streams/streams-project/0.4-incubating/streams-project-0.4-incubating-source-release.zip | md5

5321f8c3f470d464a6f354d8b624c726

curl https://repository.apache.org/service/local/repositories/orgapachestreams-1019/content/org/apache/streams/streams-project/0.4-incubating/streams-project-0.4-incubating-source-release.zip.md5 

5321f8c3f470d464a6f354d8b624c726

curl https://repository.apache.org/service/local/repositories/orgapachestreams-1019/content/org/apache/streams/streams-project/0.4-incubating/streams-project-0.4-incubating-source-release.zip | shasum

ea294756549569e1a9392db362f3e3b33adc9dc1

curl https://repository.apache.org/service/local/repositories/orgapachestreams-1019/content/org/apache/streams/streams-project/0.4-incubating/streams-project-0.4-incubating-source-release.zip.sha1 

ea294756549569e1a9392db362f3e3b33adc9dc1

streams-examples

git status

On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean

git log | head

commit b2cd3934bc1e28035c949484454d7f95c6adb081
Author: Steve Blackmon @steveblackmon <sblackmon@apache.org>
Date: Wed Nov 2 09:50:55 2016 -0500

Revert "[maven-release-plugin] prepare release streams-examples-0.4-incubating"

This reverts commit 5807a4522c9ea3f93547baf801f4eb64d1a83383.

# Conflicts:
# flink/flink-twitter-collection/pom.xml

 

mvn clean apache-rat:check -e -DskipTests > ../incubator-streams-examples_apache-rat_check.txt

 

View file
nameincubator-streams-examples_apache-rat_check.txt
height250

tail ../incubator-streams-examples_apache-rat_check.txt | egrep "BUILD SUCCESS"

[INFO] BUILD SUCCESS

 

 

mvn clean verify > ../incubator-streams-examples_unittests.txt

 

View file
nameincubator-streams-examples_unittests.txt
height250

cat ../incubator-streams-examples_unittests.txt | egrep "BUILD SUCCESS"

[INFO] BUILD SUCCESS

 

mvn -PdockerITs -N docker:start > ../incubator-streams-examples_docker-start.txt


View file
nameincubator-streams-examples_docker-start.txt
height250

docker ps

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
237e50990ea0 neo4j "/docker-entrypoint.s" 45 seconds ago Up 7 seconds 7473/tcp, 0.0.0.0:32933->7474/tcp, 0.0.0.0:32932->7687/tcp drunk_lamarr
1ab18aac054c mongo:3.2.0 "/entrypoint.sh mongo" 45 seconds ago Up 8 seconds 0.0.0.0:32931->27017/tcp hopeful_feynman
1f69ab5fe9f4 elasticsearch:2.3.5 "/docker-entrypoint.s" 52 seconds ago Up 14 seconds 0.0.0.0:32930->9200/tcp, 0.0.0.0:32929->9300/tcp fervent_varahamihira

head *.properties

==> elasticsearch.properties <==
#Docker ports
#Thu Nov 03 12:28:56 CDT 2016
es.http.host=192.168.0.40
es.tcp.host=192.168.0.40
es.http.port=32930
es.tcp.port=32929

==> mongo.properties <==
#Docker ports
#Thu Nov 03 12:28:56 CDT 2016
mongo.tcp.host=192.168.0.40
mongo.tcp.port=32931

==> neo4j.properties <==
#Docker ports
#Thu Nov 03 12:28:56 CDT 2016
neo4j.tcp.port=32932
neo4j.http.port=32933
neo4j.tcp.host=192.168.0.40
neo4j.http.host=192.168.0.40


cat application.conf

# 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
include "elasticsearch.properties"
include "mongo.properties"
include "neo4j.properties"
twitter {
oauth {
consumerKey = "jF3awfLECUZ4tFAwS5bZcha8c"
consumerSecret = ""
accessToken = "42232950-CzaYlt2M6SPGI883B5NZ8vROcL4qUsTJlp9wIM2K2"
accessTokenSecret = ""
}
}


mvn clean verify -DskipTests=true -DskipITs=false -DargLine="-Dconfig.file=`pwd`/application.conf" > ../incubator-streams-examples_integrationtests.txt

 

View file
nameincubator-streams-examples_integrationtests.txt.zip
height250

tail ../incubator-streams-examples_integrationtests.txt | egrep "BUILD SUCCESS"

[INFO] BUILD SUCCESS


mvn -PdockerITs docker:stop > ../incubator-streams-examples_docker-stop.txt


View file
nameincubator-streams-examples_docker-stop.txt
height250


mvn -Papache-release release:prepare -DpushChanges=false -DautoVersionSubmodules=true -DreleaseVersion=0.4-incubating -DdevelopmentVersion=0.5-incubating-SNAPSHOT -Dtag=streams-examples-0.4-incubating > ../incubator-streams-examples_release-prepare.txt

 


 


tail ../incubator-streams-examples_release-prepare.txt | egrep "BUILD SUCCESS"

[INFO] BUILD SUCCESS


mvn -Papache-release install release:perform -Darguments='-Dmaven.test.skip.exec=true' -Dgoals=deploy -DlocalRepoDirectory=. -DlocalCheckout=true > ../incubator-streams-examples_

...

release-perform.txt

 



cat ../incubator-streams-examples_

...

release-perform.txt | egrep "BUILD SUCCESS"

[INFO] [INFO] BUILD SUCCESS
[INFO] BUILD SUCCESS

mvn -PdockerITs docker:stop > ../incubator-streams-examples_docker-stop.txt

...

curl https://repository.apache.org/service/local/repositories/orgapachestreams-1019/content/org/apache/streams/streams-examples0.4-incubating/streams-examples-0.4-incubating-source-release.zip | md5

6673b1a65ccc8cddf3667696de5235f1

curl https://repository.apache.org/service/local/repositories/orgapachestreams-1019/content/org/apache/streams/streams-examples/0.4-incubating/streams-examples-

...

0.

...

4-incubating-

...

source-release.zip.md5 

 

curl https://repository.apache.org/service/local/repositories/orgapachestreams-1019/content/org/apache/streams/streams-examples

...

/0.4-

...

incubating/

...

streams-examples

...

-

...

 

 

cat ../incubator-streams-examples_release-prepare.txt | egrep "BUILD SUCCESS"

[INFO] [INFO] BUILD SUCCESS
[INFO] BUILD SUCCESS

mvn -Papache-release install release:perform -Darguments='-Dmaven.test.skip.exec=true' -Dgoals=deploy -DlocalRepoDirectory=. -DlocalCheckout=true > ../incubator-streams-examples_release-perform.txt

 

cat ../incubator-streams-examples_release-perform.txt | egrep "BUILD SUCCESS"

...

0.4-incubating-source-release.zip | shasum

c6a3a58a3fb2a151d1b8636e6bfe5181ed9b9f76

curl https://repository.apache.org/service/local/repositories/orgapachestreams-1019/content/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-source-release.zip.sha1