[jira] [Updated] (GIRAPH-1123) Latest trunk does not compile (checkstyle fails)

2016-10-21 Thread Sergey Edunov (JIRA)

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

Sergey Edunov updated GIRAPH-1123:
--
Fix Version/s: (was: 1.2.0)
   1.3.0

> Latest trunk does not compile (checkstyle fails)
> 
>
> Key: GIRAPH-1123
> URL: https://issues.apache.org/jira/browse/GIRAPH-1123
> Project: Giraph
>  Issue Type: Bug
>Affects Versions: 1.2.0
>Reporter: Alessio Arleo
>Assignee: Alessio Arleo
> Fix For: 1.3.0
>
> Attachments: GIRAPH-1123.patch
>
>
> Latest trunk does not compile due to checkstyle errors. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (GIRAPH-1120) Insecure repository configuration

2016-10-21 Thread Sergey Edunov (JIRA)

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

Sergey Edunov updated GIRAPH-1120:
--
Fix Version/s: (was: 1.2.0)
   1.3.0

> Insecure repository configuration 
> --
>
> Key: GIRAPH-1120
> URL: https://issues.apache.org/jira/browse/GIRAPH-1120
> Project: Giraph
>  Issue Type: Bug
>  Components: build
>Affects Versions: 1.3.0
>Reporter: Olaf Flebbe
> Fix For: 1.3.0
>
> Attachments: 
> 0001-GIRAPH-1120-Insecure-repository-configuration.patch, 
> 0001-GIRAPH-1120-Insecure-repository-configuration.patch
>
>
> Hi, the repository configuration of giraph is dangerous, since it is 
> susceptible for mitm attacks.
> {code}
> 
> 
>   central
>   http://repo1.maven.org/maven2
>   
> true
>   
> 
> ...
> {code}
> If one looks closer, no repository is needed to be configured since 
> everything from the default profile is in maven central. 
> If anything from a non-default profile is not found in maven central, it 
> should be moved to the respective profile. For instance the CDH artifact 
> repository should be moved to the cdh hadoop_cdh4.1.2 profile.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (GIRAPH-1106) Update "Quick Start" section on Giraph website

2016-10-21 Thread Sergey Edunov (JIRA)

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

Sergey Edunov updated GIRAPH-1106:
--
Fix Version/s: (was: 1.2.0)
   1.3.0

> Update "Quick Start" section on Giraph website
> --
>
> Key: GIRAPH-1106
> URL: https://issues.apache.org/jira/browse/GIRAPH-1106
> Project: Giraph
>  Issue Type: Improvement
>  Components: documentation
>Affects Versions: 1.2.0
>Reporter: Jose Luis Larroque
> Fix For: 1.3.0
>
>
> The quick start guide (http://giraph.apache.org/quick_start.html) must be 
> updated, is very confusing for a new user seeing the Hadoop "0.20.203.0-RC1" 
> version, for using with Giraph 1.2.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (GIRAPH-1095) Performance regression after GIRAPH-1068

2016-10-21 Thread Sergey Edunov (JIRA)

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

Sergey Edunov resolved GIRAPH-1095.
---
Resolution: Fixed

> Performance regression after GIRAPH-1068
> 
>
> Key: GIRAPH-1095
> URL: https://issues.apache.org/jira/browse/GIRAPH-1095
> Project: Giraph
>  Issue Type: Bug
>Affects Versions: 1.2.0
>Reporter: Sergey Edunov
>Assignee: Sergey Edunov
> Fix For: 1.2.0
>
>
> We noticed significant performance regression caused by GIRAPH-1068 for jobs 
> that have a lot of supersteps. This is likely caused by some missing 
> zookeeper options. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [VOTE] Apache Giraph 1.2.0 RC1

2016-10-21 Thread Roman Shaposhnik
On Fri, Oct 14, 2016 at 10:34 AM, Sergey Edunov  wrote:
> This vote is for Apache Giraph, version 1.2.0 release
>
> It fixes the following issues:
>   https://s.apache.org/0dMa
>
> This release contains multiple new features. Among the most important are:
>   - New out of core implementation (Hassan Eslami & Dionysios Logothetis)
>   - FacebookConfiguration, this is a set of parameters used internally
> in Facebook
>   to run Giraph jobs. (Maja Kabiljo)
>   - Multiple improvements to Blocks framework (Igor Kabiljo & Sergey Pupyrev)
>   - Multiple performance improvements and bug fixes.
>
> *** Please download, test and vote by October 21 noon PST
>
> Note that we are voting upon the source (tag):
>rel/1.2.0-RC1
>
> Source and binary files are available at:
>http://people.apache.org/~edunov/giraph/1.2.0-RC1/
>
> Maven staging repo is available at:
>https://repository.apache.org/content/repositories/orgapachegiraph-1006/
>
> Please notice, that as per earlier agreement two sets
> of artifacts are published differentiated by the version ID:
>   * version ID 1.2.0 corresponds to the artifacts built for
>  the hadoop_1 profile
>   * version ID 1.2.0-hadoop2 corresponds to the artifacts
>  built for hadoop_2 profile.
>
> The tag to be voted upon (rel/1.2.0-RC1):
>   
> https://git-wip-us.apache.org/repos/asf?p=giraph.git;a=log;h=refs/tags/rel/1.2.0-RC1
>
> The KEYS file containing PGP keys we use to sign the release:
>http://www.apache.org/dist/giraph/KEYS
>http://svn.apache.org/repos/asf/bigtop/dist/KEYS

+1

Thanks,
Roman.


[RESULTS] [VOTE] Apache Giraph 1.2.0

2016-10-21 Thread Sergey Edunov
Hi All,

We just voted with 3 binding +1s, 4 non-binding +1s, and no -1s  to
publish Apache Giraph 1.2.0 RC1 as the 1.2.0 release.

List of voters:

Avery Ching (binding)
Maja Kabiljo (binding)
Sergey Edunov (binding)

Igor Kabiljo (non-binding)
Roman Shaposhnik (non-binding)
Alessio Arleo (non-binding)
Hassan Eslami (non-binding)

Thanks everyone for testing and validating this release!
Special thanks to Roman for all the help and support in making this
release happen!

I'll publish artifacts and send the announcement today.

Regards,
Sergey Edunov



On Fri, Oct 14, 2016 at 10:34 AM, Sergey Edunov  wrote:
> This vote is for Apache Giraph, version 1.2.0 release
>
> It fixes the following issues:
>   https://s.apache.org/0dMa
>
> This release contains multiple new features. Among the most important are:
>   - New out of core implementation (Hassan Eslami & Dionysios Logothetis)
>   - FacebookConfiguration, this is a set of parameters used internally
> in Facebook
>   to run Giraph jobs. (Maja Kabiljo)
>   - Multiple improvements to Blocks framework (Igor Kabiljo & Sergey Pupyrev)
>   - Multiple performance improvements and bug fixes.
>
> *** Please download, test and vote by October 21 noon PST
>
> Note that we are voting upon the source (tag):
>rel/1.2.0-RC1
>
> Source and binary files are available at:
>http://people.apache.org/~edunov/giraph/1.2.0-RC1/
>
> Maven staging repo is available at:
>https://repository.apache.org/content/repositories/orgapachegiraph-1006/
>
> Please notice, that as per earlier agreement two sets
> of artifacts are published differentiated by the version ID:
>   * version ID 1.2.0 corresponds to the artifacts built for
>  the hadoop_1 profile
>   * version ID 1.2.0-hadoop2 corresponds to the artifacts
>  built for hadoop_2 profile.
>
> The tag to be voted upon (rel/1.2.0-RC1):
>   
> https://git-wip-us.apache.org/repos/asf?p=giraph.git;a=log;h=refs/tags/rel/1.2.0-RC1
>
> The KEYS file containing PGP keys we use to sign the release:
>http://www.apache.org/dist/giraph/KEYS
>http://svn.apache.org/repos/asf/bigtop/dist/KEYS
>
>
> Regards,
> Sergey Edunov


Re: [VOTE] Apache Giraph 1.2.0 RC1

2016-10-21 Thread Hassan Eslami
+1

Thanks Sergey for doing this.
Hassan

On Fri, Oct 14, 2016 at 10:34 AM, Sergey Edunov  wrote:

> This vote is for Apache Giraph, version 1.2.0 release
>
> It fixes the following issues:
>   https://s.apache.org/0dMa
>
> This release contains multiple new features. Among the most important are:
>   - New out of core implementation (Hassan Eslami & Dionysios Logothetis)
>   - FacebookConfiguration, this is a set of parameters used internally
> in Facebook
>   to run Giraph jobs. (Maja Kabiljo)
>   - Multiple improvements to Blocks framework (Igor Kabiljo & Sergey
> Pupyrev)
>   - Multiple performance improvements and bug fixes.
>
> *** Please download, test and vote by October 21 noon PST
>
> Note that we are voting upon the source (tag):
>rel/1.2.0-RC1
>
> Source and binary files are available at:
>http://people.apache.org/~edunov/giraph/1.2.0-RC1/
>
> Maven staging repo is available at:
>https://repository.apache.org/content/repositories/
> orgapachegiraph-1006/
>
> Please notice, that as per earlier agreement two sets
> of artifacts are published differentiated by the version ID:
>   * version ID 1.2.0 corresponds to the artifacts built for
>  the hadoop_1 profile
>   * version ID 1.2.0-hadoop2 corresponds to the artifacts
>  built for hadoop_2 profile.
>
> The tag to be voted upon (rel/1.2.0-RC1):
>   https://git-wip-us.apache.org/repos/asf?p=giraph.git;a=log;
> h=refs/tags/rel/1.2.0-RC1
>
> The KEYS file containing PGP keys we use to sign the release:
>http://www.apache.org/dist/giraph/KEYS
>http://svn.apache.org/repos/asf/bigtop/dist/KEYS
>
>
> Regards,
> Sergey Edunov
>


[jira] [Updated] (GIRAPH-1120) Insecure repository configuration

2016-10-21 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe updated GIRAPH-1120:

Attachment: 0001-GIRAPH-1120-Insecure-repository-configuration.patch

Second try:

Remove the maven central line , since it is already a default path to search.
Move the cloudera repo to the corresponding profile. 
The other repositories may be removed too, since everything is in maven central 
(but who knows what esoteric profiles may need)



> Insecure repository configuration 
> --
>
> Key: GIRAPH-1120
> URL: https://issues.apache.org/jira/browse/GIRAPH-1120
> Project: Giraph
>  Issue Type: Bug
>  Components: build
>Affects Versions: 1.3.0
>Reporter: Olaf Flebbe
> Fix For: 1.2.0
>
> Attachments: 
> 0001-GIRAPH-1120-Insecure-repository-configuration.patch, 
> 0001-GIRAPH-1120-Insecure-repository-configuration.patch
>
>
> Hi, the repository configuration of giraph is dangerous, since it is 
> susceptible for mitm attacks.
> {code}
> 
> 
>   central
>   http://repo1.maven.org/maven2
>   
> true
>   
> 
> ...
> {code}
> If one looks closer, no repository is needed to be configured since 
> everything from the default profile is in maven central. 
> If anything from a non-default profile is not found in maven central, it 
> should be moved to the respective profile. For instance the CDH artifact 
> repository should be moved to the cdh hadoop_cdh4.1.2 profile.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (GIRAPH-1121) CDH Profile does not work

2016-10-21 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe updated GIRAPH-1121:

Attachment: 0002-GIRAPH-1121-CDH-Profile-does-not-work.patch

Second attempt 

> CDH Profile does not work
> -
>
> Key: GIRAPH-1121
> URL: https://issues.apache.org/jira/browse/GIRAPH-1121
> Project: Giraph
>  Issue Type: Bug
>  Components: build
>Reporter: Olaf Flebbe
> Attachments: 0002-GIRAPH-1121-CDH-Profile-does-not-work.patch
>
>
> The CDH Configuration does not work. 
> {code}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) 
> on project giraph-core: Compilation failure
> [ERROR] 
> /home/olaf/giraph/giraph-core/target/munged/main/org/apache/giraph/job/DefaultJobProgressTrackerService.java:[123,25]
>  error: unreported exception InterruptedException; must be caught or declared 
> to be thrown
> [ERROR] -> [Help 1]
> {code}
> I am proposing to remove this outdated profile. Please note the 
> interdependency with the GIRAPH-1120 patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (GIRAPH-1120) Insecure repository configuration

2016-10-21 Thread Olaf Flebbe (JIRA)

[ 
https://issues.apache.org/jira/browse/GIRAPH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595680#comment-15595680
 ] 

Olaf Flebbe commented on GIRAPH-1120:
-

One moment please the patch is not as intended.

> Insecure repository configuration 
> --
>
> Key: GIRAPH-1120
> URL: https://issues.apache.org/jira/browse/GIRAPH-1120
> Project: Giraph
>  Issue Type: Bug
>  Components: build
>Affects Versions: 1.3.0
>Reporter: Olaf Flebbe
> Fix For: 1.2.0
>
> Attachments: 0001-GIRAPH-1120-Insecure-repository-configuration.patch
>
>
> Hi, the repository configuration of giraph is dangerous, since it is 
> susceptible for mitm attacks.
> {code}
> 
> 
>   central
>   http://repo1.maven.org/maven2
>   
> true
>   
> 
> ...
> {code}
> If one looks closer, no repository is needed to be configured since 
> everything from the default profile is in maven central. 
> If anything from a non-default profile is not found in maven central, it 
> should be moved to the respective profile. For instance the CDH artifact 
> repository should be moved to the cdh hadoop_cdh4.1.2 profile.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (GIRAPH-1121) CDH Profile does not work

2016-10-21 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe updated GIRAPH-1121:

Attachment: (was: 0001-GIRAPH-1121-CDH-Profile-does-not-work.patch)

> CDH Profile does not work
> -
>
> Key: GIRAPH-1121
> URL: https://issues.apache.org/jira/browse/GIRAPH-1121
> Project: Giraph
>  Issue Type: Bug
>  Components: build
>Reporter: Olaf Flebbe
>
> The CDH Configuration does not work. 
> {code}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) 
> on project giraph-core: Compilation failure
> [ERROR] 
> /home/olaf/giraph/giraph-core/target/munged/main/org/apache/giraph/job/DefaultJobProgressTrackerService.java:[123,25]
>  error: unreported exception InterruptedException; must be caught or declared 
> to be thrown
> [ERROR] -> [Help 1]
> {code}
> I am proposing to remove this outdated profile. Please note the 
> interdependency with the GIRAPH-1120 patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (GIRAPH-1121) CDH Profile does not work

2016-10-21 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe updated GIRAPH-1121:

Attachment: 0001-GIRAPH-1121-CDH-Profile-does-not-work.patch

Hi [~rvs]: Sure. I forgot to append it ..



> CDH Profile does not work
> -
>
> Key: GIRAPH-1121
> URL: https://issues.apache.org/jira/browse/GIRAPH-1121
> Project: Giraph
>  Issue Type: Bug
>  Components: build
>Reporter: Olaf Flebbe
>
> The CDH Configuration does not work. 
> {code}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) 
> on project giraph-core: Compilation failure
> [ERROR] 
> /home/olaf/giraph/giraph-core/target/munged/main/org/apache/giraph/job/DefaultJobProgressTrackerService.java:[123,25]
>  error: unreported exception InterruptedException; must be caught or declared 
> to be thrown
> [ERROR] -> [Help 1]
> {code}
> I am proposing to remove this outdated profile. Please note the 
> interdependency with the GIRAPH-1120 patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Issue Comment Deleted] (GIRAPH-1121) CDH Profile does not work

2016-10-21 Thread Olaf Flebbe (JIRA)

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

Olaf Flebbe updated GIRAPH-1121:

Comment: was deleted

(was: Hi [~rvs]: Sure. I forgot to append it ..

)

> CDH Profile does not work
> -
>
> Key: GIRAPH-1121
> URL: https://issues.apache.org/jira/browse/GIRAPH-1121
> Project: Giraph
>  Issue Type: Bug
>  Components: build
>Reporter: Olaf Flebbe
>
> The CDH Configuration does not work. 
> {code}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) 
> on project giraph-core: Compilation failure
> [ERROR] 
> /home/olaf/giraph/giraph-core/target/munged/main/org/apache/giraph/job/DefaultJobProgressTrackerService.java:[123,25]
>  error: unreported exception InterruptedException; must be caught or declared 
> to be thrown
> [ERROR] -> [Help 1]
> {code}
> I am proposing to remove this outdated profile. Please note the 
> interdependency with the GIRAPH-1120 patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)