Hi All, I tried to do build the site branch to rebuild the website by running this command:
mvn clean site -DskipTests -P site -e but keep getting hadoop.version parameter error: [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for org.apache.hadoop:hadoop-yarn-api:jar must be a valid version but is '${hadoop.version}'. @ org.apache.twill:twill-parent:0.13.0-SNAPSHOT, /home/hsaputra/open/github/twill/pom.xml, line 1033, column 26 [ERROR] 'dependencies.dependency.version' for org.apache.hadoop:hadoop-yarn-common:jar must be a valid version but is '${hadoop.version}'. @ org.apache.twill:twill-parent:0.13.0-SNAPSHOT, /home/hsaputra/open/github/twill/pom.xml, line 1056, column 26 ... Anyone else seen this problem before? - Henry