See 
<https://builds.apache.org/job/Phoenix-4.x-HBase-1.1/558/display/redirect?page=changes>

Changes:

[samarth] PHOENIX-4141 Fix flapping TableSnapshotReadsMapReduceIT

[samarth] PHOENIX-4152 Don't swallow or wrap exception in BaseQueryIT 
constructor

------------------------------------------
[...truncated 320.49 KB...]
62502 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@5a0cffdb{/jobs/job,null,AVAILABLE}
62502 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@b71b10d{/jobs/job/json,null,AVAILABLE}
62503 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@551ed259{/stages,null,AVAILABLE}
62503 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@5a83fcb7{/stages/json,null,AVAILABLE}
62503 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@f4480ce{/stages/stage,null,AVAILABLE}
62504 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@5a645c36{/stages/stage/json,null,AVAILABLE}
62504 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@72e20b96{/stages/pool,null,AVAILABLE}
62504 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@5666dfc6{/stages/pool/json,null,AVAILABLE}
62505 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@7bed6c7a{/storage,null,AVAILABLE}
62505 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@206cfd26{/storage/json,null,AVAILABLE}
62505 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@535fda6b{/storage/rdd,null,AVAILABLE}
62505 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@39fcd190{/storage/rdd/json,null,AVAILABLE}
62506 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@52262ae{/environment,null,AVAILABLE}
62506 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@147c9024{/environment/json,null,AVAILABLE}
62506 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@7ddb35fd{/executors,null,AVAILABLE}
62507 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@42b5b598{/executors/json,null,AVAILABLE}
62507 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@27a5305f{/executors/threadDump,null,AVAILABLE}
62507 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@4e0ac14e{/executors/threadDump/json,null,AVAILABLE}
62517 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@24190fe9{/static,null,AVAILABLE}
62518 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@69639c82{/,null,AVAILABLE}
62519 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@ab850dc{/api,null,AVAILABLE}
62519 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@4ac4a103{/stages/stage/kill,null,AVAILABLE}
62520 [ScalaTest-4] WARN  
org.spark_project.jetty.util.component.AbstractLifeCycle  - FAILED 
ServerConnector@7014893c{HTTP/1.1}{0.0.0.0:4040}: java.net.BindException: 
Address already in use
java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:463)
        at sun.nio.ch.Net.bind(Net.java:455)
        at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at 
org.spark_project.jetty.server.ServerConnector.open(ServerConnector.java:321)
        at 
org.spark_project.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
        at 
org.spark_project.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
        at 
org.spark_project.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.spark_project.jetty.server.Server.doStart(Server.java:366)
        at 
org.spark_project.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at 
org.apache.spark.ui.JettyUtils$.org$apache$spark$ui$JettyUtils$$connect$1(JettyUtils.scala:306)
        at org.apache.spark.ui.JettyUtils$$anonfun$5.apply(JettyUtils.scala:316)
        at org.apache.spark.ui.JettyUtils$$anonfun$5.apply(JettyUtils.scala:316)
        at 
org.apache.spark.util.Utils$$anonfun$startServiceOnPort$1.apply$mcVI$sp(Utils.scala:2171)
        at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
        at org.apache.spark.util.Utils$.startServiceOnPort(Utils.scala:2162)
        at 
org.apache.spark.ui.JettyUtils$.startJettyServer(JettyUtils.scala:316)
        at org.apache.spark.ui.WebUI.bind(WebUI.scala:139)
        at 
org.apache.spark.SparkContext$$anonfun$10.apply(SparkContext.scala:448)
        at 
org.apache.spark.SparkContext$$anonfun$10.apply(SparkContext.scala:448)
        at scala.Option.foreach(Option.scala:257)
        at org.apache.spark.SparkContext.<init>(SparkContext.scala:448)
        at 
org.apache.phoenix.spark.AbstractPhoenixSparkIT.beforeAll(AbstractPhoenixSparkIT.scala:100)
        at 
org.scalatest.BeforeAndAfterAll$class.beforeAll(BeforeAndAfterAll.scala:187)
        at 
org.apache.phoenix.spark.AbstractPhoenixSparkIT.beforeAll(AbstractPhoenixSparkIT.scala:44)
        at 
org.scalatest.BeforeAndAfterAll$class.run(BeforeAndAfterAll.scala:253)
        at 
org.apache.phoenix.spark.AbstractPhoenixSparkIT.run(AbstractPhoenixSparkIT.scala:44)
        at org.scalatest.tools.SuiteRunner.run(SuiteRunner.scala:55)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        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)
62521 [ScalaTest-4] WARN  
org.spark_project.jetty.util.component.AbstractLifeCycle  - FAILED 
org.spark_project.jetty.server.Server@3152f095: java.net.BindException: Address 
already in use
java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:463)
        at sun.nio.ch.Net.bind(Net.java:455)
        at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at 
org.spark_project.jetty.server.ServerConnector.open(ServerConnector.java:321)
        at 
org.spark_project.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
        at 
org.spark_project.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
        at 
org.spark_project.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.spark_project.jetty.server.Server.doStart(Server.java:366)
        at 
org.spark_project.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at 
org.apache.spark.ui.JettyUtils$.org$apache$spark$ui$JettyUtils$$connect$1(JettyUtils.scala:306)
        at org.apache.spark.ui.JettyUtils$$anonfun$5.apply(JettyUtils.scala:316)
        at org.apache.spark.ui.JettyUtils$$anonfun$5.apply(JettyUtils.scala:316)
        at 
org.apache.spark.util.Utils$$anonfun$startServiceOnPort$1.apply$mcVI$sp(Utils.scala:2171)
        at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:160)
        at org.apache.spark.util.Utils$.startServiceOnPort(Utils.scala:2162)
        at 
org.apache.spark.ui.JettyUtils$.startJettyServer(JettyUtils.scala:316)
        at org.apache.spark.ui.WebUI.bind(WebUI.scala:139)
        at 
org.apache.spark.SparkContext$$anonfun$10.apply(SparkContext.scala:448)
        at 
org.apache.spark.SparkContext$$anonfun$10.apply(SparkContext.scala:448)
        at scala.Option.foreach(Option.scala:257)
        at org.apache.spark.SparkContext.<init>(SparkContext.scala:448)
        at 
org.apache.phoenix.spark.AbstractPhoenixSparkIT.beforeAll(AbstractPhoenixSparkIT.scala:100)
        at 
org.scalatest.BeforeAndAfterAll$class.beforeAll(BeforeAndAfterAll.scala:187)
        at 
org.apache.phoenix.spark.AbstractPhoenixSparkIT.beforeAll(AbstractPhoenixSparkIT.scala:44)
        at 
org.scalatest.BeforeAndAfterAll$class.run(BeforeAndAfterAll.scala:253)
        at 
org.apache.phoenix.spark.AbstractPhoenixSparkIT.run(AbstractPhoenixSparkIT.scala:44)
        at org.scalatest.tools.SuiteRunner.run(SuiteRunner.scala:55)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        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)
62524 [ScalaTest-4] INFO  org.spark_project.jetty.server.ServerConnector  - 
Stopped ServerConnector@7014893c{HTTP/1.1}{0.0.0.0:4040}
62527 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@4ac4a103{/stages/stage/kill,null,UNAVAILABLE}
62527 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@ab850dc{/api,null,UNAVAILABLE}
62527 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@69639c82{/,null,UNAVAILABLE}
62527 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@24190fe9{/static,null,UNAVAILABLE}
62527 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@4e0ac14e{/executors/threadDump/json,null,UNAVAILABLE}
62528 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@27a5305f{/executors/threadDump,null,UNAVAILABLE}
62528 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@42b5b598{/executors/json,null,UNAVAILABLE}
62528 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@7ddb35fd{/executors,null,UNAVAILABLE}
62528 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@147c9024{/environment/json,null,UNAVAILABLE}
62528 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@52262ae{/environment,null,UNAVAILABLE}
62528 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@39fcd190{/storage/rdd/json,null,UNAVAILABLE}
62528 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@535fda6b{/storage/rdd,null,UNAVAILABLE}
62528 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@206cfd26{/storage/json,null,UNAVAILABLE}
62529 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@7bed6c7a{/storage,null,UNAVAILABLE}
62529 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@5666dfc6{/stages/pool/json,null,UNAVAILABLE}
62529 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@72e20b96{/stages/pool,null,UNAVAILABLE}
62529 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@5a645c36{/stages/stage/json,null,UNAVAILABLE}
62530 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@f4480ce{/stages/stage,null,UNAVAILABLE}
62530 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@5a83fcb7{/stages/json,null,UNAVAILABLE}
62530 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@551ed259{/stages,null,UNAVAILABLE}
62530 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@b71b10d{/jobs/job/json,null,UNAVAILABLE}
62530 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@5a0cffdb{/jobs/job,null,UNAVAILABLE}
62531 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@383bbd5c{/jobs/json,null,UNAVAILABLE}
62531 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@4200a4ae{/jobs,null,UNAVAILABLE}
62536 [ScalaTest-4] INFO  org.spark_project.jetty.server.Server  - 
jetty-9.2.z-SNAPSHOT
62546 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@4200a4ae{/jobs,null,AVAILABLE}
62546 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@383bbd5c{/jobs/json,null,AVAILABLE}
62546 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@5a0cffdb{/jobs/job,null,AVAILABLE}
62547 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@b71b10d{/jobs/job/json,null,AVAILABLE}
62547 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@551ed259{/stages,null,AVAILABLE}
62547 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@5a83fcb7{/stages/json,null,AVAILABLE}
62547 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@f4480ce{/stages/stage,null,AVAILABLE}
62548 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@5a645c36{/stages/stage/json,null,AVAILABLE}
62548 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@72e20b96{/stages/pool,null,AVAILABLE}
62548 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@5666dfc6{/stages/pool/json,null,AVAILABLE}
62549 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@7bed6c7a{/storage,null,AVAILABLE}
62549 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@206cfd26{/storage/json,null,AVAILABLE}
62549 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@535fda6b{/storage/rdd,null,AVAILABLE}
62549 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@39fcd190{/storage/rdd/json,null,AVAILABLE}
62550 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@52262ae{/environment,null,AVAILABLE}
62550 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@147c9024{/environment/json,null,AVAILABLE}
62550 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@7ddb35fd{/executors,null,AVAILABLE}
62551 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@42b5b598{/executors/json,null,AVAILABLE}
62551 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@27a5305f{/executors/threadDump,null,AVAILABLE}
62551 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@4e0ac14e{/executors/threadDump/json,null,AVAILABLE}
62552 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@24190fe9{/static,null,AVAILABLE}
62552 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@69639c82{/,null,AVAILABLE}
62552 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@ab850dc{/api,null,AVAILABLE}
62553 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started 
o.s.j.s.ServletContextHandler@4ac4a103{/stages/stage/kill,null,AVAILABLE}
62560 [ScalaTest-4] INFO  org.spark_project.jetty.server.ServerConnector  - 
Started ServerConnector@3a77b407{HTTP/1.1}{0.0.0.0:4041}
62560 [ScalaTest-4] INFO  org.spark_project.jetty.server.Server  - Started 
@66098ms
63115 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Started o.s.j.s.ServletContextHandler@e3a2097{/metrics/json,null,AVAILABLE}
64016 [RpcServer.reader=5,bindAddress=asf927.gq1.ygridcore.net,port=43283] INFO 
 SecurityLogger.org.apache.hadoop.hbase.Server  - Connection from 67.195.81.163 
port: 41920 with version info: version: "1.1.9" url: 
"git://diocles.local/Volumes/hbase-1.1.9/hbase" revision: 
"0d1feabed5295495ed2257d31fab9e6553e8a9d7" user: "ndimiduk" date: "Mon Feb 20 
22:35:28 PST 2017" src_checksum: "b68339108ddccd1dfc44a76646588a58"
64033 [RpcServer.reader=3,bindAddress=asf927.gq1.ygridcore.net,port=37736] INFO 
 SecurityLogger.org.apache.hadoop.hbase.Server  - Connection from 67.195.81.163 
port: 52954 with version info: version: "1.1.9" url: 
"git://diocles.local/Volumes/hbase-1.1.9/hbase" revision: 
"0d1feabed5295495ed2257d31fab9e6553e8a9d7" user: "ndimiduk" date: "Mon Feb 20 
22:35:28 PST 2017" src_checksum: "b68339108ddccd1dfc44a76646588a58"
66558 [ScalaTest-4-running-PhoenixSparkITTenantSpecific] INFO  
org.spark_project.jetty.server.handler.ContextHandler  - Started 
o.s.j.s.ServletContextHandler@34014e32{/SQL,null,AVAILABLE}
66559 [ScalaTest-4-running-PhoenixSparkITTenantSpecific] INFO  
org.spark_project.jetty.server.handler.ContextHandler  - Started 
o.s.j.s.ServletContextHandler@459524f9{/SQL/json,null,AVAILABLE}
66560 [ScalaTest-4-running-PhoenixSparkITTenantSpecific] INFO  
org.spark_project.jetty.server.handler.ContextHandler  - Started 
o.s.j.s.ServletContextHandler@4fe607f0{/SQL/execution,null,AVAILABLE}
66561 [ScalaTest-4-running-PhoenixSparkITTenantSpecific] INFO  
org.spark_project.jetty.server.handler.ContextHandler  - Started 
o.s.j.s.ServletContextHandler@27c534e{/SQL/execution/json,null,AVAILABLE}
66563 [ScalaTest-4-running-PhoenixSparkITTenantSpecific] INFO  
org.spark_project.jetty.server.handler.ContextHandler  - Started 
o.s.j.s.ServletContextHandler@3bf7d59{/static/sql,null,AVAILABLE}
68207 [RpcServer.reader=6,bindAddress=asf927.gq1.ygridcore.net,port=43283] INFO 
 SecurityLogger.org.apache.hadoop.hbase.Server  - Connection from 67.195.81.163 
port: 41928 with version info: version: "1.1.9" url: 
"git://diocles.local/Volumes/hbase-1.1.9/hbase" revision: 
"0d1feabed5295495ed2257d31fab9e6553e8a9d7" user: "ndimiduk" date: "Mon Feb 20 
22:35:28 PST 2017" src_checksum: "b68339108ddccd1dfc44a76646588a58"
68223 [RpcServer.reader=4,bindAddress=asf927.gq1.ygridcore.net,port=37736] INFO 
 SecurityLogger.org.apache.hadoop.hbase.Server  - Connection from 67.195.81.163 
port: 52962 with version info: version: "1.1.9" url: 
"git://diocles.local/Volumes/hbase-1.1.9/hbase" revision: 
"0d1feabed5295495ed2257d31fab9e6553e8a9d7" user: "ndimiduk" date: "Mon Feb 20 
22:35:28 PST 2017" src_checksum: "b68339108ddccd1dfc44a76646588a58"
- Can read from tenant-specific table as DataFrame
69085 [RpcServer.reader=7,bindAddress=asf927.gq1.ygridcore.net,port=43283] INFO 
 SecurityLogger.org.apache.hadoop.hbase.Server  - Connection from 67.195.81.163 
port: 41934 with version info: version: "1.1.9" url: 
"git://diocles.local/Volumes/hbase-1.1.9/hbase" revision: 
"0d1feabed5295495ed2257d31fab9e6553e8a9d7" user: "ndimiduk" date: "Mon Feb 20 
22:35:28 PST 2017" src_checksum: "b68339108ddccd1dfc44a76646588a58"
69102 [RpcServer.reader=5,bindAddress=asf927.gq1.ygridcore.net,port=37736] INFO 
 SecurityLogger.org.apache.hadoop.hbase.Server  - Connection from 67.195.81.163 
port: 52968 with version info: version: "1.1.9" url: 
"git://diocles.local/Volumes/hbase-1.1.9/hbase" revision: 
"0d1feabed5295495ed2257d31fab9e6553e8a9d7" user: "ndimiduk" date: "Mon Feb 20 
22:35:28 PST 2017" src_checksum: "b68339108ddccd1dfc44a76646588a58"
- Can read from tenant-specific table as RDD
- Can write a DataFrame using 'DataFrame.saveToPhoenix' to tenant-specific view
- Can write a DataFrame using 'DataFrame.write' to tenant-specific view
- Can write an RDD to Phoenix tenant-specific view
71592 [ScalaTest-4] INFO  org.spark_project.jetty.server.ServerConnector  - 
Stopped ServerConnector@3a77b407{HTTP/1.1}{0.0.0.0:4041}
71592 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@4ac4a103{/stages/stage/kill,null,UNAVAILABLE}
71592 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@ab850dc{/api,null,UNAVAILABLE}
71592 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@69639c82{/,null,UNAVAILABLE}
71592 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@24190fe9{/static,null,UNAVAILABLE}
71592 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@4e0ac14e{/executors/threadDump/json,null,UNAVAILABLE}
71593 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@27a5305f{/executors/threadDump,null,UNAVAILABLE}
71593 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@42b5b598{/executors/json,null,UNAVAILABLE}
71593 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@7ddb35fd{/executors,null,UNAVAILABLE}
71593 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@147c9024{/environment/json,null,UNAVAILABLE}
71593 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@52262ae{/environment,null,UNAVAILABLE}
71593 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@39fcd190{/storage/rdd/json,null,UNAVAILABLE}
71593 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@535fda6b{/storage/rdd,null,UNAVAILABLE}
71594 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@206cfd26{/storage/json,null,UNAVAILABLE}
71594 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@7bed6c7a{/storage,null,UNAVAILABLE}
71594 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@5666dfc6{/stages/pool/json,null,UNAVAILABLE}
71594 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@72e20b96{/stages/pool,null,UNAVAILABLE}
71594 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@5a645c36{/stages/stage/json,null,UNAVAILABLE}
71594 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@f4480ce{/stages/stage,null,UNAVAILABLE}
71594 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@5a83fcb7{/stages/json,null,UNAVAILABLE}
71595 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@551ed259{/stages,null,UNAVAILABLE}
71595 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped 
o.s.j.s.ServletContextHandler@b71b10d{/jobs/job/json,null,UNAVAILABLE}
71595 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@5a0cffdb{/jobs/job,null,UNAVAILABLE}
71595 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@383bbd5c{/jobs/json,null,UNAVAILABLE}
71595 [ScalaTest-4] INFO  org.spark_project.jetty.server.handler.ContextHandler 
 - Stopped o.s.j.s.ServletContextHandler@4200a4ae{/jobs,null,UNAVAILABLE}
Run completed in 2 minutes, 33 seconds.
Total number of tests run: 5
Suites: completed 3, aborted 1
Tests: succeeded 5, failed 0, canceled 0, ignored 0, pending 0
*** 1 SUITE ABORTED ***
158060 [MASTER_META_SERVER_OPERATIONS-asf927:37736-0] ERROR 
org.apache.hadoop.hbase.master.handler.MetaServerShutdownHandler  - Caught 
M_META_SERVER_SHUTDOWN, count=1
java.io.IOException: failed log splitting for 
asf927.gq1.ygridcore.net,43283,1504346707629, will retry
        at 
org.apache.hadoop.hbase.master.handler.MetaServerShutdownHandler.process(MetaServerShutdownHandler.java:84)
        at 
org.apache.hadoop.hbase.executor.EventHandler.run(EventHandler.java:129)
        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)
Caused by: java.io.IOException: Filesystem closed
        at org.apache.hadoop.hdfs.DFSClient.checkOpen(DFSClient.java:808)
        at org.apache.hadoop.hdfs.DFSClient.rename(DFSClient.java:1956)
        at 
org.apache.hadoop.hdfs.DistributedFileSystem.rename(DistributedFileSystem.java:626)
        at 
org.apache.hadoop.hbase.master.MasterFileSystem.getLogDirs(MasterFileSystem.java:327)
        at 
org.apache.hadoop.hbase.master.MasterFileSystem.splitLog(MasterFileSystem.java:387)
        at 
org.apache.hadoop.hbase.master.MasterFileSystem.splitMetaLog(MasterFileSystem.java:306)
        at 
org.apache.hadoop.hbase.master.MasterFileSystem.splitMetaLog(MasterFileSystem.java:297)
        at 
org.apache.hadoop.hbase.master.handler.MetaServerShutdownHandler.process(MetaServerShutdownHandler.java:77)
        ... 4 more
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix ..................................... SUCCESS [  1.887 s]
[INFO] Phoenix Core ....................................... SUCCESS [  01:53 h]
[INFO] Phoenix - Flume .................................... SUCCESS [01:27 min]
[INFO] Phoenix - Kafka .................................... SUCCESS [02:14 min]
[INFO] Phoenix - Pig ...................................... SUCCESS [03:43 min]
[INFO] Phoenix Query Server Client ........................ SUCCESS [ 12.509 s]
[INFO] Phoenix Query Server ............................... SUCCESS [02:11 min]
[INFO] Phoenix - Pherf .................................... SUCCESS [01:51 min]
[INFO] Phoenix - Spark .................................... FAILURE [03:09 min]
[INFO] Phoenix - Hive ..................................... SKIPPED
[INFO] Phoenix Client ..................................... SKIPPED
[INFO] Phoenix Server ..................................... SKIPPED
[INFO] Phoenix Assembly ................................... SKIPPED
[INFO] Phoenix - Tracing Web Application .................. SKIPPED
[INFO] Phoenix Load Balancer .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:07 h
[INFO] Finished at: 2017-09-02T10:07:40Z
[INFO] Final Memory: 108M/1317M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.scalatest:scalatest-maven-plugin:1.0:test 
(integration-test) on project phoenix-spark: There are test failures -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-spark
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 1.14 GB of artifacts by 30.4% relative to #550
Recording test results

Reply via email to