Repository: tez Updated Branches: refs/heads/master 146ab0702 -> bce7ff211
TEZ-2415. PMC RDF needs to use asfext:pmc, not asfext:PMC. (hitesh) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/bce7ff21 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/bce7ff21 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/bce7ff21 Branch: refs/heads/master Commit: bce7ff211f1b557a4aca46db8e839d5c2a0c8890 Parents: 146ab07 Author: Hitesh Shah <[email protected]> Authored: Tue May 5 15:28:46 2015 -0700 Committer: Hitesh Shah <[email protected]> Committed: Tue May 5 15:29:54 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 1 + docs/src/site/resources/pmc/tez.rdf | 9 ++------- 2 files changed, 3 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/bce7ff21/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 7ba8021..c4ae033 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,7 @@ INCOMPATIBLE CHANGES TEZ-1993. Implement a pluggable InputSizeEstimator for grouping fairly ALL CHANGES: + TEZ-2415. PMC RDF needs to use asfext:pmc, not asfext:PMC. TEZ-1752. Inputs / Outputs in the Runtime library should be interruptable. TEZ-2401. Tez UI: All-dag page has duration keep counting for KILLED dag. TEZ-2392. Have all readers throw an Exception on incorrect next() usage. http://git-wip-us.apache.org/repos/asf/tez/blob/bce7ff21/docs/src/site/resources/pmc/tez.rdf ---------------------------------------------------------------------- diff --git a/docs/src/site/resources/pmc/tez.rdf b/docs/src/site/resources/pmc/tez.rdf index 3086f4a..86faad0 100644 --- a/docs/src/site/resources/pmc/tez.rdf +++ b/docs/src/site/resources/pmc/tez.rdf @@ -17,7 +17,7 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:foaf="http://xmlns.com/foaf/0.1/"> - <asfext:PMC rdf:about="tez"> + <asfext:pmc rdf:about="tez"> <asfext:name>Apache Tez</asfext:name> <foaf:homepage rdf:resource="http://tez.apache.org/"/> <asfext:chair> @@ -28,11 +28,6 @@ <asfext:charter>Apache Tez is an effort to develop a generic application framework which can be used to process arbitrarily complex DAGs of data-processing tasks and also a re-usable set of data-processing primitives which can be used by other projects.</asfext:charter> <asfext:member> <foaf:Person> - <foaf:name>Alan Gates</foaf:name> - </foaf:Person> - </asfext:member> - <asfext:member> - <foaf:Person> <foaf:name>Arun C. Murthy</foaf:name> </foaf:Person> </asfext:member> @@ -186,6 +181,6 @@ <foaf:name>Vinod Kumar Vavilapalli</foaf:name> </foaf:Person> </asfext:member> - </asfext:PMC> + </asfext:pmc> </rdf:RDF>
