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 8adc8a98525d4d0444cbc87c8990ed713314420a
Author: jfrazee <jfrazee>
Date: Thu Oct 27 19:13:49 2016 -0400

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

commit e2ee469ebb956ba8c0e704ebcdbb62e7d38bc73a
Author: smarthi <smarthi@apache.org>
Date: Wed Oct 26 23:11:52 2016 -0400

 

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 be8e1c5b3afed7184d90ce8fb498001cb7b29661
Author: jfrazee <jfrazee>
Date: Thu Oct 27 19:11:09 2016 -0400

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

commit 0b2927ef88cca4937123d114a4df965ab7a88b88
Author: steveblackmon <sblackmon@apache.org>
Date: Thu Oct 27 00:08:41 2016 -0400

 

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

 

Docker version 1.10.2, build c3959b1

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

incubator-streams-examples_integrationtests.txt.zip


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