You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2021/03/09 22:47:52 UTC

[GitHub] [bigtop] sekikn commented on pull request #753: BIGTOP-3512. Drop Giraph.

sekikn commented on pull request #753:
URL: https://github.com/apache/bigtop/pull/753#issuecomment-794562075


   After applying this PR, it seems that we still have some giraph-related configurations in bigtop.bom and pom.xml.
   
   ```
   $ curl -sL https://github.com/apache/bigtop/pull/753.patch | git apply -
   $ git grep -i giraph
   
   ...
   
   bigtop.bom:      So, below phoenix and giraph ought to be build after the hbase has been built
   bigtop.bom:      'oozie', 'flume', 'giraph', 'solr', 'spark',
   bigtop.bom:    hbase:['phoenix','giraph','ycsb','hive'],
   bigtop.bom:    'giraph' {
   bigtop.bom:      name    = 'giraph'
   bigtop.bom:      relNotes = 'Apache Giraph'
   pom.xml:    <giraph.version>1.1.0</giraph.version>
   pom.xml:        <groupId>org.apache.giraph</groupId>
   pom.xml:        <artifactId>giraph</artifactId>
   pom.xml:        <version>${giraph.version}</version>
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org