You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2016/01/16 03:13:39 UTC

[jira] [Created] (BIGTOP-2250) Move environment setting from smokes helper script to gradle

Konstantin Boudnik created BIGTOP-2250:
------------------------------------------

             Summary: Move environment setting from smokes helper script to gradle
                 Key: BIGTOP-2250
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2250
             Project: Bigtop
          Issue Type: Improvement
          Components: tests
    Affects Versions: 1.0.0
            Reporter: Konstantin Boudnik
             Fix For: 1.1.0


some of the smoke tests arent running in our CI aren't running because we rely on the smoke-tests.sh helper script to set the environment. Ie
> > Build file '/bigtop-home/bigtop-tests/smoke-tests/build.gradle' line: 26
> >
> > * What went wrong:
> > Execution failed for task ':bigtop-tests:smoke-tests:spark:test'.
> > > undeclared env variable: SPARK_HOME

And clearly, our bigtop-deploy/vm/utils/smoke-tests.sh isn't setting up
SPARK_HOME variable. It would be a good idea to move these setting into appropriate gradle file as now we have the right system for it.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)