You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

mvn -v

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1g; support was removed in 8.0
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T10:41:47-06:00)
Maven home: /Users/sblackmon/Tools/apache-maven-3.3.9
Java version: 1.8.0_102, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_102.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.1", arch: "x86_64", family: "mac"

docker -v

 

Docker version 1.10.2, build c3959b1

docker info

 

Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 220
Server Version: 1.12.1
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 271
Dirperm1 Supported: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: null overlay host bridge
Kernel Version: 3.13.0-95-generic
Operating System: Ubuntu 14.04.5 LTS
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 23.49 GiB
Name: orthrys
ID: 5PQM:CCHU:H43N:77VD:KEDE:HY2X:FO6I:YGDK:FHES:KNDK:UFIK:N34C
Docker Root Dir: /var/lib/docker
Debug mode (client): false
Debug mode (server): false
Username: steveblackmon
Registry: https://index.docker.io/v1/
WARNING: No swap limit support
Labels:
provider=generic

streams-master


git status

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

git log | head

 

commit 016e014b4d8f8f2c19f839c296886a26f8e335d2
Author: Steve Blackmon @steveblackmon <sblackmon@apache.org>
Date: Wed Nov 2 09:45:15 2016 -0500

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

This reverts commit b5096fa46bdccfdafce95ee7bcd535a604a63041.

# Conflicts:
# pom.xml

 

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

 

cat ../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

 

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

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

mvn -Papache-release install release:perform -Dgoals=deploy -DlocalRepoDirectory=. -DlocalCheckout=true > ../incubator-streams-master_release-perform.txt

 

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

 

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

incubator-streams

 

git status

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

 

git log | head

commit c32891f49e5967de990f19ccae440acb0863df45
Author: Steve Blackmon @steveblackmon <sblackmon@apache.org>
Date: Wed Nov 2 09:48:59 2016 -0500

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

This reverts commit 7417348cbadc068e3f9d45b07ed51bc286676d64.

# Conflicts:
# pom.xml

 

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

 

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

[INFO] BUILD SUCCESS

 

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

 

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

[INFO] BUILD SUCCESS

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"
facebook {
oauth {
appId = "299258633581961"
appSecret = ""
}
userAccessTokens = [
""
]
}
fullcontact {
oauth {
clientId = FczOCb41PJ7OLv1Gx1SK9ORWn2kpfeMO
clientSecret = ""
apiKey = ""
}
}
gplus {
apiKey = ""
oauth {
serviceAccountEmailAddress = "streamsdev@adroit-particle-764.iam.gserviceaccount.com"
pathToP12KeyFile = streams-c84fa47bd759.p12
}
}
instagram {
clientId = "b389fcbeca2a40a89afa591a8468e4dc"
usersInfo.authorizedTokens = [
""
]
}
twitter {
oauth {
consumerKey = "jF3awfLECUZ4tFAwS5bZcha8c"
consumerSecret = ""
accessToken = "42232950-CzaYlt2M6SPGI883B5NZ8vROcL4qUsTJlp9wIM2K2"
accessTokenSecret = ""
}
retrySleepMs = 5000
retryMax = 250
}
youtube {
apiKey = 79d9f9ca2796d1ec5334faf8d6efaa6456a297e6
oauth {
serviceAccountEmailAddress = "streamsdev@adroit-particle-764.iam.gserviceaccount.com"
pathToP12KeyFile = streams-c84fa47bd759.p12
}
}

 

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

 

docker ps

 


CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
61d08da25d63 mongo:3.2.0 "/entrypoint.sh mongo" 2 seconds ago Up 2 seconds 0.0.0.0:32817->27017/tcp romantic_thompson
742e2dae4191 elasticsearch:2.3.5 "/docker-entrypoint.s" 11 seconds ago Up 10 seconds 0.0.0.0:32816->9200/tcp, 0.0.0.0:32815->9300/tcp amazing_blackwell

 

cat *.properties

 

 

#Docker ports
#Sun Oct 30 16:10:09 CDT 2016
es.http.host=192.168.99.101
es.tcp.host=192.168.99.101
es.http.port=32816
es.tcp.port=32815
#Docker ports
#Sun Oct 30 16:10:10 CDT 2016
mongo.tcp.host=192.168.99.101
mongo.tcp.port=32817

 

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

 

 

 

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

[INFO] BUILD SUCCESS

 

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

 

 

 

mvn -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

 

 

cat ../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

 

 

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

[INFO] [INFO] 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 = ""
}
}


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

 


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

[INFO] BUILD SUCCESS


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




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

 


 


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"

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

 

 

  • No labels