[
https://issues.apache.org/jira/browse/BIGTOP-593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281221#comment-13281221
]
Roman Shaposhnik commented on BIGTOP-593:
-----------------------------------------
Johnny, you can test your changes by actually executing package tests:
{noformat}
#!/bin/bash
export HADOOP_HOME=/usr/lib/hadoop
export HADOOP_CONF_DIR=/etc/hadoop/conf
export
REPO_FILE_URL="http://bigtop01.cloudera.org:8080/view/Bigtop-trunk/job/Bigtop-trunk-Repository/label=${label/-slave/}/lastSuccessfulBuild/artifact/repo/bigtop"
export
REPO_KEY_URL="http://archive.apache.org/dist/incubator/bigtop/bigtop-0.3.0-incubating/repos/GPG-KEY-bigtop"
if [ "$label" = "lucid-slave" ]; then
REPO_FILE_URL="${REPO_FILE_URL}.list"
else
REPO_FILE_URL="${REPO_FILE_URL}.repo"
fi
env
/root/slave/tools/mvn_303/bin/mvn -U -f
bigtop-tests/test-execution/package/pom.xml \
-Dcdh.repo.key.url="${REPO_KEY_URL}" -Dcdh.repo.file.url="${REPO_FILE_URL}"
\
-Dorg.apache.bigtop.itest.log4j.level=TRACE -Dlog4j.debug=true
\
-Dorg.apache.maven-failsafe-plugin.testInclude='**/'$PKG_SUITE'*'
\
clean verify
{noformat}
> improve the package test to handle [arch=xx] in the repo file
> -------------------------------------------------------------
>
> Key: BIGTOP-593
> URL: https://issues.apache.org/jira/browse/BIGTOP-593
> Project: Bigtop
> Issue Type: Bug
> Reporter: Johnny Zhang
> Assignee: Johnny Zhang
> Attachments: BIGTOP-593.txt, BIGTOP_593_2.txt
>
>
> the Ubuntu precise repo file contains the symbol [arch=amd64] , the current
> Bigtop package test doesn't handle it
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira