[GitHub] incubator-fluo-recipes issue #113: Misc release prep cleanup

2016-10-14 Thread keith-turner
Github user keith-turner commented on the issue:

https://github.com/apache/incubator-fluo-recipes/pull/113
  
After I ran `mvn release:prepare` with these changes I see the following.

```
$ ls target/*.tar*
target/fluo-recipes-1.0.0-incubating-source-release.tar.gz  
target/fluo-recipes-1.0.0-incubating-source-release.tar.gz.asc

```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-fluo-recipes pull request #113: Misc release prep cleanup

2016-10-14 Thread keith-turner
GitHub user keith-turner opened a pull request:

https://github.com/apache/incubator-fluo-recipes/pull/113

Misc release prep cleanup

 * removed prohibition on jar sealing, this necessitated some code changes
 * removed rat exclusions and added some licenses 
 * fixed some javadoc issues found while running mvn release perpare
 * changed parent pom artifact id so that src artifact will have a good name
 * cleaned up some unused import warnings
 * removed impl package

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/keith-turner/fluo-recipes one-oh-prep

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-fluo-recipes/pull/113.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #113


commit 10ccb16aedd8c141f5bd21be6822481471afa7ad
Author: Keith Turner 
Date:   2016-10-14T21:04:59Z

Misc release prep cleanup




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-fluo-website pull request #27: Major refactoring of release posts

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-fluo-website/pull/27


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-fluo-website pull request #27: Major refactoring of release posts

2016-10-14 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request:


https://github.com/apache/incubator-fluo-website/pull/27#discussion_r83468865
  
--- Diff: _posts/blog/2016-01-11-webindex-long-run.md ---
@@ -1,6 +1,6 @@
 ---
 title:  "Running Webindex for 3 days on EC2"
-date:   2016-01-11 03:30:00
+date:   2016-01-11 15:30:00
--- End diff --

We should just always put the time zone, to reduce any ambiguity.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-fluo-website pull request #27: Major refactoring of release posts

2016-10-14 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request:


https://github.com/apache/incubator-fluo-website/pull/27#discussion_r83468525
  
--- Diff: _posts/blog/2016-01-11-webindex-long-run.md ---
@@ -1,6 +1,6 @@
 ---
 title:  "Running Webindex for 3 days on EC2"
-date:   2016-01-11 03:30:00
+date:   2016-01-11 15:30:00
--- End diff --

This is apparently a known issue: jekyll/jekyll#1069


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-fluo-website pull request #27: Major refactoring of release posts

2016-10-14 Thread keith-turner
Github user keith-turner commented on a diff in the pull request:


https://github.com/apache/incubator-fluo-website/pull/27#discussion_r83466342
  
--- Diff: _posts/blog/2016-01-11-webindex-long-run.md ---
@@ -1,6 +1,6 @@
 ---
 title:  "Running Webindex for 3 days on EC2"
-date:   2016-01-11 03:30:00
+date:   2016-01-11 15:30:00
--- End diff --

This makes the links to 01/10 not work.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-fluo-website pull request #27: Major refactoring of release posts

2016-10-14 Thread mikewalch
GitHub user mikewalch opened a pull request:

https://github.com/apache/incubator-fluo-website/pull/27

Major refactoring of release posts

* Combined all posts about each release into one
* The 'release-notes' category no longer exists
* Removed all 'blog' posts about releases.
* The blog archive nows shows all releases and was renamed news.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mikewalch/incubator-fluo-website 
merge-release-posts

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-fluo-website/pull/27.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #27


commit 26199dd57c7e911ac35c7db85457a241dcf392dc
Author: Mike Walch 
Date:   2016-10-13T21:03:49Z

Major refactoring of release posts

* Combined all posts about each release into one
* The 'release-notes' category no longer exists
* Removed all 'blog' posts about releases.
* The blog archive nows shows all releases and was renamed news.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Build failed in Jenkins: Fluo #92

2016-10-14 Thread Apache Jenkins Server
See 

--
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H11 (Ubuntu yahoo-not-h2 ubuntu docker) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/incubator-fluo.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/incubator-fluo.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/incubator-fluo.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 2f9d3ee2dff2984434cdd8b87afaabcdbffcd2d3 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2f9d3ee2dff2984434cdd8b87afaabcdbffcd2d3
 > git rev-list 2f9d3ee2dff2984434cdd8b87afaabcdbffcd2d3 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 60239
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Fluo] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx2g -Xms256m 
-XX:MaxPermSize=512m -cp 
/home/jenkins/jenkins-slave/maven32-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/latest3/conf/logging
 jenkins.maven3.agent.Maven32Main /home/jenkins/tools/maven/latest3/ 
/home/jenkins/jenkins-slave/slave.jar 
/home/jenkins/jenkins-slave/maven32-interceptor.jar 
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 60239
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f  
-Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Fluo Project
[INFO] Fluo API
[INFO] Fluo Accumulo Extensions
[INFO] Fluo Core
[INFO] Fluo Cluster
[INFO] Fluo Mini
[INFO] Fluo Integration
[INFO] Fluo MapReduce
[INFO] Fluo Distribution
[INFO] 
[INFO] 
[INFO] Building Fluo Project 1.1.0-incubating-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- mavanagaiata:0.7.2:commit (git-commit) @ fluo-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ fluo-project 
---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (check-licenses) @ fluo-project ---
[INFO] 59 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: /.travis.yml
[INFO] Exclude: **/services/org.apache.fluo.core.metrics.ReporterStarter
[INFO] Exclude: contrib/grafana/**.json
[INFO] 27 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 20 licence.
[INFO] 
[INFO] --- sortpom-maven-plugin:2.5.0:sort (sort-pom) @ fluo-project ---
[INFO] Sorting file 
[INFO] Pom file is already sorted, exiting
[INFO] 
[INFO] --- formatter-maven-plugin:0.5.2:format (format-source) @ fluo-project 
---
[WARNING] The POM for org.apache.fluo:build-resources:jar:1.0.0-incubating is 
missing, no dependency information available
[WARNING] Failed to getClass for 
com.relativitas.maven.plugins.formatter.FormatterMojo
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Fluo Project ... FAILURE [ 10.374 s]
[INFO] Fluo API ... SKIPPED
[INFO] Fluo Accumulo Extensions ... SKIPPED
[INFO] Fluo Core .. SKIPPED
[INFO] Fluo Cluster ... SKIPPED
[INFO] Fluo Mini .. SKIPPED
[INFO] Fluo Integration ... SKIPPED
[INFO] Fluo MapReduce . SKIPPED
[INFO] Fluo Distribution .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 13.570 s
[INFO] Finished at: 2016-10-14T10:33:50+00:00
[INFO] Final Memory: 23M/301M
[INFO]