Skip to content

Commit

Permalink
TEZ-2415. PMC RDF needs to use asfext:pmc, not asfext:PMC. (hitesh)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshs committed May 5, 2015
1 parent 146ab07 commit bce7ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 2 additions & 7 deletions docs/src/site/resources/pmc/tez.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -26,11 +26,6 @@
</foaf:Person>
</asfext:chair>
<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>
Expand Down Expand Up @@ -186,6 +181,6 @@
<foaf:name>Vinod Kumar Vavilapalli</foaf:name>
</foaf:Person>
</asfext:member>
</asfext:PMC>
</asfext:pmc>

</rdf:RDF>

0 comments on commit bce7ff2

Please sign in to comment.