Re: [VOTE] TinkerPop 3.1.8 Release

2017-08-21 Thread Daniel Kuppitz
*$ bin/validate-distribution.sh 3.1.8*

Validating binary distributions

* downloading Apache TinkerPop Gremlin
(apache-tinkerpop-gremlin-console-3.1.8-bin.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 checksum ... OK
* unzipping Apache TinkerPop Gremlin ... OK
* validating Apache TinkerPop Gremlin's docs ... OK
* validating Apache TinkerPop Gremlin's binaries ... OK
* validating Apache TinkerPop Gremlin's legal files ...
  * LICENSE ... OK
  * NOTICE ... OK
* validating Apache TinkerPop Gremlin's plugin directory ... OK
* validating Apache TinkerPop Gremlin's lib directory ... OK
* testing script evaluation ... OK

* downloading Apache TinkerPop Gremlin
(apache-tinkerpop-gremlin-server-3.1.8-bin.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 checksum ... OK
* unzipping Apache TinkerPop Gremlin ... OK
* validating Apache TinkerPop Gremlin's docs ... OK
* validating Apache TinkerPop Gremlin's binaries ... OK
* validating Apache TinkerPop Gremlin's legal files ...
  * LICENSE ... OK
  * NOTICE ... OK
* validating Apache TinkerPop Gremlin's plugin directory ... OK
* validating Apache TinkerPop Gremlin's lib directory ... OK

Validating source distribution

* downloading Apache TinkerPop 3.1.8 (apache-tinkerpop-3.1.8-src.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 checksum ... OK
* unzipping Apache TinkerPop 3.1.8 ... OK
* building project ... OK


VOTE: +1

...and R.I.P. 3.1 line.


​

Cheers,
Daniel


On Mon, Aug 21, 2017 at 1:33 PM, Ted Wilmes  wrote:

> Hello,
>
> We are happy to announce that TinkerPop 3.1.8 is ready for release.
>
> The release artifacts can be found at this location:
> https://dist.apache.org/repos/dist/dev/tinkerpop/3.1.8/
>
> The source distribution is provided by:
> apache-tinkerpop-3.1.8-src.zip
>
> Two binary distributions are provided for user convenience:
> apache-tinkerpop-gremlin-console-3.1.8-bin.zip
> apache-tinkerpop-gremlin-server-3.1.8-bin.zip
>
> The GPG key used to sign the release artifacts is available at:
> https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS
>
> The online docs can be found here:
> http://tinkerpop.apache.org/docs/3.1.8/ (user docs)
> http://tinkerpop.apache.org/docs/3.1.8/upgrade/ (upgrade docs)
> http://tinkerpop.apache.org/javadocs/3.1.8/core/ (core javadoc)
> http://tinkerpop.apache.org/javadocs/3.1.8/full/ (full javadoc)
>
> The tag in Apache Git can be found here:
>
> https://git-wip-us.apache.org/repos/asf?p=tinkerpop.git;a=commit;h=
> 77592c70ece5bff0de3cfe769459e1e467318798
>
> The release notes are available here:
>
> https://github.com/apache/tinkerpop/blob/3.1.8/
> CHANGELOG.asciidoc#tinkerpop-318-release-date-august-21-2017
>
> The [VOTE] will be open for the next 72 hours --- closing Thursday (August
> 24, 2017) at 4pm CST.
>
> My vote is +1.
>
> Thank you very much,
> Ted Wilmes
>


[VOTE] TinkerPop 3.1.8 Release

2017-08-21 Thread Ted Wilmes
Hello,

We are happy to announce that TinkerPop 3.1.8 is ready for release.

The release artifacts can be found at this location:
https://dist.apache.org/repos/dist/dev/tinkerpop/3.1.8/

The source distribution is provided by:
apache-tinkerpop-3.1.8-src.zip

Two binary distributions are provided for user convenience:
apache-tinkerpop-gremlin-console-3.1.8-bin.zip
apache-tinkerpop-gremlin-server-3.1.8-bin.zip

The GPG key used to sign the release artifacts is available at:
https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS

The online docs can be found here:
http://tinkerpop.apache.org/docs/3.1.8/ (user docs)
http://tinkerpop.apache.org/docs/3.1.8/upgrade/ (upgrade docs)
http://tinkerpop.apache.org/javadocs/3.1.8/core/ (core javadoc)
http://tinkerpop.apache.org/javadocs/3.1.8/full/ (full javadoc)

The tag in Apache Git can be found here:

https://git-wip-us.apache.org/repos/asf?p=tinkerpop.git;a=commit;h=77592c70ece5bff0de3cfe769459e1e467318798

The release notes are available here:

https://github.com/apache/tinkerpop/blob/3.1.8/CHANGELOG.asciidoc#tinkerpop-318-release-date-august-21-2017

The [VOTE] will be open for the next 72 hours --- closing Thursday (August
24, 2017) at 4pm CST.

My vote is +1.

Thank you very much,
Ted Wilmes


[jira] [Updated] (TINKERPOP-1683) AbstractHadoopGraphComputer on Windows

2017-08-21 Thread stephen mallette (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette updated TINKERPOP-1683:

Labels:   (was: RegEx)

> AbstractHadoopGraphComputer on Windows
> --
>
> Key: TINKERPOP-1683
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1683
> Project: TinkerPop
>  Issue Type: Bug
>  Components: hadoop
>Affects Versions: 3.2.5
> Environment: Windows
>Reporter: Felix Hill
>Assignee: stephen mallette
>Priority: Trivial
> Fix For: 3.2.6
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> AbstractHadoopGraphComputer splits *HADOOP_GREMLIN_LIBS* in a wrong way if ; 
> is the File.pathSeparator (on windows).
> Here, the produced PATH_PATTERN splits a path at each character not at each 
> seperator.
> {code:title=AbstractHadoopGraphComputer.java|borderStyle=solid}
> private final static Pattern PATH_PATTERN =
> Pattern.compile(File.pathSeparator.equals(":") ? "([^:]|://)+" : 
> ("[^" + File.pathSeparator + "]"));
> final Matcher matcher = PATH_PATTERN.matcher(hadoopGremlinLibs);
> while (matcher.find()) {
> final String path = matcher.group();
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (TINKERPOP-1683) AbstractHadoopGraphComputer on Windows

2017-08-21 Thread stephen mallette (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette closed TINKERPOP-1683.
---
Resolution: Fixed

> AbstractHadoopGraphComputer on Windows
> --
>
> Key: TINKERPOP-1683
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1683
> Project: TinkerPop
>  Issue Type: Bug
>  Components: hadoop
>Affects Versions: 3.2.5
> Environment: Windows
>Reporter: Felix Hill
>Assignee: stephen mallette
>Priority: Trivial
> Fix For: 3.2.6
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> AbstractHadoopGraphComputer splits *HADOOP_GREMLIN_LIBS* in a wrong way if ; 
> is the File.pathSeparator (on windows).
> Here, the produced PATH_PATTERN splits a path at each character not at each 
> seperator.
> {code:title=AbstractHadoopGraphComputer.java|borderStyle=solid}
> private final static Pattern PATH_PATTERN =
> Pattern.compile(File.pathSeparator.equals(":") ? "([^:]|://)+" : 
> ("[^" + File.pathSeparator + "]"));
> final Matcher matcher = PATH_PATTERN.matcher(hadoopGremlinLibs);
> while (matcher.find()) {
> final String path = matcher.group();
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Reopened] (TINKERPOP-1683) AbstractHadoopGraphComputer on Windows

2017-08-21 Thread stephen mallette (JIRA)

 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette reopened TINKERPOP-1683:
-

> AbstractHadoopGraphComputer on Windows
> --
>
> Key: TINKERPOP-1683
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1683
> Project: TinkerPop
>  Issue Type: Bug
>  Components: hadoop
>Affects Versions: 3.2.5
> Environment: Windows
>Reporter: Felix Hill
>Assignee: stephen mallette
>Priority: Trivial
> Fix For: 3.2.6
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> AbstractHadoopGraphComputer splits *HADOOP_GREMLIN_LIBS* in a wrong way if ; 
> is the File.pathSeparator (on windows).
> Here, the produced PATH_PATTERN splits a path at each character not at each 
> seperator.
> {code:title=AbstractHadoopGraphComputer.java|borderStyle=solid}
> private final static Pattern PATH_PATTERN =
> Pattern.compile(File.pathSeparator.equals(":") ? "([^:]|://)+" : 
> ("[^" + File.pathSeparator + "]"));
> final Matcher matcher = PATH_PATTERN.matcher(hadoopGremlinLibs);
> while (matcher.find()) {
> final String path = matcher.group();
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


Re: Code Freeze 3.1.8/3.2.6/3.3.0

2017-08-21 Thread Stephen Mallette
Just a heads up that we're in the process of getting release artifacts
available.

On Wed, Aug 16, 2017 at 10:44 AM, Stephen Mallette 
wrote:

> Just a quick update, I've managed to publish snapshot docs for 3.3.0 and
> 3.2.6. Things are still a little mysterious as to why things were broken,
> but here's my best guess of things that caused problems:
>
> 1. there was a changed required to the doc post processor for python - a
> recent renaming of a python class caused a break
> 2. giraph 1.2.0 seems to hang hadoop. so i reverted. it not only broke for
> docs, but i also couldn't get even a job to run manually from the console
> with that 1.2.0 version
> 3. the hang seemed to end hadoop completely (i.e. no other job would run
> after that failure) which led me to believe there were problems on tp32
> when i went to generate docs over there. i managed to notice that a restart
> of hadoop between failures seemed to clear things up.
>
> none of the above explains the hangs we've also seen in docker...of
> course that seemed to only happen in some environments. some of you have
> mentioned to me privately that docker works on tp32. i've not heard of a
> working run on master yet though. i'm trying tp32 with docker now..
>
> going forward i hope to run doc builds more often. it stinks to got his
> deep into code freeze focused getting this working. would have liked to
> have spend more of this week on testing and documentation review.
>
>
>
> On Mon, Aug 14, 2017 at 12:05 PM, Ted Wilmes  wrote:
>
>> Good morning,
>> The 3.1.8 SNAPSHOT docs and jars have been deployed.
>>
>> Thanks,
>> Ted
>>
>> On Sat, Aug 12, 2017 at 5:37 AM, Stephen Mallette 
>> wrote:
>>
>> > For the next week we're in code freeze on tp31, tp32 and master. Let's
>> > spend the next week testing and reviewing documentation. I've deployed
>> the
>> > latest SNAPSHOTs for 3.2.6 and 3.3.0. As Ted is handling 3.1.8, I assume
>> > he'll post a reply here when he does the same for that version.
>> >
>> > I know there are a couple of PRs still open that Robert Dale was trying
>> to
>> > see through:
>> >
>> > https://github.com/apache/tinkerpop/pull/692 (netty version bump)
>> > https://github.com/apache/tinkerpop/pull/680 (neo4j version bump)
>> >
>> > Personally, I feel reasonably comfortable with getting the netty one in.
>> > Not so sure how the neo4j one will work.
>> >
>> > Anyway, as usual, let's use this thread to keep track of issues that
>> pop up
>> > during code freeze week.
>> >
>>
>
>