Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Release 1.2 - #23

Open
reshu-b7 wants to merge 16 commits into
trunkfrom
release-1.2
Open

Release 1.2#23
reshu-b7 wants to merge 16 commits into
trunkfrom
release-1.2

Conversation

@reshu-b7

Copy link
Copy Markdown

No description provided.

Sergey Edunovand others added 16 commits July 12, 2016 17:09
Summary: SimpleRangePartitionFactoryTest relied on old logic for calculating number of partitions and got broken with GIRAPH-1082.
Test Plan: Ran the test
Differential Revision: https://reviews.facebook.net/D60747
Summary: This test case requires too much memory to run in Jenkins. Talked to Sergey Pupyrev and we decided to disable it.
Test Plan: none
Reviewers: majakabiljo, maja.kabiljo, spupyrev
Reviewed By: spupyrev
Differential Revision: https://reviews.facebook.net/D60753
Summary: Need to pass some missing parameters to zookeeper
Test Plan: run a few jobs
Reviewers: dionysis.logothetis, heslami, majakabiljo, maja.kabiljo
Reviewed By: maja.kabiljo
Differential Revision: https://reviews.facebook.net/D60831
Summary:
On my laptop it failed because of an NPE in WorkerSuperstepMetrics.
I tracked it down and found that it is triggered from the branch of code that prints out metrics. We don't normally print out metrics in unit tests, so I'd expect this feature doesn't exist or not functional in hadoop_1. I'll try to disable it, to see how jenkins reacts.
Test Plan: mvn test -pl giraph-examples -am -Dtest=TestOutOfCore -DfailIfNoTests=false -Phadoop_1
Reviewers: maja.kabiljo, dionysis.logothetis, heslami
Reviewed By: heslami
Differential Revision: https://reviews.facebook.net/D60873
Test Plan: This was significantly better in some experiments, but we can investigate more in the future
Differential Revision: https://reviews.facebook.net/D62019
Summary:
Fixed the list of project committers. Please review your information and let me know if I should change anything.
This will be the first diff that I'll be committing all by myself, more like a test to see my username is gone through Apache's internal :-)
Test Plan: N/A
Reviewers: ikabiljo, pavanka, avery.ching, sergey.edunov
Reviewed By: sergey.edunov
Differential Revision: https://reviews.facebook.net/D61197
Test Plan: mvn clean verify -Phadoop_facebook
Reviewers: majakabiljo, dionysis.logothetis, maja.kabiljo
Reviewed By: maja.kabiljo
Differential Revision: https://reviews.facebook.net/D60945
Summary: Hadoop_1 and current versions of hbase are incompatible. Removing support for HBASE from Hadoop_1 profile
Test Plan: mvn clean package -Phadoop_1 -fae
Reviewers: majakabiljo, maja.kabiljo, dionysis.logothetis
Reviewed By: maja.kabiljo, dionysis.logothetis
Differential Revision: https://reviews.facebook.net/D64197
Summary: Missed that part in the last diff.
Test Plan:
mvn clean package -Phadoop_2 -fae
then checked that giraph-hbase.jar is in the distribution
mvn clean package -Phadoop_1 -fae
then checked that giraph-hbase.jar is not in the distribution
Reviewers: maja.kabiljo, majakabiljo, dionysis.logothetis
Reviewed By: dionysis.logothetis
Differential Revision: https://reviews.facebook.net/D64203
…ase-1.2
Test Plan:
mvn clean verify -Phadoop_facebook
mvn clean install -Phadoop_1
mvn clean install -Phadoop_2
Reviewers: majakabiljo, dionysis.logothetis, maja.kabiljo
Reviewed By: maja.kabiljo
Differential Revision: https://reviews.facebook.net/D64683
…se-1.2
Test Plan:
mvn clean verify -Phadoop_facebook
rm -rf ~/.m2/repository/org/apache/giraph
mvn clean install -Phadoop_1
rm -rf ~/.m2/repository/org/apache/giraph
mvn clean install -Phadoop_2
Reviewers: maja.kabiljo, majakabiljo, dionysis.logothetis
Reviewed By: dionysis.logothetis
Differential Revision: https://reviews.facebook.net/D64719
Test Plan:
mvn apache-rat:check -Phadoop_2
mvn apache-rat:check -Phadoop_1
mvn clean verify -Phadoop_facebook
Reviewers: maja.kabiljo, majakabiljo, dionysis.logothetis
Reviewed By: dionysis.logothetis
Differential Revision: https://reviews.facebook.net/D64917
@hubot
hubot deleted the release-1.2 branch April 28, 2017 14:53
@hubot
hubot restored the release-1.2 branch April 28, 2017 22:16
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@reshu-b7@heslami