[
https://issues.apache.org/jira/browse/LENS-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14260029#comment-14260029
]
Rajat Khandelwal commented on LENS-162:
---------------------------------------
The build succeeds
{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Lens Checkstyle Rules ............................. SUCCESS [8.653s]
[INFO] Lens .............................................. SUCCESS [21.757s]
[INFO] Lens API .......................................... SUCCESS [20.805s]
[INFO] Lens API for server and extensions ................ SUCCESS [16.152s]
[INFO] Lens Cube ......................................... SUCCESS [6:54.117s]
[INFO] Lens DB storage ................................... SUCCESS [19.264s]
[INFO] Lens Query Library ................................ SUCCESS [14.012s]
[INFO] Lens Hive Driver .................................. SUCCESS [3:05.033s]
[INFO] Lens Driver for Cloudera Impala ................... SUCCESS [11.095s]
[INFO] Lens Driver for JDBC .............................. SUCCESS [39.497s]
[INFO] Lens Server ....................................... SUCCESS [5:16.096s]
[INFO] Lens client ....................................... SUCCESS [36.785s]
[INFO] Lens CLI .......................................... SUCCESS [48.152s]
[INFO] Lens Examples ..................................... SUCCESS [9.910s]
[INFO] Lens Distribution ................................. SUCCESS [15.023s]
[INFO] Lens Client Distribution .......................... SUCCESS [16.739s]
[INFO] Lens ML Lib ....................................... SUCCESS [1:01.616s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
{noformat}
Failure comes later:
{noformat}
FATAL: Unable to find coverage results
java.io.IOException: remote file operation failed:
/home/jenkins/jenkins-slave/workspace/Lens-Commit at
hudson.remoting.Channel@1f131a37:ubuntu-1
at hudson.FilePath.act(FilePath.java:916)
at hudson.FilePath.act(FilePath.java:893)
at
hudson.plugins.cobertura.CoberturaPublisher.perform(CoberturaPublisher.java:343)
at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
at
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1037)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
at hudson.model.Run.execute(Run.java:1731)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:232)
Caused by: java.io.IOException:
/home/jenkins/jenkins-slave/workspace/Lens-Commit/.reviewboardrc is not an XML
file, please check your report pattern
at
hudson.plugins.cobertura.CoberturaPublisher$ParseReportCallable.invoke(CoberturaPublisher.java:560)
at
hudson.plugins.cobertura.CoberturaPublisher$ParseReportCallable.invoke(CoberturaPublisher.java:525)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2474)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
[Cobertura] No coverage results were found using the pattern '' relative to
'/home/jenkins/jenkins-slave/workspace/Lens-Commit'. Did you enter a pattern
relative to the correct directory? Did you generate the XML report(s) for
Cobertura?
Build step 'Publish Cobertura Coverage Report' changed build result to FAILURE
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern:
**/testng-result.xml
Did not find any matching files.
{noformat}
> Add capability to tune cost to priority ranges
> ----------------------------------------------
>
> Key: LENS-162
> URL: https://issues.apache.org/jira/browse/LENS-162
> Project: Apache Lens
> Issue Type: Improvement
> Components: driver-hive, server
> Affects Versions: 2.0
> Reporter: Rajat Khandelwal
> Assignee: Rajat Khandelwal
> Fix For: 2.0
>
> Attachments: rb29397.patch
>
>
> Right now it's hardcoded to
> {code}
> VERY_HIGH,7.0,HIGH,30.0,NORMAL,90,LOW
> {code}
> But we might need to tune this too. e.g. we never want VERY_HIGH queries. in
> that case we need a capability to tune this via configs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)