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: [email protected]
