[ https://issues.apache.org/jira/browse/BIGTOP-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14059528#comment-14059528 ]
Virginia Wang commented on BIGTOP-1372: --------------------------------------- Yes, exactly. Currently the only way to build the test artifact is run: gradle installAllLocalArtifacts or gradle installTestArtifacts which will install all of them. In some cases, we won't need some of the artifacts for example spark or hbase. An option should be added to only install a specific artifact, such as installArtifact hadoop. This allows the user to pick and choose instead of being forced to install all of them and having a risk of not supporting or using some of the artifacts. It is not so much relating to the tests as relating to a more flexible functionality in doing the installation with gradle. > Bigtop needs feature that takes in multiple arguments to build specific > components at command line > -------------------------------------------------------------------------------------------------- > > Key: BIGTOP-1372 > URL: https://issues.apache.org/jira/browse/BIGTOP-1372 > Project: Bigtop > Issue Type: Improvement > Components: Build > Affects Versions: 0.7.0 > Reporter: Dawson Choong > Fix For: 0.8.0 > > > Bigtop needs feature that takes in multiple arguments to build specific > components at command line. For instance, "$ gradle hadoop cnode hbase" will > run tests for the artifacts: hadoop, cnode, and hbase. Either build.gradle > must be modified to achieve this or a second file that will be included in > build.gradle -- This message was sent by Atlassian JIRA (v6.2#6252)