[VOTE] Release 0.4.0, release candidate #2

2017-01-10 Thread Sijie Guo
Hi all,

Please review and vote on the release candidate #2 for the version 0.4.0,
as follows:

[ ] +1, Approve the release
[ ] -1, Do not approve the release (please provide specific comments)

The complete staging area is available for your review, which includes:

* JIRA release notes [1],
* the official Apache source release to be deployed to dist.apache.org
 [2],
* all artifacts to be deployed to the Maven Central Repository [3][4],
* source code tag "v0.4.0-incubating-RC1_2.11" (for scala 2.11) and
"v0.4.0-incubating-RC1_2.10" (for scala 2.10) [5][6],
* website pull request listing the release [7] and publishing the API
reference manual.

A simple instruction for validation the source and binary packages.

- source package: building the package with "*mvn clean apache-rat:check
package findbugs:check -DskipTests*"

The vote will be open for at least 72 hours. It is adopted by majority
approval, with at least 3 PPMC affirmative votes.

Thanks,
Sijie

[1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?
projectId=12320620=12337980
[2]
https://dist.apache.org/repos/dist/dev/incubator/distributedlog/0.4.0-incubating-RC2/
[3]
https://repository.apache.org/content/repositories/orgapachedistributedlog-1003/
[4]
https://repository.apache.org/content/repositories/orgapachedistributedlog-1004/
[5]
https://github.com/apache/incubator-distributedlog/tree/v0.4.0-incubating-RC1_2.11
[6]
https://github.com/apache/incubator-distributedlog/tree/v0.4.0-incubating-RC1_2.10
[7] https://github.com/apache/incubator-distributedlog/pull/109


[GitHub] incubator-distributedlog pull request #114: DL-186 : using distributedlog-se...

2017-01-10 Thread xieliang
GitHub user xieliang opened a pull request:

https://github.com/apache/incubator-distributedlog/pull/114

DL-186 : using distributedlog-service/bin/dlog, not 
distributedlog-core/bin/dlog; adding more echos to let the end user know the 
detail info



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

$ git pull https://github.com/xieliang/incubator-distributedlog 
DL-186-smoketest

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

https://github.com/apache/incubator-distributedlog/pull/114.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 #114






---
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-distributedlog pull request #113: DL-183: Configure DL to generate...

2017-01-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-distributedlog/pull/113


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


incubator-distributedlog git commit: DL-183: Configure DL to generate source jar

2017-01-10 Thread sijie
Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master c5e921efe -> 732141c72


DL-183: Configure DL to generate source jar

also move the plugin version definition to the properties

Author: Sijie Guo 

Reviewers: Jia Zhai 

Closes #113 from sijie/sijie/generate_source and squashes the following commits:

6fa1ce5 [Sijie Guo] Merge branch 'master' into sijie/generate_source
d355d6a [Sijie Guo] Generate source jar during jar phase


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/732141c7
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/732141c7
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/732141c7

Branch: refs/heads/master
Commit: 732141c72481ce8ecce020b8154a4b623cb37f5f
Parents: c5e921e
Author: Sijie Guo 
Authored: Tue Jan 10 22:59:27 2017 -0800
Committer: Sijie Guo 
Committed: Tue Jan 10 22:59:27 2017 -0800

--
 pom.xml | 25 +++--
 1 file changed, 15 insertions(+), 10 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/732141c7/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 9915207..7b6d58f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,11 +114,17 @@
 0.0.58
 3.5.1-alpha
 
+0.7
+2.7
+4.1.0
+3.0.3
 6.19
 2.2.1
 2.17
 3.1
 2.2
+2.8
+2.2.1
 2.19.1
 3.17.0
   
@@ -127,7 +133,7 @@
   
 org.apache.maven.plugins
 maven-javadoc-plugin
-2.8
+${maven-javadoc-plugin.version}
 
   
   -Xdoclint:none
@@ -157,7 +163,7 @@
   
   
 maven-assembly-plugin
-2.2.1
+${maven-assembly-plugin.version}
 
  gnu
   
@@ -168,11 +174,11 @@
   
 org.codehaus.mojo
 findbugs-maven-plugin
-3.0.3
+${findbugs-maven-plugin.version}
   
   
 maven-compiler-plugin
-3.1
+${maven-compiler-plugin.version}
 
   1.7
   1.7
@@ -181,11 +187,10 @@
   
 org.apache.maven.plugins
 maven-source-plugin
-2.2.1
+${maven-source-plugin.version}
 
   
 attach-sources
-deploy
 
   jar
 
@@ -195,7 +200,7 @@
   
 org.apache.maven.plugins
 maven-surefire-plugin
-2.19.1
+${maven-surefire-plugin.version}
 
   true
   -Xmx3G -Djava.net.preferIPv4Stack=true 
-XX:MaxDirectMemorySize=2G
@@ -206,7 +211,7 @@
   
 org.apache.rat
 apache-rat-plugin
-0.7
+${apache-rat-plugin.version}
 
   
 docs/**/*
@@ -231,12 +236,12 @@
   
 org.eluder.coveralls
 coveralls-maven-plugin
-4.1.0
+${coveralls-maven-plugin.version}
   
   
 org.codehaus.mojo
 cobertura-maven-plugin
-2.7
+${cobertura-maven-plugin.version}
 
   
 html



[GitHub] incubator-distributedlog pull request #108: Javdoc build should use "org.apa...

2017-01-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-distributedlog/pull/108


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


incubator-distributedlog git commit: [maven-release] prepare release 0.4.0-incubating 2.11

2017-01-10 Thread sijie
Repository: incubator-distributedlog
Updated Branches:
  refs/heads/release-0.4.0-incubating 84e7eef04 -> 8092373d0


[maven-release] prepare release 0.4.0-incubating 2.11


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/8092373d
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/8092373d
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/8092373d

Branch: refs/heads/release-0.4.0-incubating
Commit: 8092373d0d4994f6d9e26e86951b53cea0c3937b
Parents: 84e7eef
Author: Sijie Guo 
Authored: Tue Jan 10 21:52:23 2017 -0800
Committer: Sijie Guo 
Committed: Tue Jan 10 21:52:23 2017 -0800

--
 distributedlog-benchmark/pom.xml| 10 +-
 distributedlog-build-tools/pom.xml  |  2 +-
 distributedlog-client/pom.xml   |  8 
 distributedlog-core/pom.xml |  8 
 distributedlog-protocol/pom.xml |  4 ++--
 distributedlog-service/pom.xml  | 12 ++--
 distributedlog-tutorials/distributedlog-basic/pom.xml   |  8 
 distributedlog-tutorials/distributedlog-kafka/pom.xml   |  6 +++---
 .../distributedlog-mapreduce/pom.xml|  8 
 .../distributedlog-messaging/pom.xml|  8 
 distributedlog-tutorials/pom.xml|  4 ++--
 pom.xml |  2 +-
 12 files changed, 40 insertions(+), 40 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/8092373d/distributedlog-benchmark/pom.xml
--
diff --git a/distributedlog-benchmark/pom.xml b/distributedlog-benchmark/pom.xml
index 9438dd9..e62183b 100644
--- a/distributedlog-benchmark/pom.xml
+++ b/distributedlog-benchmark/pom.xml
@@ -19,20 +19,20 @@
   4.0.0
   
 org.apache.distributedlog
-distributedlog
+distributedlog_2.11
 0.4.0-incubating-SNAPSHOT
   
-  distributedlog-benchmark
+  distributedlog-benchmark_2.11
   Apache DistributedLog :: Benchmark
   
 
   org.apache.distributedlog
-  distributedlog-client
+  distributedlog-client_2.11
   ${project.parent.version}
 
 
   org.apache.distributedlog
-  distributedlog-service
+  distributedlog-service_2.11
   ${project.parent.version}
 
 
@@ -42,7 +42,7 @@
 
 
   org.apache.distributedlog
-  distributedlog-core
+  distributedlog-core_2.11
   ${project.parent.version}
   test
   test-jar

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/8092373d/distributedlog-build-tools/pom.xml
--
diff --git a/distributedlog-build-tools/pom.xml 
b/distributedlog-build-tools/pom.xml
index 9517ef2..004f51b 100644
--- a/distributedlog-build-tools/pom.xml
+++ b/distributedlog-build-tools/pom.xml
@@ -19,7 +19,7 @@
   4.0.0
   
 org.apache.distributedlog
-distributedlog
+distributedlog_2.11
 0.4.0-incubating-SNAPSHOT
 ../pom.xml
   

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/8092373d/distributedlog-client/pom.xml
--
diff --git a/distributedlog-client/pom.xml b/distributedlog-client/pom.xml
index 5141a12..9179a3f 100644
--- a/distributedlog-client/pom.xml
+++ b/distributedlog-client/pom.xml
@@ -19,15 +19,15 @@
   4.0.0
   
 org.apache.distributedlog
-distributedlog
+distributedlog_2.11
 0.4.0-incubating-SNAPSHOT
   
-  distributedlog-client
+  distributedlog-client_2.11
   Apache DistributedLog :: Proxy Client
   
 
   org.apache.distributedlog
-  distributedlog-protocol
+  distributedlog-protocol_2.11
   ${project.parent.version}
 
 
@@ -86,7 +86,7 @@
  
 
   org.apache.distributedlog
-  distributedlog-protocol
+  distributedlog-protocol_2.11
   ${project.parent.version}
   test-jar
   test

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/8092373d/distributedlog-core/pom.xml
--
diff --git a/distributedlog-core/pom.xml b/distributedlog-core/pom.xml
index 64edaab..38d8db7 100644
--- a/distributedlog-core/pom.xml
+++ b/distributedlog-core/pom.xml
@@ -19,10 +19,10 @@
   4.0.0
   
 org.apache.distributedlog
-distributedlog
+distributedlog_2.11
 0.4.0-incubating-SNAPSHOT
   
-  distributedlog-core
+  distributedlog-core_2.11
   Apache DistributedLog :: Core Library
   
 
@@ -125,7 

incubator-distributedlog git commit: Fix the script to make sure binary package can execute scripts correctly

2017-01-10 Thread sijie
Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master bd13f74c5 -> 6a2560ada


Fix the script to make sure binary package can execute scripts correctly

- fix the release jar path
- copy the common script to each modules otherwise the built package won't be 
able to execute
- change the type of runner and copy the runner script to each tutorial module

Author: Sijie Guo 

Reviewers: Jia Zhai 

Closes #111 from sijie/sijie/copy_all_scripts_to_modules


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/6a2560ad
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/6a2560ad
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/6a2560ad

Branch: refs/heads/master
Commit: 6a2560adaea3811d7c171edcdec725f1615eab55
Parents: bd13f74
Author: Sijie Guo 
Authored: Tue Jan 10 21:45:42 2017 -0800
Committer: Sijie Guo 
Committed: Tue Jan 10 21:45:42 2017 -0800

--
 distributedlog-benchmark/bin/common.sh  | 126 +++
 distributedlog-benchmark/bin/dbench |   5 +-
 distributedlog-core/bin/common.sh   | 126 +++
 distributedlog-core/bin/dlog|   5 +-
 distributedlog-service/bin/common.sh| 126 +++
 distributedlog-service/bin/dlog |   5 +-
 .../distributedlog-basic/bin/common.sh  | 126 +++
 .../distributedlog-basic/bin/runner |  42 ++-
 .../distributedlog-messaging/bin/common.sh  | 126 +++
 .../distributedlog-messaging/bin/runner |  42 ++-
 scripts/common.sh   | 126 ---
 scripts/integration/smoketest.sh|  14 ++-
 scripts/runner  |  64 --
 13 files changed, 730 insertions(+), 203 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/6a2560ad/distributedlog-benchmark/bin/common.sh
--
diff --git a/distributedlog-benchmark/bin/common.sh 
b/distributedlog-benchmark/bin/common.sh
new file mode 100755
index 000..0b8278c
--- /dev/null
+++ b/distributedlog-benchmark/bin/common.sh
@@ -0,0 +1,126 @@
+#!/usr/bin/env bash
+#
+#/**
+# * Copyright 2007 The Apache Software Foundation
+# *
+# * 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
+# *
+# * 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.
+# */
+
+if [ $(uname) == "Linux" ]; then
+  # check if net.ipv6.bindv6only is set to 1
+  bindv6only=$(/sbin/sysctl -n net.ipv6.bindv6only 2> /dev/null)
+  if [ -n "${bindv6only}" ] && [ "${bindv6only}" -eq "1" ]; then
+echo "Error: \"net.ipv6.bindv6only\" is set to 1 - Java networking could 
be broken"
+echo "For more info (the following page also applies to DistributedLog): 
http://wiki.apache.org/hadoop/HadoopIPv6;
+exit 1
+  fi
+fi
+
+# See the following page for extensive details on setting
+# up the JVM to accept JMX remote management:
+# http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html
+# by default we allow local JMX connections
+if [ -z "${JMXLOCALONLY}" ]; then
+  JMXLOCALONLY=false
+fi
+
+if [ -z "${JMXDISABLE}" ]; then
+  echo "JMX enabled by default" >&2
+  # for some reason these two options are necessary on jdk6 on Ubuntu
+  # accord to the docs they are not necessary, but otw jconsole cannot
+  # do a local attach
+  JMX_ARGS="-Dcom.sun.management.jmxremote 
-Dcom.sun.management.jmxremote.local.only=${JMXLOCALONLY}"
+else
+  echo "JMX disabled by user request" >&2
+fi
+
+echo "DLOG_HOME => ${DLOG_HOME}"
+DEFAULT_LOG_CONF="${DLOG_HOME}/conf/log4j.properties"
+
+[ -f "${DLOG_HOME}/conf/dlogenv.sh" ] && source "${DLOG_HOME}/conf/dlogenv.sh"
+
+# exclude tests jar
+RELEASE_JAR=$(ls ${DLOG_HOME}/distributedlog-*.jar 2> /dev/null | grep -v 
'tests|javadoc|sources' | tail -1)
+if [ $? == 0 ]; then
+  DLOG_JAR="${RELEASE_JAR}"
+fi

[GitHub] incubator-distributedlog issue #108: Javdoc build should use "org.apache.dis...

2017-01-10 Thread jiazhai
Github user jiazhai commented on the issue:

https://github.com/apache/incubator-distributedlog/pull/108
  
+1 


---
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-distributedlog pull request #112: DL-182 : assembled package shoul...

2017-01-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-distributedlog/pull/112


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


incubator-distributedlog git commit: DL-182: assembled package should include README.md

2017-01-10 Thread sijie
Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master 0c6e79497 -> bd13f74c5


DL-182: assembled package should include README.md

Author: xieliang 

Reviewers: Sijie Guo 

Closes #112 from xieliang/DL-182-assembled


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/bd13f74c
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/bd13f74c
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/bd13f74c

Branch: refs/heads/master
Commit: bd13f74c5d2727b5cd3d591e8a0de9ab27553053
Parents: 0c6e794
Author: xieliang 
Authored: Tue Jan 10 21:00:58 2017 -0800
Committer: Sijie Guo 
Committed: Tue Jan 10 21:00:58 2017 -0800

--
 src/assemble/src.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/bd13f74c/src/assemble/src.xml
--
diff --git a/src/assemble/src.xml b/src/assemble/src.xml
index 395f2b3..7031e06 100644
--- a/src/assemble/src.xml
+++ b/src/assemble/src.xml
@@ -27,7 +27,7 @@
   .
   true
   
-**/README
+**/README.md
 **/LICENSE
 **/NOTICE
 **/pom.xml



[GitHub] incubator-distributedlog issue #112: DL-182 : assembled package should inclu...

2017-01-10 Thread sijie
Github user sijie commented on the issue:

https://github.com/apache/incubator-distributedlog/pull/112
  
looks good to me. +1


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


Re: [VOTE] Release 0.4.0, release candidate #1

2017-01-10 Thread Sijie Guo
Liang had a pull request for the assembly issue. Going to cancel this vote
and produce a new RC.

Flavio, what are the tests failed in your case?

Sijie

On Jan 10, 2017 9:10 AM, "Flavio Junqueira"  wrote:

Yeah, I can't build because of the same issue:

[ERROR] Failed to execute goal org.apache.maven.plugins:
maven-assembly-plugin:2.2.1:single (default) on project
distributedlog-service: Failed to create assembly: Error adding file to
archive: distributedlog-0.4.0-incubating/distributedlog-service/../README.md
isn't a file. -> [Help 1]

The command I ran is:

   mvn clean apache-rat:check package findbugs:check -DskipTests

I also tried other commands, and they all seem to fail on tests.

-Flavio

> On 10 Jan 2017, at 07:24, Xi Liu  wrote:
>
> On Mon, Jan 9, 2017 at 8:00 PM, liang xie  wrote:
>
>> Glad to see 0.4 will be release soon :)
>> I could not find tutorials package from link[2], it should be released
>> as well, please correct me if i am wrong.
>> I can pass this command with current git master code: "mvn clean
>> apache-rat:check package findbugs:check -DskipTests", but failed with
>> from distributedlog-0.4.0-incubating-src.tar.gz which downloaded from
>> dist.apache.org, the error msg:
>>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-assembly-plugin:2.2.1:single (default)
>> on project distributedlog-service: Failed to create assembly: Error
>> adding file to archive:
>> /tmp/distributedlog-0.4.0-incubating/distributedlog-service/../README.md
>> isn't a file. -> [Help 1]
>>
>
> I also saw this issue.
>
>
>>
>> And none of you saw this : DL-181, it can be reproduced on my local
>> box always w/o patched,  weird...
>>
>> On Mon, Jan 9, 2017 at 12:04 PM, Sijie Guo  wrote:
>>> Hi all,
>>>
>>> Please review and vote on the release candidate #1 for the version
0.4.0,
>>> as follows:
>>>
>>> [ ] +1, Approve the release
>>> [ ] -1, Do not approve the release (please provide specific comments)
>>>
>>> The complete staging area is available for your review, which includes:
>>>
>>>* JIRA release notes [1],
>>>* the official Apache source release to be deployed to
>> dist.apache.org
>>> [2],
>>>* all artifacts to be deployed to the Maven Central Repository [3],
>>>* source code tag "v0.4.0-RC1" [4],
>>>* website pull request listing the release [5] and publishing the API
>>> reference manual.
>>>
>>> A simple instruction for validation the source and binary packages.
>>>
>>> - source package: run "*./scripts/integration/smoketest.sh*" after
>> building
>>> the package with "*mvn clean apache-rat:check package findbugs:check
>>> -DskipTests*"
>>>
>>> The vote will be open for at least 72 hours. It is adopted by majority
>>> approval, with at least 3 PPMC affirmative votes.
>>>
>>> Thanks,
>>> Sijie
>>>
>>> [1]
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
>> projectId=12320620=12337980
>>> [2]
>>> https://dist.apache.org/repos/dist/dev/incubator/distributedlog/0.4.0-
>> incubating/
>>> [3]
>>> https://repository.apache.org/content/repositories/
>> orgapachedistributedlog-1001/
>>> [4]
>>> https://github.com/apache/incubator-distributedlog/tree/
>> v0.4.0-incubating-RC1
>>> [5] https://github.com/apache/incubator-distributedlog/pull/109


Re: [VOTE] Release 0.4.0, release candidate #1

2017-01-10 Thread Flavio Junqueira
Yeah, I can't build because of the same issue:

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:2.2.1:single (default) on 
project distributedlog-service: Failed to create assembly: Error adding file to 
 
archive: 
distributedlog-0.4.0-incubating/distributedlog-service/../README.md isn't a 
file. -> [Help 1]

The command I ran is:

   mvn clean apache-rat:check package findbugs:check -DskipTests

I also tried other commands, and they all seem to fail on tests.

-Flavio

> On 10 Jan 2017, at 07:24, Xi Liu  wrote:
> 
> On Mon, Jan 9, 2017 at 8:00 PM, liang xie  > wrote:
> 
>> Glad to see 0.4 will be release soon :)
>> I could not find tutorials package from link[2], it should be released
>> as well, please correct me if i am wrong.
>> I can pass this command with current git master code: "mvn clean
>> apache-rat:check package findbugs:check -DskipTests", but failed with
>> from distributedlog-0.4.0-incubating-src.tar.gz which downloaded from
>> dist.apache.org, the error msg:
>> 
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-assembly-plugin:2.2.1:single (default)
>> on project distributedlog-service: Failed to create assembly: Error
>> adding file to archive:
>> /tmp/distributedlog-0.4.0-incubating/distributedlog-service/../README.md
>> isn't a file. -> [Help 1]
>> 
> 
> I also saw this issue.
> 
> 
>> 
>> And none of you saw this : DL-181, it can be reproduced on my local
>> box always w/o patched,  weird...
>> 
>> On Mon, Jan 9, 2017 at 12:04 PM, Sijie Guo  wrote:
>>> Hi all,
>>> 
>>> Please review and vote on the release candidate #1 for the version 0.4.0,
>>> as follows:
>>> 
>>> [ ] +1, Approve the release
>>> [ ] -1, Do not approve the release (please provide specific comments)
>>> 
>>> The complete staging area is available for your review, which includes:
>>> 
>>>* JIRA release notes [1],
>>>* the official Apache source release to be deployed to
>> dist.apache.org
>>> [2],
>>>* all artifacts to be deployed to the Maven Central Repository [3],
>>>* source code tag "v0.4.0-RC1" [4],
>>>* website pull request listing the release [5] and publishing the API
>>> reference manual.
>>> 
>>> A simple instruction for validation the source and binary packages.
>>> 
>>> - source package: run "*./scripts/integration/smoketest.sh*" after
>> building
>>> the package with "*mvn clean apache-rat:check package findbugs:check
>>> -DskipTests*"
>>> 
>>> The vote will be open for at least 72 hours. It is adopted by majority
>>> approval, with at least 3 PPMC affirmative votes.
>>> 
>>> Thanks,
>>> Sijie
>>> 
>>> [1]
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
>> projectId=12320620=12337980
>>> [2]
>>> https://dist.apache.org/repos/dist/dev/incubator/distributedlog/0.4.0-
>> incubating/
>>> [3]
>>> https://repository.apache.org/content/repositories/
>> orgapachedistributedlog-1001/
>>> [4]
>>> https://github.com/apache/incubator-distributedlog/tree/
>> v0.4.0-incubating-RC1
>>> [5] https://github.com/apache/incubator-distributedlog/pull/109



[GitHub] incubator-distributedlog pull request #112: DL-182 : assembled package shoul...

2017-01-10 Thread xieliang
GitHub user xieliang opened a pull request:

https://github.com/apache/incubator-distributedlog/pull/112

DL-182 : assembled package should include README.md



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

$ git pull https://github.com/xieliang/incubator-distributedlog 
DL-182-assembled

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

https://github.com/apache/incubator-distributedlog/pull/112.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 #112


commit c97b8b802a0462b8a90dbfcf388ccecb074629cd
Author: xieliang 
Date:   2017-01-10T09:56:08Z

assembled package should include README.md




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