Failed to execute query using catalyst:
Error: execute, tree:
Exchange rangepartitioning(ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST, 5), true, [id=#151790]
+- *(4) Filter (isnotnull(rnk#204253) AND (rnk#204253 = 1))
 +- Window [rank(dec#204265) windowspecdefinition(ts#204264, dec#204265 ASC NULLS FIRST, specifiedwindowframe(RowFrame, unboundedpreceding$(), currentrow$())) AS rnk#204253], [ts#204264], [dec#204265 ASC NULLS FIRST]
 +- *(3) Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST], false, 0
 +- Exchange hashpartitioning(ts#204264, 5), true, [id=#151782]
 +- *(2) Project [ts#204264, dec#204265]
 +- *(2) BroadcastHashJoin [b#204259L], [b#204270L], Inner, BuildRight
 :- *(2) Filter isnotnull(b#204259L)
 : +- Scan hive default.over1k [b#204259L, ts#204264, dec#204265], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
 +- BroadcastExchange HashedRelationBroadcastMode(List(input[0, bigint, false])), [id=#151777]
 +- *(1) Filter isnotnull(b#204270L)
 +- Scan hive default.over1k [b#204270L], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]

org.apache.spark.sql.catalyst.errors.package$TreeNodeException: execute, tree:
Exchange rangepartitioning(ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST, 5), true, [id=#151790]
+- *(4) Filter (isnotnull(rnk#204253) AND (rnk#204253 = 1))
 +- Window [rank(dec#204265) windowspecdefinition(ts#204264, dec#204265 ASC NULLS FIRST, specifiedwindowframe(RowFrame, unboundedpreceding$(), currentrow$())) AS rnk#204253], [ts#204264], [dec#204265 ASC NULLS FIRST]
 +- *(3) Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST], false, 0
 +- Exchange hashpartitioning(ts#204264, 5), true, [id=#151782]
 +- *(2) Project [ts#204264, dec#204265]
 +- *(2) BroadcastHashJoin [b#204259L], [b#204270L], Inner, BuildRight
 :- *(2) Filter isnotnull(b#204259L)
 : +- Scan hive default.over1k [b#204259L, ts#204264, dec#204265], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
 +- BroadcastExchange HashedRelationBroadcastMode(List(input[0, bigint, false])), [id=#151777]
 +- *(1) Filter isnotnull(b#204270L)
 +- Scan hive default.over1k [b#204270L], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]

 at org.apache.spark.sql.catalyst.errors.package$.attachTree(package.scala:56)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.doExecute(ShuffleExchangeExec.scala:90)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
 at org.apache.spark.sql.execution.InputAdapter.inputRDD(WholeStageCodegenExec.scala:524)
 at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs(WholeStageCodegenExec.scala:452)
 at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs$(WholeStageCodegenExec.scala:451)
 at org.apache.spark.sql.execution.InputAdapter.inputRDDs(WholeStageCodegenExec.scala:495)
 at org.apache.spark.sql.execution.SortExec.inputRDDs(SortExec.scala:124)
 at org.apache.spark.sql.execution.WholeStageCodegenExec.doExecute(WholeStageCodegenExec.scala:717)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
 at org.apache.spark.sql.execution.SparkPlan.getByteArrayRdd(SparkPlan.scala:329)
 at org.apache.spark.sql.execution.SparkPlan.executeCollect(SparkPlan.scala:378)
 at org.apache.spark.sql.execution.SparkPlan.executeCollectPublic(SparkPlan.scala:408)
 at org.apache.spark.sql.execution.HiveResult$.hiveResultString(HiveResult.scala:52)
 at org.apache.spark.sql.hive.execution.HiveComparisonTest.$anonfun$createQueryTest$32(HiveComparisonTest.scala:351)
 at org.apache.spark.sql.execution.SQLExecution$.$anonfun$withNewExecutionId$4(SQLExecution.scala:100)
 at org.apache.spark.sql.execution.SQLExecution$.withSQLConfPropagated(SQLExecution.scala:160)
 at org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:87)
 at org.apache.spark.sql.hive.execution.HiveComparisonTest.getResult$1(HiveComparisonTest.scala:351)
 at org.apache.spark.sql.hive.execution.HiveComparisonTest.$anonfun$createQueryTest$31(HiveComparisonTest.scala:353)
 at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:237)
 at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
 at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
 at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
 at scala.collection.TraversableLike.map(TraversableLike.scala:237)
 at scala.collection.TraversableLike.map$(TraversableLike.scala:230)
 at scala.collection.AbstractTraversable.map(Traversable.scala:108)
 at org.apache.spark.sql.hive.execution.HiveComparisonTest.doTest$1(HiveComparisonTest.scala:347)
 at org.apache.spark.sql.hive.execution.HiveComparisonTest.$anonfun$createQueryTest$10(HiveComparisonTest.scala:467)
 at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
 at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
 at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
 at org.scalatest.Transformer.apply(Transformer.scala:22)
 at org.scalatest.Transformer.apply(Transformer.scala:20)
 at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:186)
 at org.apache.spark.SparkFunSuite.withFixture(SparkFunSuite.scala:149)
 at org.scalatest.FunSuiteLike.invokeWithFixture$1(FunSuiteLike.scala:184)
 at org.scalatest.FunSuiteLike.$anonfun$runTest$1(FunSuiteLike.scala:196)
 at org.scalatest.SuperEngine.runTestImpl(Engine.scala:289)
 at org.scalatest.FunSuiteLike.runTest(FunSuiteLike.scala:196)
 at org.scalatest.FunSuiteLike.runTest$(FunSuiteLike.scala:178)
 at org.apache.spark.SparkFunSuite.org$scalatest$BeforeAndAfterEach$$super$runTest(SparkFunSuite.scala:56)
 at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:221)
 at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:214)
 at org.apache.spark.sql.hive.execution.HiveWindowFunctionQuerySuite.org$scalatest$BeforeAndAfter$$super$runTest(HiveWindowFunctionQuerySuite.scala:35)
 at org.scalatest.BeforeAndAfter.runTest(BeforeAndAfter.scala:203)
 at org.scalatest.BeforeAndAfter.runTest$(BeforeAndAfter.scala:192)
 at org.apache.spark.sql.hive.execution.HiveWindowFunctionQuerySuite.runTest(HiveWindowFunctionQuerySuite.scala:35)
 at org.scalatest.FunSuiteLike.$anonfun$runTests$1(FunSuiteLike.scala:229)
 at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:396)
 at scala.collection.immutable.List.foreach(List.scala:392)
 at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
 at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:379)
 at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:461)
 at org.scalatest.FunSuiteLike.runTests(FunSuiteLike.scala:229)
 at org.scalatest.FunSuiteLike.runTests$(FunSuiteLike.scala:228)
 at org.scalatest.FunSuite.runTests(FunSuite.scala:1560)
 at org.scalatest.Suite.run(Suite.scala:1147)
 at org.scalatest.Suite.run$(Suite.scala:1129)
 at org.scalatest.FunSuite.org$scalatest$FunSuiteLike$$super$run(FunSuite.scala:1560)
 at org.scalatest.FunSuiteLike.$anonfun$run$1(FunSuiteLike.scala:233)
 at org.scalatest.SuperEngine.runImpl(Engine.scala:521)
 at org.scalatest.FunSuiteLike.run(FunSuiteLike.scala:233)
 at org.scalatest.FunSuiteLike.run$(FunSuiteLike.scala:232)
 at org.apache.spark.SparkFunSuite.org$scalatest$BeforeAndAfterAll$$super$run(SparkFunSuite.scala:56)
 at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
 at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
 at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
 at org.apache.spark.sql.hive.execution.HiveWindowFunctionQuerySuite.org$scalatest$BeforeAndAfter$$super$run(HiveWindowFunctionQuerySuite.scala:35)
 at org.scalatest.BeforeAndAfter.run(BeforeAndAfter.scala:258)
 at org.scalatest.BeforeAndAfter.run$(BeforeAndAfter.scala:256)
 at org.apache.spark.sql.hive.execution.HiveWindowFunctionQuerySuite.run(HiveWindowFunctionQuerySuite.scala:35)
 at org.scalatest.Suite.callExecuteOnSuite$1(Suite.scala:1210)
 at org.scalatest.Suite.$anonfun$runNestedSuites$1(Suite.scala:1257)
 at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
 at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
 at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:198)
 at org.scalatest.Suite.runNestedSuites(Suite.scala:1255)
 at org.scalatest.Suite.runNestedSuites$(Suite.scala:1189)
 at org.scalatest.tools.DiscoverySuite.runNestedSuites(DiscoverySuite.scala:30)
 at org.scalatest.Suite.run(Suite.scala:1144)
 at org.scalatest.Suite.run$(Suite.scala:1129)
 at org.scalatest.tools.DiscoverySuite.run(DiscoverySuite.scala:30)
 at org.scalatest.tools.SuiteRunner.run(SuiteRunner.scala:45)
 at org.scalatest.tools.Runner$.$anonfun$doRunRunRunDaDoRunRun$13(Runner.scala:1346)
 at org.scalatest.tools.Runner$.$anonfun$doRunRunRunDaDoRunRun$13$adapted(Runner.scala:1340)
 at scala.collection.immutable.List.foreach(List.scala:392)
 at org.scalatest.tools.Runner$.doRunRunRunDaDoRunRun(Runner.scala:1340)
 at org.scalatest.tools.Runner$.$anonfun$runOptionallyWithPassFailReporter$24(Runner.scala:1031)
 at org.scalatest.tools.Runner$.$anonfun$runOptionallyWithPassFailReporter$24$adapted(Runner.scala:1010)
 at org.scalatest.tools.Runner$.withClassLoaderAndDispatchReporter(Runner.scala:1506)
 at org.scalatest.tools.Runner$.runOptionallyWithPassFailReporter(Runner.scala:1010)
 at org.scalatest.tools.Runner$.main(Runner.scala:827)
 at org.scalatest.tools.Runner.main(Runner.scala)
Caused by: org.apache.spark.sql.catalyst.errors.package$TreeNodeException: execute, tree:
Exchange hashpartitioning(ts#204264, 5), true, [id=#151782]
+- *(2) Project [ts#204264, dec#204265]
 +- *(2) BroadcastHashJoin [b#204259L], [b#204270L], Inner, BuildRight
 :- *(2) Filter isnotnull(b#204259L)
 : +- Scan hive default.over1k [b#204259L, ts#204264, dec#204265], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
 +- BroadcastExchange HashedRelationBroadcastMode(List(input[0, bigint, false])), [id=#151777]
 +- *(1) Filter isnotnull(b#204270L)
 +- Scan hive default.over1k [b#204270L], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]

 at org.apache.spark.sql.catalyst.errors.package$.attachTree(package.scala:56)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.doExecute(ShuffleExchangeExec.scala:90)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
 at org.apache.spark.sql.execution.InputAdapter.inputRDD(WholeStageCodegenExec.scala:524)
 at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs(WholeStageCodegenExec.scala:452)
 at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs$(WholeStageCodegenExec.scala:451)
 at org.apache.spark.sql.execution.InputAdapter.inputRDDs(WholeStageCodegenExec.scala:495)
 at org.apache.spark.sql.execution.SortExec.inputRDDs(SortExec.scala:124)
 at org.apache.spark.sql.execution.WholeStageCodegenExec.doExecute(WholeStageCodegenExec.scala:717)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
 at org.apache.spark.sql.execution.window.WindowExec.doExecute(WindowExec.scala:115)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
 at org.apache.spark.sql.execution.InputAdapter.inputRDD(WholeStageCodegenExec.scala:524)
 at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs(WholeStageCodegenExec.scala:452)
 at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs$(WholeStageCodegenExec.scala:451)
 at org.apache.spark.sql.execution.InputAdapter.inputRDDs(WholeStageCodegenExec.scala:495)
 at org.apache.spark.sql.execution.FilterExec.inputRDDs(basicPhysicalOperators.scala:132)
 at org.apache.spark.sql.execution.WholeStageCodegenExec.doExecute(WholeStageCodegenExec.scala:717)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.inputRDD$lzycompute(ShuffleExchangeExec.scala:64)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.inputRDD(ShuffleExchangeExec.scala:64)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.shuffleDependency$lzycompute(ShuffleExchangeExec.scala:74)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.shuffleDependency(ShuffleExchangeExec.scala:72)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.createShuffledRDD(ShuffleExchangeExec.scala:82)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.$anonfun$doExecute$1(ShuffleExchangeExec.scala:93)
 at org.apache.spark.sql.catalyst.errors.package$.attachTree(package.scala:52)
 ... 101 more
Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Cannot call methods on a stopped SparkContext.
This stopped SparkContext was created at:

org.apache.spark.sql.hive.StatisticsSuite.<init>(StatisticsSuite.scala:46)
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
java.lang.Class.newInstance(Class.java:442)
org.scalatest.tools.DiscoverySuite$.getSuiteInstance(DiscoverySuite.scala:66)
org.scalatest.tools.DiscoverySuite.$anonfun$nestedSuites$1(DiscoverySuite.scala:38)
scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:237)
scala.collection.Iterator.foreach(Iterator.scala:941)
scala.collection.Iterator.foreach$(Iterator.scala:941)
scala.collection.AbstractIterator.foreach(Iterator.scala:1429)
scala.collection.IterableLike.foreach(IterableLike.scala:74)
scala.collection.IterableLike.foreach$(IterableLike.scala:73)
scala.collection.AbstractIterable.foreach(Iterable.scala:56)
scala.collection.TraversableLike.map(TraversableLike.scala:237)
scala.collection.TraversableLike.map$(TraversableLike.scala:230)
scala.collection.AbstractTraversable.map(Traversable.scala:108)
org.scalatest.tools.DiscoverySuite.<init>(DiscoverySuite.scala:37)
org.scalatest.tools.Runner$.genDiscoSuites$1(Runner.scala:1165)

The currently active SparkContext was created at:

(No active SparkContext.)
 
 at java.util.concurrent.FutureTask.report(FutureTask.java:122)
 at java.util.concurrent.FutureTask.get(FutureTask.java:206)
 at org.apache.spark.sql.execution.exchange.BroadcastExchangeExec.doExecuteBroadcast(BroadcastExchangeExec.scala:167)
 at org.apache.spark.sql.execution.InputAdapter.doExecuteBroadcast(WholeStageCodegenExec.scala:514)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeBroadcast$1(SparkPlan.scala:202)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.SparkPlan.executeBroadcast(SparkPlan.scala:198)
 at org.apache.spark.sql.execution.joins.BroadcastHashJoinExec.prepareBroadcast(BroadcastHashJoinExec.scala:116)
 at org.apache.spark.sql.execution.joins.BroadcastHashJoinExec.codegenInner(BroadcastHashJoinExec.scala:210)
 at org.apache.spark.sql.execution.joins.BroadcastHashJoinExec.doConsume(BroadcastHashJoinExec.scala:100)
 at org.apache.spark.sql.execution.CodegenSupport.consume(WholeStageCodegenExec.scala:193)
 at org.apache.spark.sql.execution.CodegenSupport.consume$(WholeStageCodegenExec.scala:148)
 at org.apache.spark.sql.execution.FilterExec.consume(basicPhysicalOperators.scala:96)
 at org.apache.spark.sql.execution.FilterExec.doConsume(basicPhysicalOperators.scala:217)
 at org.apache.spark.sql.execution.CodegenSupport.consume(WholeStageCodegenExec.scala:193)
 at org.apache.spark.sql.execution.CodegenSupport.consume$(WholeStageCodegenExec.scala:148)
 at org.apache.spark.sql.execution.InputAdapter.consume(WholeStageCodegenExec.scala:495)
 at org.apache.spark.sql.execution.InputRDDCodegen.doProduce(WholeStageCodegenExec.scala:482)
 at org.apache.spark.sql.execution.InputRDDCodegen.doProduce$(WholeStageCodegenExec.scala:455)
 at org.apache.spark.sql.execution.InputAdapter.doProduce(WholeStageCodegenExec.scala:495)
 at org.apache.spark.sql.execution.CodegenSupport.$anonfun$produce$1(WholeStageCodegenExec.scala:94)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.CodegenSupport.produce(WholeStageCodegenExec.scala:89)
 at org.apache.spark.sql.execution.CodegenSupport.produce$(WholeStageCodegenExec.scala:89)
 at org.apache.spark.sql.execution.InputAdapter.produce(WholeStageCodegenExec.scala:495)
 at org.apache.spark.sql.execution.FilterExec.doProduce(basicPhysicalOperators.scala:136)
 at org.apache.spark.sql.execution.CodegenSupport.$anonfun$produce$1(WholeStageCodegenExec.scala:94)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.CodegenSupport.produce(WholeStageCodegenExec.scala:89)
 at org.apache.spark.sql.execution.CodegenSupport.produce$(WholeStageCodegenExec.scala:89)
 at org.apache.spark.sql.execution.FilterExec.produce(basicPhysicalOperators.scala:96)
 at org.apache.spark.sql.execution.joins.BroadcastHashJoinExec.doProduce(BroadcastHashJoinExec.scala:95)
 at org.apache.spark.sql.execution.CodegenSupport.$anonfun$produce$1(WholeStageCodegenExec.scala:94)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.CodegenSupport.produce(WholeStageCodegenExec.scala:89)
 at org.apache.spark.sql.execution.CodegenSupport.produce$(WholeStageCodegenExec.scala:89)
 at org.apache.spark.sql.execution.joins.BroadcastHashJoinExec.produce(BroadcastHashJoinExec.scala:39)
 at org.apache.spark.sql.execution.ProjectExec.doProduce(basicPhysicalOperators.scala:49)
 at org.apache.spark.sql.execution.CodegenSupport.$anonfun$produce$1(WholeStageCodegenExec.scala:94)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.CodegenSupport.produce(WholeStageCodegenExec.scala:89)
 at org.apache.spark.sql.execution.CodegenSupport.produce$(WholeStageCodegenExec.scala:89)
 at org.apache.spark.sql.execution.ProjectExec.produce(basicPhysicalOperators.scala:39)
 at org.apache.spark.sql.execution.WholeStageCodegenExec.doCodeGen(WholeStageCodegenExec.scala:629)
 at org.apache.spark.sql.execution.WholeStageCodegenExec.doExecute(WholeStageCodegenExec.scala:689)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.inputRDD$lzycompute(ShuffleExchangeExec.scala:64)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.inputRDD(ShuffleExchangeExec.scala:64)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.shuffleDependency$lzycompute(ShuffleExchangeExec.scala:74)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.shuffleDependency(ShuffleExchangeExec.scala:72)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.createShuffledRDD(ShuffleExchangeExec.scala:82)
 at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.$anonfun$doExecute$1(ShuffleExchangeExec.scala:93)
 at org.apache.spark.sql.catalyst.errors.package$.attachTree(package.scala:52)
 ... 142 more
Caused by: java.lang.IllegalStateException: Cannot call methods on a stopped SparkContext.
This stopped SparkContext was created at:

org.apache.spark.sql.hive.StatisticsSuite.<init>(StatisticsSuite.scala:46)
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
java.lang.Class.newInstance(Class.java:442)
org.scalatest.tools.DiscoverySuite$.getSuiteInstance(DiscoverySuite.scala:66)
org.scalatest.tools.DiscoverySuite.$anonfun$nestedSuites$1(DiscoverySuite.scala:38)
scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:237)
scala.collection.Iterator.foreach(Iterator.scala:941)
scala.collection.Iterator.foreach$(Iterator.scala:941)
scala.collection.AbstractIterator.foreach(Iterator.scala:1429)
scala.collection.IterableLike.foreach(IterableLike.scala:74)
scala.collection.IterableLike.foreach$(IterableLike.scala:73)
scala.collection.AbstractIterable.foreach(Iterable.scala:56)
scala.collection.TraversableLike.map(TraversableLike.scala:237)
scala.collection.TraversableLike.map$(TraversableLike.scala:230)
scala.collection.AbstractTraversable.map(Traversable.scala:108)
org.scalatest.tools.DiscoverySuite.<init>(DiscoverySuite.scala:37)
org.scalatest.tools.Runner$.genDiscoSuites$1(Runner.scala:1165)

The currently active SparkContext was created at:

(No active SparkContext.)
 
 at org.apache.spark.SparkContext.assertNotStopped(SparkContext.scala:109)
 at org.apache.spark.SparkContext.broadcast(SparkContext.scala:1466)
 at org.apache.spark.sql.hive.HadoopTableReader.<init>(TableReader.scala:90)
 at org.apache.spark.sql.hive.execution.HiveTableScanExec.hadoopReader$lzycompute(HiveTableScanExec.scala:110)
 at org.apache.spark.sql.hive.execution.HiveTableScanExec.hadoopReader(HiveTableScanExec.scala:105)
 at org.apache.spark.sql.hive.execution.HiveTableScanExec.$anonfun$doExecute$1(HiveTableScanExec.scala:188)
 at org.apache.spark.util.Utils$.withDummyCallSite(Utils.scala:2488)
 at org.apache.spark.sql.hive.execution.HiveTableScanExec.doExecute(HiveTableScanExec.scala:188)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
 at org.apache.spark.sql.execution.InputAdapter.inputRDD(WholeStageCodegenExec.scala:524)
 at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs(WholeStageCodegenExec.scala:452)
 at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs$(WholeStageCodegenExec.scala:451)
 at org.apache.spark.sql.execution.InputAdapter.inputRDDs(WholeStageCodegenExec.scala:495)
 at org.apache.spark.sql.execution.FilterExec.inputRDDs(basicPhysicalOperators.scala:132)
 at org.apache.spark.sql.execution.WholeStageCodegenExec.doExecute(WholeStageCodegenExec.scala:717)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
 at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
 at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
 at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
 at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
 at org.apache.spark.sql.execution.SparkPlan.getByteArrayRdd(SparkPlan.scala:329)
 at org.apache.spark.sql.execution.SparkPlan.executeCollectIterator(SparkPlan.scala:388)
 at org.apache.spark.sql.execution.exchange.BroadcastExchangeExec$$anon$1.$anonfun$call$1(BroadcastExchangeExec.scala:89)
 at org.apache.spark.sql.execution.SQLExecution$.$anonfun$withExecutionId$1(SQLExecution.scala:136)
 at org.apache.spark.sql.execution.SQLExecution$.withSQLConfPropagated(SQLExecution.scala:160)
 at org.apache.spark.sql.execution.SQLExecution$.withExecutionId(SQLExecution.scala:134)
 at org.apache.spark.sql.execution.exchange.BroadcastExchangeExec$$anon$1.call(BroadcastExchangeExec.scala:83)
 at org.apache.spark.sql.execution.exchange.BroadcastExchangeExec$$anon$1.call(BroadcastExchangeExec.scala:78)
 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
 at java.lang.Thread.run(Thread.java:748)

select ts, dec, rnk
from
 (select ts, dec,
 rank() over (partition by ts order by dec) as rnk
 from
 (select other.ts, other.dec
 from over1k other
 join over1k on (other.b = over1k.b)
 ) joined
 ) ranked
where rnk = 1
order by ts, dec, rnk
== Parsed Logical Plan ==
'Sort ['ts ASC NULLS FIRST, 'dec ASC NULLS FIRST, 'rnk ASC NULLS FIRST], true
+- 'Project ['ts, 'dec, 'rnk]
 +- 'Filter ('rnk = 1)
 +- 'SubqueryAlias `ranked`
 +- 'Project ['ts, 'dec, 'rank() windowspecdefinition('ts, 'dec ASC NULLS FIRST, unspecifiedframe$()) AS rnk#204253]
 +- 'SubqueryAlias `joined`
 +- 'Project ['other.ts, 'other.dec]
 +- 'Join Inner, ('other.b = 'over1k.b)
 :- 'SubqueryAlias `other`
 : +- 'UnresolvedRelation [over1k]
 +- 'UnresolvedRelation [over1k]

== Analyzed Logical Plan ==
ts: timestamp, dec: decimal(4,2), rnk: int
Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST], true
+- Project [ts#204264, dec#204265, rnk#204253]
 +- Filter (rnk#204253 = 1)
 +- SubqueryAlias `ranked`
 +- Project [ts#204264, dec#204265, rnk#204253]
 +- Project [ts#204264, dec#204265, rnk#204253, rnk#204253]
 +- Window [rank(dec#204265) windowspecdefinition(ts#204264, dec#204265 ASC NULLS FIRST, specifiedwindowframe(RowFrame, unboundedpreceding$(), currentrow$())) AS rnk#204253], [ts#204264], [dec#204265 ASC NULLS FIRST]
 +- Project [ts#204264, dec#204265]
 +- SubqueryAlias `joined`
 +- Project [ts#204264, dec#204265]
 +- Join Inner, (b#204259L = b#204270L)
 :- SubqueryAlias `other`
 : +- SubqueryAlias `default`.`over1k`
 : +- HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
 +- SubqueryAlias `default`.`over1k`
 +- HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]

== Optimized Logical Plan ==
Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST], true
+- Filter (isnotnull(rnk#204253) AND (rnk#204253 = 1))
 +- Window [rank(dec#204265) windowspecdefinition(ts#204264, dec#204265 ASC NULLS FIRST, specifiedwindowframe(RowFrame, unboundedpreceding$(), currentrow$())) AS rnk#204253], [ts#204264], [dec#204265 ASC NULLS FIRST]
 +- Project [ts#204264, dec#204265]
 +- Join Inner, (b#204259L = b#204270L)
 :- Project [b#204259L, ts#204264, dec#204265]
 : +- Filter isnotnull(b#204259L)
 : +- HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
 +- Project [b#204270L]
 +- Filter isnotnull(b#204270L)
 +- HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]

== Physical Plan ==
*(5) Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST], true, 0
+- Exchange rangepartitioning(ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST, 5), true, [id=#151790]
 +- *(4) Filter (isnotnull(rnk#204253) AND (rnk#204253 = 1))
 +- Window [rank(dec#204265) windowspecdefinition(ts#204264, dec#204265 ASC NULLS FIRST, specifiedwindowframe(RowFrame, unboundedpreceding$(), currentrow$())) AS rnk#204253], [ts#204264], [dec#204265 ASC NULLS FIRST]
 +- *(3) Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST], false, 0
 +- Exchange hashpartitioning(ts#204264, 5), true, [id=#151782]
 +- *(2) Project [ts#204264, dec#204265]
 +- *(2) BroadcastHashJoin [b#204259L], [b#204270L], Inner, BuildRight
 :- *(2) Filter isnotnull(b#204259L)
 : +- Scan hive default.over1k [b#204259L, ts#204264, dec#204265], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
 +- BroadcastExchange HashedRelationBroadcastMode(List(input[0, bigint, false])), [id=#151777]
 +- *(1) Filter isnotnull(b#204270L)
 +- Scan hive default.over1k [b#204270L], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]

== HIVE - 1294 row(s) ==
2013-03-01 09:11:58.70307 52.64 1
2013-03-01 09:11:58.70307 52.64 1
2013-03-01 09:11:58.70307 52.64 1
2013-03-01 09:11:58.70307 52.64 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703072 2.96 1
2013-03-01 09:11:58.703072 2.96 1
2013-03-01 09:11:58.703072 2.96 1
2013-03-01 09:11:58.703072 2.96 1
2013-03-01 09:11:58.703072 2.96 1
2013-03-01 09:11:58.703073 10.07 1
2013-03-01 09:11:58.703073 10.07 1
2013-03-01 09:11:58.703073 10.07 1
2013-03-01 09:11:58.703073 10.07 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703075 5.64 1
2013-03-01 09:11:58.703075 5.64 1
2013-03-01 09:11:58.703075 5.64 1
2013-03-01 09:11:58.703075 5.64 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703079 27.32 1
2013-03-01 09:11:58.703079 27.32 1
2013-03-01 09:11:58.703079 27.32 1
2013-03-01 09:11:58.703079 27.32 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.703081 67.9 1
2013-03-01 09:11:58.703081 67.9 1
2013-03-01 09:11:58.703081 67.9 1
2013-03-01 09:11:58.703081 67.9 1
2013-03-01 09:11:58.703081 67.9 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703084 1.76 1
2013-03-01 09:11:58.703084 1.76 1
2013-03-01 09:11:58.703084 1.76 1
2013-03-01 09:11:58.703084 1.76 1
2013-03-01 09:11:58.703084 1.76 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703086 9.96 1
2013-03-01 09:11:58.703086 9.96 1
2013-03-01 09:11:58.703086 9.96 1
2013-03-01 09:11:58.703086 9.96 1
2013-03-01 09:11:58.703086 9.96 1
2013-03-01 09:11:58.703087 10.63 1
2013-03-01 09:11:58.703087 10.63 1
2013-03-01 09:11:58.703087 10.63 1
2013-03-01 09:11:58.703087 10.63 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703089 8.76 1
2013-03-01 09:11:58.703089 8.76 1
2013-03-01 09:11:58.703089 8.76 1
2013-03-01 09:11:58.703089 8.76 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.703091 15.85 1
2013-03-01 09:11:58.703091 15.85 1
2013-03-01 09:11:58.703091 15.85 1
2013-03-01 09:11:58.703091 15.85 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703093 14.85 1
2013-03-01 09:11:58.703093 14.85 1
2013-03-01 09:11:58.703093 14.85 1
2013-03-01 09:11:58.703094 57.11 1
2013-03-01 09:11:58.703094 57.11 1
2013-03-01 09:11:58.703094 57.11 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703097 0.9 1
2013-03-01 09:11:58.703097 0.9 1
2013-03-01 09:11:58.703097 0.9 1
2013-03-01 09:11:58.703098 1.35 1
2013-03-01 09:11:58.703098 1.35 1
2013-03-01 09:11:58.703098 1.35 1
2013-03-01 09:11:58.703098 1.35 1
2013-03-01 09:11:58.703098 1.35 1
2013-03-01 09:11:58.703099 11.69 1
2013-03-01 09:11:58.703099 11.69 1
2013-03-01 09:11:58.703099 11.69 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703105 28.47 1
2013-03-01 09:11:58.703105 28.47 1
2013-03-01 09:11:58.703106 11.81 1
2013-03-01 09:11:58.703106 11.81 1
2013-03-01 09:11:58.703106 11.81 1
2013-03-01 09:11:58.703106 11.81 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703108 28.47 1
2013-03-01 09:11:58.703108 28.47 1
2013-03-01 09:11:58.703108 28.47 1
2013-03-01 09:11:58.703108 28.47 1
2013-03-01 09:11:58.703109 38.98 1
2013-03-01 09:11:58.703109 38.98 1
2013-03-01 09:11:58.703109 38.98 1
2013-03-01 09:11:58.703109 38.98 1
2013-03-01 09:11:58.70311 8.16 1
2013-03-01 09:11:58.70311 8.16 1
2013-03-01 09:11:58.70311 8.16 1
2013-03-01 09:11:58.70311 8.16 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703112 13.29 1
2013-03-01 09:11:58.703112 13.29 1
2013-03-01 09:11:58.703112 13.29 1
2013-03-01 09:11:58.703112 13.29 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703115 27.52 1
2013-03-01 09:11:58.703115 27.52 1
2013-03-01 09:11:58.703115 27.52 1
2013-03-01 09:11:58.703115 27.52 1
2013-03-01 09:11:58.703115 27.52 1
2013-03-01 09:11:58.703116 33.45 1
2013-03-01 09:11:58.703116 33.45 1
2013-03-01 09:11:58.703116 33.45 1
2013-03-01 09:11:58.703116 33.45 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703118 8.69 1
2013-03-01 09:11:58.703118 8.69 1
2013-03-01 09:11:58.703119 58.02 1
2013-03-01 09:11:58.703119 58.02 1
2013-03-01 09:11:58.70312 52.6 1
2013-03-01 09:11:58.70312 52.6 1
2013-03-01 09:11:58.70312 52.6 1
2013-03-01 09:11:58.70312 52.6 1
2013-03-01 09:11:58.703121 96.9 1
2013-03-01 09:11:58.703121 96.9 1
2013-03-01 09:11:58.703121 96.9 1
2013-03-01 09:11:58.703121 96.9 1
2013-03-01 09:11:58.703122 53.56 1
2013-03-01 09:11:58.703122 53.56 1
2013-03-01 09:11:58.703122 53.56 1
2013-03-01 09:11:58.703122 53.56 1
2013-03-01 09:11:58.703122 53.56 1
2013-03-01 09:11:58.703123 94.35 1
2013-03-01 09:11:58.703123 94.35 1
2013-03-01 09:11:58.703123 94.35 1
2013-03-01 09:11:58.703123 94.35 1
2013-03-01 09:11:58.703124 8.93 1
2013-03-01 09:11:58.703124 8.93 1
2013-03-01 09:11:58.703124 8.93 1
2013-03-01 09:11:58.703125 14.94 1
2013-03-01 09:11:58.703125 14.94 1
2013-03-01 09:11:58.703125 14.94 1
2013-03-01 09:11:58.703126 5.49 1
2013-03-01 09:11:58.703126 5.49 1
2013-03-01 09:11:58.703126 5.49 1
2013-03-01 09:11:58.703126 5.49 1
2013-03-01 09:11:58.703127 3.98 1
2013-03-01 09:11:58.703127 3.98 1
2013-03-01 09:11:58.703127 3.98 1
2013-03-01 09:11:58.703127 3.98 1
2013-03-01 09:11:58.703128 11.45 1
2013-03-01 09:11:58.703128 11.45 1
2013-03-01 09:11:58.703128 11.45 1
2013-03-01 09:11:58.703128 11.45 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703132 1.86 1
2013-03-01 09:11:58.703132 1.86 1
2013-03-01 09:11:58.703133 27.34 1
2013-03-01 09:11:58.703133 27.34 1
2013-03-01 09:11:58.703133 27.34 1
2013-03-01 09:11:58.703133 27.34 1
2013-03-01 09:11:58.703134 98.9 1
2013-03-01 09:11:58.703134 98.9 1
2013-03-01 09:11:58.703134 98.9 1
2013-03-01 09:11:58.703134 98.9 1
2013-03-01 09:11:58.703134 98.9 1
2013-03-01 09:11:58.703135 29.14 1
2013-03-01 09:11:58.703135 29.14 1
2013-03-01 09:11:58.703135 29.14 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703137 18.11 1
2013-03-01 09:11:58.703137 18.11 1
2013-03-01 09:11:58.703137 18.11 1
2013-03-01 09:11:58.703137 18.11 1
2013-03-01 09:11:58.703137 18.11 1
2013-03-01 09:11:58.703138 55.68 1
2013-03-01 09:11:58.703138 55.68 1
2013-03-01 09:11:58.703138 55.68 1
2013-03-01 09:11:58.703138 55.68 1
2013-03-01 09:11:58.703139 12.67 1
2013-03-01 09:11:58.703139 12.67 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703142 24.25 1
2013-03-01 09:11:58.703142 24.25 1
2013-03-01 09:11:58.703142 24.25 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703144 3.43 1
2013-03-01 09:11:58.703144 3.43 1
2013-03-01 09:11:58.703144 3.43 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703147 54.94 1
2013-03-01 09:11:58.703147 54.94 1
2013-03-01 09:11:58.703147 54.94 1
2013-03-01 09:11:58.703147 54.94 1
2013-03-01 09:11:58.703147 54.94 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.70315 33.01 1
2013-03-01 09:11:58.70315 33.01 1
2013-03-01 09:11:58.70315 33.01 1
2013-03-01 09:11:58.70315 33.01 1
2013-03-01 09:11:58.703151 95.69 1
2013-03-01 09:11:58.703151 95.69 1
2013-03-01 09:11:58.703151 95.69 1
2013-03-01 09:11:58.703151 95.69 1
2013-03-01 09:11:58.703151 95.69 1
2013-03-01 09:11:58.703152 6.85 1
2013-03-01 09:11:58.703152 6.85 1
2013-03-01 09:11:58.703152 6.85 1
2013-03-01 09:11:58.703152 6.85 1
2013-03-01 09:11:58.703152 6.85 1
2013-03-01 09:11:58.703153 4.11 1
2013-03-01 09:11:58.703153 4.11 1
2013-03-01 09:11:58.703153 4.11 1
2013-03-01 09:11:58.703153 4.11 1
2013-03-01 09:11:58.703154 16.93 1
2013-03-01 09:11:58.703154 16.93 1
2013-03-01 09:11:58.703154 16.93 1
2013-03-01 09:11:58.703154 16.93 1
2013-03-01 09:11:58.703154 16.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703158 71.89 1
2013-03-01 09:11:58.703158 71.89 1
2013-03-01 09:11:58.703158 71.89 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.70316 11.93 1
2013-03-01 09:11:58.70316 11.93 1
2013-03-01 09:11:58.70316 11.93 1
2013-03-01 09:11:58.70316 11.93 1
2013-03-01 09:11:58.703161 15.82 1
2013-03-01 09:11:58.703161 15.82 1
2013-03-01 09:11:58.703161 15.82 1
2013-03-01 09:11:58.703161 15.82 1
2013-03-01 09:11:58.703161 15.82 1
2013-03-01 09:11:58.703162 3.51 1
2013-03-01 09:11:58.703162 3.51 1
2013-03-01 09:11:58.703162 3.51 1
2013-03-01 09:11:58.703162 3.51 1
2013-03-01 09:11:58.703162 3.51 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703165 8.38 1
2013-03-01 09:11:58.703165 8.38 1
2013-03-01 09:11:58.703165 8.38 1
2013-03-01 09:11:58.703166 16.6 1
2013-03-01 09:11:58.703166 16.6 1
2013-03-01 09:11:58.703166 16.6 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703169 39.96 1
2013-03-01 09:11:58.703169 39.96 1
2013-03-01 09:11:58.703169 39.96 1
2013-03-01 09:11:58.703169 39.96 1
2013-03-01 09:11:58.703169 39.96 1
2013-03-01 09:11:58.70317 11.44 1
2013-03-01 09:11:58.70317 11.44 1
2013-03-01 09:11:58.70317 11.44 1
2013-03-01 09:11:58.70317 11.44 1
2013-03-01 09:11:58.70317 11.44 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703173 8.77 1
2013-03-01 09:11:58.703173 8.77 1
2013-03-01 09:11:58.703173 8.77 1
2013-03-01 09:11:58.703173 8.77 1
2013-03-01 09:11:58.703174 36.33 1
2013-03-01 09:11:58.703174 36.33 1
2013-03-01 09:11:58.703174 36.33 1
2013-03-01 09:11:58.703174 36.33 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703176 28.2 1
2013-03-01 09:11:58.703176 28.2 1
2013-03-01 09:11:58.703176 28.2 1
2013-03-01 09:11:58.703176 28.2 1
2013-03-01 09:11:58.703176 28.2 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703179 10.82 1
2013-03-01 09:11:58.703179 10.82 1
2013-03-01 09:11:58.703179 10.82 1
2013-03-01 09:11:58.703179 10.82 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703182 1.23 1
2013-03-01 09:11:58.703182 1.23 1
2013-03-01 09:11:58.703182 1.23 1
2013-03-01 09:11:58.703182 1.23 1
2013-03-01 09:11:58.703182 1.23 1
2013-03-01 09:11:58.703183 36.74 1
2013-03-01 09:11:58.703183 36.74 1
2013-03-01 09:11:58.703183 36.74 1
2013-03-01 09:11:58.703183 36.74 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703185 8.91 1
2013-03-01 09:11:58.703185 8.91 1
2013-03-01 09:11:58.703185 8.91 1
2013-03-01 09:11:58.703185 8.91 1
2013-03-01 09:11:58.703185 8.91 1
2013-03-01 09:11:58.703186 13.81 1
2013-03-01 09:11:58.703186 13.81 1
2013-03-01 09:11:58.703186 13.81 1
2013-03-01 09:11:58.703186 13.81 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703188 32.85 1
2013-03-01 09:11:58.703188 32.85 1
2013-03-01 09:11:58.703188 32.85 1
2013-03-01 09:11:58.703188 32.85 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.70319 90.09 1
2013-03-01 09:11:58.70319 90.09 1
2013-03-01 09:11:58.70319 90.09 1
2013-03-01 09:11:58.703192 2.63 1
2013-03-01 09:11:58.703192 2.63 1
2013-03-01 09:11:58.703192 2.63 1
2013-03-01 09:11:58.703192 2.63 1
2013-03-01 09:11:58.703193 28.42 1
2013-03-01 09:11:58.703193 28.42 1
2013-03-01 09:11:58.703193 28.42 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703196 0.08 1
2013-03-01 09:11:58.703196 0.08 1
2013-03-01 09:11:58.703196 0.08 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703198 30.6 1
2013-03-01 09:11:58.703198 30.6 1
2013-03-01 09:11:58.703198 30.6 1
2013-03-01 09:11:58.703198 30.6 1
2013-03-01 09:11:58.703199 45.69 1
2013-03-01 09:11:58.703199 45.69 1
2013-03-01 09:11:58.703199 45.69 1
2013-03-01 09:11:58.703199 45.69 1
2013-03-01 09:11:58.7032 12.72 1
2013-03-01 09:11:58.7032 12.72 1
2013-03-01 09:11:58.703201 35.15 1
2013-03-01 09:11:58.703201 35.15 1
2013-03-01 09:11:58.703202 31.41 1
2013-03-01 09:11:58.703202 31.41 1
2013-03-01 09:11:58.703202 31.41 1
2013-03-01 09:11:58.703202 31.41 1
2013-03-01 09:11:58.703202 31.41 1
2013-03-01 09:11:58.703203 11.63 1
2013-03-01 09:11:58.703203 11.63 1
2013-03-01 09:11:58.703203 11.63 1
2013-03-01 09:11:58.703203 11.63 1
2013-03-01 09:11:58.703203 11.63 1
2013-03-01 09:11:58.703205 35.8 1
2013-03-01 09:11:58.703205 35.8 1
2013-03-01 09:11:58.703205 35.8 1
2013-03-01 09:11:58.703205 35.8 1
2013-03-01 09:11:58.703205 35.8 1
2013-03-01 09:11:58.703206 6.61 1
2013-03-01 09:11:58.703206 6.61 1
2013-03-01 09:11:58.703206 6.61 1
2013-03-01 09:11:58.703206 6.61 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703209 25.92 1
2013-03-01 09:11:58.703209 25.92 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703213 38.71 1
2013-03-01 09:11:58.703213 38.71 1
2013-03-01 09:11:58.703213 38.71 1
2013-03-01 09:11:58.703213 38.71 1
2013-03-01 09:11:58.703214 31.35 1
2013-03-01 09:11:58.703214 31.35 1
2013-03-01 09:11:58.703214 31.35 1
2013-03-01 09:11:58.703215 18.78 1
2013-03-01 09:11:58.703215 18.78 1
2013-03-01 09:11:58.703215 18.78 1
2013-03-01 09:11:58.703215 18.78 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703217 23.57 1
2013-03-01 09:11:58.703217 23.57 1
2013-03-01 09:11:58.703217 23.57 1
2013-03-01 09:11:58.703218 9.67 1
2013-03-01 09:11:58.703218 9.67 1
2013-03-01 09:11:58.703218 9.67 1
2013-03-01 09:11:58.703218 9.67 1
2013-03-01 09:11:58.703218 9.67 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.70322 7.37 1
2013-03-01 09:11:58.70322 7.37
org.scalatest.exceptions.TestFailedException:
Failed to execute query using catalyst:
Error: execute, tree:
Exchange rangepartitioning(ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST, 5), true, [id=#151790]
+- *(4) Filter (isnotnull(rnk#204253) AND (rnk#204253 = 1))
+- Window [rank(dec#204265) windowspecdefinition(ts#204264, dec#204265 ASC NULLS FIRST, specifiedwindowframe(RowFrame, unboundedpreceding$(), currentrow$())) AS rnk#204253], [ts#204264], [dec#204265 ASC NULLS FIRST]
+- *(3) Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST], false, 0
+- Exchange hashpartitioning(ts#204264, 5), true, [id=#151782]
+- *(2) Project [ts#204264, dec#204265]
+- *(2) BroadcastHashJoin [b#204259L], [b#204270L], Inner, BuildRight
:- *(2) Filter isnotnull(b#204259L)
: +- Scan hive default.over1k [b#204259L, ts#204264, dec#204265], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
+- BroadcastExchange HashedRelationBroadcastMode(List(input[0, bigint, false])), [id=#151777]
+- *(1) Filter isnotnull(b#204270L)
+- Scan hive default.over1k [b#204270L], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]
org.apache.spark.sql.catalyst.errors.package$TreeNodeException: execute, tree:
Exchange rangepartitioning(ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST, 5), true, [id=#151790]
+- *(4) Filter (isnotnull(rnk#204253) AND (rnk#204253 = 1))
+- Window [rank(dec#204265) windowspecdefinition(ts#204264, dec#204265 ASC NULLS FIRST, specifiedwindowframe(RowFrame, unboundedpreceding$(), currentrow$())) AS rnk#204253], [ts#204264], [dec#204265 ASC NULLS FIRST]
+- *(3) Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST], false, 0
+- Exchange hashpartitioning(ts#204264, 5), true, [id=#151782]
+- *(2) Project [ts#204264, dec#204265]
+- *(2) BroadcastHashJoin [b#204259L], [b#204270L], Inner, BuildRight
:- *(2) Filter isnotnull(b#204259L)
: +- Scan hive default.over1k [b#204259L, ts#204264, dec#204265], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
+- BroadcastExchange HashedRelationBroadcastMode(List(input[0, bigint, false])), [id=#151777]
+- *(1) Filter isnotnull(b#204270L)
+- Scan hive default.over1k [b#204270L], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]
at org.apache.spark.sql.catalyst.errors.package$.attachTree(package.scala:56)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.doExecute(ShuffleExchangeExec.scala:90)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
at org.apache.spark.sql.execution.InputAdapter.inputRDD(WholeStageCodegenExec.scala:524)
at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs(WholeStageCodegenExec.scala:452)
at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs$(WholeStageCodegenExec.scala:451)
at org.apache.spark.sql.execution.InputAdapter.inputRDDs(WholeStageCodegenExec.scala:495)
at org.apache.spark.sql.execution.SortExec.inputRDDs(SortExec.scala:124)
at org.apache.spark.sql.execution.WholeStageCodegenExec.doExecute(WholeStageCodegenExec.scala:717)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
at org.apache.spark.sql.execution.SparkPlan.getByteArrayRdd(SparkPlan.scala:329)
at org.apache.spark.sql.execution.SparkPlan.executeCollect(SparkPlan.scala:378)
at org.apache.spark.sql.execution.SparkPlan.executeCollectPublic(SparkPlan.scala:408)
at org.apache.spark.sql.execution.HiveResult$.hiveResultString(HiveResult.scala:52)
at org.apache.spark.sql.hive.execution.HiveComparisonTest.$anonfun$createQueryTest$32(HiveComparisonTest.scala:351)
at org.apache.spark.sql.execution.SQLExecution$.$anonfun$withNewExecutionId$4(SQLExecution.scala:100)
at org.apache.spark.sql.execution.SQLExecution$.withSQLConfPropagated(SQLExecution.scala:160)
at org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:87)
at org.apache.spark.sql.hive.execution.HiveComparisonTest.getResult$1(HiveComparisonTest.scala:351)
at org.apache.spark.sql.hive.execution.HiveComparisonTest.$anonfun$createQueryTest$31(HiveComparisonTest.scala:353)
at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:237)
at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
at scala.collection.TraversableLike.map(TraversableLike.scala:237)
at scala.collection.TraversableLike.map$(TraversableLike.scala:230)
at scala.collection.AbstractTraversable.map(Traversable.scala:108)
at org.apache.spark.sql.hive.execution.HiveComparisonTest.doTest$1(HiveComparisonTest.scala:347)
at org.apache.spark.sql.hive.execution.HiveComparisonTest.$anonfun$createQueryTest$10(HiveComparisonTest.scala:467)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:186)
at org.apache.spark.SparkFunSuite.withFixture(SparkFunSuite.scala:149)
at org.scalatest.FunSuiteLike.invokeWithFixture$1(FunSuiteLike.scala:184)
at org.scalatest.FunSuiteLike.$anonfun$runTest$1(FunSuiteLike.scala:196)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:289)
at org.scalatest.FunSuiteLike.runTest(FunSuiteLike.scala:196)
at org.scalatest.FunSuiteLike.runTest$(FunSuiteLike.scala:178)
at org.apache.spark.SparkFunSuite.org$scalatest$BeforeAndAfterEach$$super$runTest(SparkFunSuite.scala:56)
at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:221)
at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:214)
at org.apache.spark.sql.hive.execution.HiveWindowFunctionQuerySuite.org$scalatest$BeforeAndAfter$$super$runTest(HiveWindowFunctionQuerySuite.scala:35)
at org.scalatest.BeforeAndAfter.runTest(BeforeAndAfter.scala:203)
at org.scalatest.BeforeAndAfter.runTest$(BeforeAndAfter.scala:192)
at org.apache.spark.sql.hive.execution.HiveWindowFunctionQuerySuite.runTest(HiveWindowFunctionQuerySuite.scala:35)
at org.scalatest.FunSuiteLike.$anonfun$runTests$1(FunSuiteLike.scala:229)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:396)
at scala.collection.immutable.List.foreach(List.scala:392)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:379)
at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:461)
at org.scalatest.FunSuiteLike.runTests(FunSuiteLike.scala:229)
at org.scalatest.FunSuiteLike.runTests$(FunSuiteLike.scala:228)
at org.scalatest.FunSuite.runTests(FunSuite.scala:1560)
at org.scalatest.Suite.run(Suite.scala:1147)
at org.scalatest.Suite.run$(Suite.scala:1129)
at org.scalatest.FunSuite.org$scalatest$FunSuiteLike$$super$run(FunSuite.scala:1560)
at org.scalatest.FunSuiteLike.$anonfun$run$1(FunSuiteLike.scala:233)
at org.scalatest.SuperEngine.runImpl(Engine.scala:521)
at org.scalatest.FunSuiteLike.run(FunSuiteLike.scala:233)
at org.scalatest.FunSuiteLike.run$(FunSuiteLike.scala:232)
at org.apache.spark.SparkFunSuite.org$scalatest$BeforeAndAfterAll$$super$run(SparkFunSuite.scala:56)
at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
at org.apache.spark.sql.hive.execution.HiveWindowFunctionQuerySuite.org$scalatest$BeforeAndAfter$$super$run(HiveWindowFunctionQuerySuite.scala:35)
at org.scalatest.BeforeAndAfter.run(BeforeAndAfter.scala:258)
at org.scalatest.BeforeAndAfter.run$(BeforeAndAfter.scala:256)
at org.apache.spark.sql.hive.execution.HiveWindowFunctionQuerySuite.run(HiveWindowFunctionQuerySuite.scala:35)
at org.scalatest.Suite.callExecuteOnSuite$1(Suite.scala:1210)
at org.scalatest.Suite.$anonfun$runNestedSuites$1(Suite.scala:1257)
at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36)
at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33)
at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:198)
at org.scalatest.Suite.runNestedSuites(Suite.scala:1255)
at org.scalatest.Suite.runNestedSuites$(Suite.scala:1189)
at org.scalatest.tools.DiscoverySuite.runNestedSuites(DiscoverySuite.scala:30)
at org.scalatest.Suite.run(Suite.scala:1144)
at org.scalatest.Suite.run$(Suite.scala:1129)
at org.scalatest.tools.DiscoverySuite.run(DiscoverySuite.scala:30)
at org.scalatest.tools.SuiteRunner.run(SuiteRunner.scala:45)
at org.scalatest.tools.Runner$.$anonfun$doRunRunRunDaDoRunRun$13(Runner.scala:1346)
at org.scalatest.tools.Runner$.$anonfun$doRunRunRunDaDoRunRun$13$adapted(Runner.scala:1340)
at scala.collection.immutable.List.foreach(List.scala:392)
at org.scalatest.tools.Runner$.doRunRunRunDaDoRunRun(Runner.scala:1340)
at org.scalatest.tools.Runner$.$anonfun$runOptionallyWithPassFailReporter$24(Runner.scala:1031)
at org.scalatest.tools.Runner$.$anonfun$runOptionallyWithPassFailReporter$24$adapted(Runner.scala:1010)
at org.scalatest.tools.Runner$.withClassLoaderAndDispatchReporter(Runner.scala:1506)
at org.scalatest.tools.Runner$.runOptionallyWithPassFailReporter(Runner.scala:1010)
at org.scalatest.tools.Runner$.main(Runner.scala:827)
at org.scalatest.tools.Runner.main(Runner.scala)
Caused by: org.apache.spark.sql.catalyst.errors.package$TreeNodeException: execute, tree:
Exchange hashpartitioning(ts#204264, 5), true, [id=#151782]
+- *(2) Project [ts#204264, dec#204265]
+- *(2) BroadcastHashJoin [b#204259L], [b#204270L], Inner, BuildRight
:- *(2) Filter isnotnull(b#204259L)
: +- Scan hive default.over1k [b#204259L, ts#204264, dec#204265], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
+- BroadcastExchange HashedRelationBroadcastMode(List(input[0, bigint, false])), [id=#151777]
+- *(1) Filter isnotnull(b#204270L)
+- Scan hive default.over1k [b#204270L], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]
at org.apache.spark.sql.catalyst.errors.package$.attachTree(package.scala:56)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.doExecute(ShuffleExchangeExec.scala:90)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
at org.apache.spark.sql.execution.InputAdapter.inputRDD(WholeStageCodegenExec.scala:524)
at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs(WholeStageCodegenExec.scala:452)
at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs$(WholeStageCodegenExec.scala:451)
at org.apache.spark.sql.execution.InputAdapter.inputRDDs(WholeStageCodegenExec.scala:495)
at org.apache.spark.sql.execution.SortExec.inputRDDs(SortExec.scala:124)
at org.apache.spark.sql.execution.WholeStageCodegenExec.doExecute(WholeStageCodegenExec.scala:717)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
at org.apache.spark.sql.execution.window.WindowExec.doExecute(WindowExec.scala:115)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
at org.apache.spark.sql.execution.InputAdapter.inputRDD(WholeStageCodegenExec.scala:524)
at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs(WholeStageCodegenExec.scala:452)
at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs$(WholeStageCodegenExec.scala:451)
at org.apache.spark.sql.execution.InputAdapter.inputRDDs(WholeStageCodegenExec.scala:495)
at org.apache.spark.sql.execution.FilterExec.inputRDDs(basicPhysicalOperators.scala:132)
at org.apache.spark.sql.execution.WholeStageCodegenExec.doExecute(WholeStageCodegenExec.scala:717)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.inputRDD$lzycompute(ShuffleExchangeExec.scala:64)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.inputRDD(ShuffleExchangeExec.scala:64)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.shuffleDependency$lzycompute(ShuffleExchangeExec.scala:74)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.shuffleDependency(ShuffleExchangeExec.scala:72)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.createShuffledRDD(ShuffleExchangeExec.scala:82)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.$anonfun$doExecute$1(ShuffleExchangeExec.scala:93)
at org.apache.spark.sql.catalyst.errors.package$.attachTree(package.scala:52)
... 101 more
Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Cannot call methods on a stopped SparkContext.
This stopped SparkContext was created at:
org.apache.spark.sql.hive.StatisticsSuite.<init>(StatisticsSuite.scala:46)
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
java.lang.Class.newInstance(Class.java:442)
org.scalatest.tools.DiscoverySuite$.getSuiteInstance(DiscoverySuite.scala:66)
org.scalatest.tools.DiscoverySuite.$anonfun$nestedSuites$1(DiscoverySuite.scala:38)
scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:237)
scala.collection.Iterator.foreach(Iterator.scala:941)
scala.collection.Iterator.foreach$(Iterator.scala:941)
scala.collection.AbstractIterator.foreach(Iterator.scala:1429)
scala.collection.IterableLike.foreach(IterableLike.scala:74)
scala.collection.IterableLike.foreach$(IterableLike.scala:73)
scala.collection.AbstractIterable.foreach(Iterable.scala:56)
scala.collection.TraversableLike.map(TraversableLike.scala:237)
scala.collection.TraversableLike.map$(TraversableLike.scala:230)
scala.collection.AbstractTraversable.map(Traversable.scala:108)
org.scalatest.tools.DiscoverySuite.<init>(DiscoverySuite.scala:37)
org.scalatest.tools.Runner$.genDiscoSuites$1(Runner.scala:1165)
The currently active SparkContext was created at:
(No active SparkContext.)
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:206)
at org.apache.spark.sql.execution.exchange.BroadcastExchangeExec.doExecuteBroadcast(BroadcastExchangeExec.scala:167)
at org.apache.spark.sql.execution.InputAdapter.doExecuteBroadcast(WholeStageCodegenExec.scala:514)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeBroadcast$1(SparkPlan.scala:202)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.SparkPlan.executeBroadcast(SparkPlan.scala:198)
at org.apache.spark.sql.execution.joins.BroadcastHashJoinExec.prepareBroadcast(BroadcastHashJoinExec.scala:116)
at org.apache.spark.sql.execution.joins.BroadcastHashJoinExec.codegenInner(BroadcastHashJoinExec.scala:210)
at org.apache.spark.sql.execution.joins.BroadcastHashJoinExec.doConsume(BroadcastHashJoinExec.scala:100)
at org.apache.spark.sql.execution.CodegenSupport.consume(WholeStageCodegenExec.scala:193)
at org.apache.spark.sql.execution.CodegenSupport.consume$(WholeStageCodegenExec.scala:148)
at org.apache.spark.sql.execution.FilterExec.consume(basicPhysicalOperators.scala:96)
at org.apache.spark.sql.execution.FilterExec.doConsume(basicPhysicalOperators.scala:217)
at org.apache.spark.sql.execution.CodegenSupport.consume(WholeStageCodegenExec.scala:193)
at org.apache.spark.sql.execution.CodegenSupport.consume$(WholeStageCodegenExec.scala:148)
at org.apache.spark.sql.execution.InputAdapter.consume(WholeStageCodegenExec.scala:495)
at org.apache.spark.sql.execution.InputRDDCodegen.doProduce(WholeStageCodegenExec.scala:482)
at org.apache.spark.sql.execution.InputRDDCodegen.doProduce$(WholeStageCodegenExec.scala:455)
at org.apache.spark.sql.execution.InputAdapter.doProduce(WholeStageCodegenExec.scala:495)
at org.apache.spark.sql.execution.CodegenSupport.$anonfun$produce$1(WholeStageCodegenExec.scala:94)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.CodegenSupport.produce(WholeStageCodegenExec.scala:89)
at org.apache.spark.sql.execution.CodegenSupport.produce$(WholeStageCodegenExec.scala:89)
at org.apache.spark.sql.execution.InputAdapter.produce(WholeStageCodegenExec.scala:495)
at org.apache.spark.sql.execution.FilterExec.doProduce(basicPhysicalOperators.scala:136)
at org.apache.spark.sql.execution.CodegenSupport.$anonfun$produce$1(WholeStageCodegenExec.scala:94)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.CodegenSupport.produce(WholeStageCodegenExec.scala:89)
at org.apache.spark.sql.execution.CodegenSupport.produce$(WholeStageCodegenExec.scala:89)
at org.apache.spark.sql.execution.FilterExec.produce(basicPhysicalOperators.scala:96)
at org.apache.spark.sql.execution.joins.BroadcastHashJoinExec.doProduce(BroadcastHashJoinExec.scala:95)
at org.apache.spark.sql.execution.CodegenSupport.$anonfun$produce$1(WholeStageCodegenExec.scala:94)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.CodegenSupport.produce(WholeStageCodegenExec.scala:89)
at org.apache.spark.sql.execution.CodegenSupport.produce$(WholeStageCodegenExec.scala:89)
at org.apache.spark.sql.execution.joins.BroadcastHashJoinExec.produce(BroadcastHashJoinExec.scala:39)
at org.apache.spark.sql.execution.ProjectExec.doProduce(basicPhysicalOperators.scala:49)
at org.apache.spark.sql.execution.CodegenSupport.$anonfun$produce$1(WholeStageCodegenExec.scala:94)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.CodegenSupport.produce(WholeStageCodegenExec.scala:89)
at org.apache.spark.sql.execution.CodegenSupport.produce$(WholeStageCodegenExec.scala:89)
at org.apache.spark.sql.execution.ProjectExec.produce(basicPhysicalOperators.scala:39)
at org.apache.spark.sql.execution.WholeStageCodegenExec.doCodeGen(WholeStageCodegenExec.scala:629)
at org.apache.spark.sql.execution.WholeStageCodegenExec.doExecute(WholeStageCodegenExec.scala:689)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.inputRDD$lzycompute(ShuffleExchangeExec.scala:64)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.inputRDD(ShuffleExchangeExec.scala:64)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.shuffleDependency$lzycompute(ShuffleExchangeExec.scala:74)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.shuffleDependency(ShuffleExchangeExec.scala:72)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.createShuffledRDD(ShuffleExchangeExec.scala:82)
at org.apache.spark.sql.execution.exchange.ShuffleExchangeExec.$anonfun$doExecute$1(ShuffleExchangeExec.scala:93)
at org.apache.spark.sql.catalyst.errors.package$.attachTree(package.scala:52)
... 142 more
Caused by: java.lang.IllegalStateException: Cannot call methods on a stopped SparkContext.
This stopped SparkContext was created at:
org.apache.spark.sql.hive.StatisticsSuite.<init>(StatisticsSuite.scala:46)
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
java.lang.Class.newInstance(Class.java:442)
org.scalatest.tools.DiscoverySuite$.getSuiteInstance(DiscoverySuite.scala:66)
org.scalatest.tools.DiscoverySuite.$anonfun$nestedSuites$1(DiscoverySuite.scala:38)
scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:237)
scala.collection.Iterator.foreach(Iterator.scala:941)
scala.collection.Iterator.foreach$(Iterator.scala:941)
scala.collection.AbstractIterator.foreach(Iterator.scala:1429)
scala.collection.IterableLike.foreach(IterableLike.scala:74)
scala.collection.IterableLike.foreach$(IterableLike.scala:73)
scala.collection.AbstractIterable.foreach(Iterable.scala:56)
scala.collection.TraversableLike.map(TraversableLike.scala:237)
scala.collection.TraversableLike.map$(TraversableLike.scala:230)
scala.collection.AbstractTraversable.map(Traversable.scala:108)
org.scalatest.tools.DiscoverySuite.<init>(DiscoverySuite.scala:37)
org.scalatest.tools.Runner$.genDiscoSuites$1(Runner.scala:1165)
The currently active SparkContext was created at:
(No active SparkContext.)
at org.apache.spark.SparkContext.assertNotStopped(SparkContext.scala:109)
at org.apache.spark.SparkContext.broadcast(SparkContext.scala:1466)
at org.apache.spark.sql.hive.HadoopTableReader.<init>(TableReader.scala:90)
at org.apache.spark.sql.hive.execution.HiveTableScanExec.hadoopReader$lzycompute(HiveTableScanExec.scala:110)
at org.apache.spark.sql.hive.execution.HiveTableScanExec.hadoopReader(HiveTableScanExec.scala:105)
at org.apache.spark.sql.hive.execution.HiveTableScanExec.$anonfun$doExecute$1(HiveTableScanExec.scala:188)
at org.apache.spark.util.Utils$.withDummyCallSite(Utils.scala:2488)
at org.apache.spark.sql.hive.execution.HiveTableScanExec.doExecute(HiveTableScanExec.scala:188)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
at org.apache.spark.sql.execution.InputAdapter.inputRDD(WholeStageCodegenExec.scala:524)
at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs(WholeStageCodegenExec.scala:452)
at org.apache.spark.sql.execution.InputRDDCodegen.inputRDDs$(WholeStageCodegenExec.scala:451)
at org.apache.spark.sql.execution.InputAdapter.inputRDDs(WholeStageCodegenExec.scala:495)
at org.apache.spark.sql.execution.FilterExec.inputRDDs(basicPhysicalOperators.scala:132)
at org.apache.spark.sql.execution.WholeStageCodegenExec.doExecute(WholeStageCodegenExec.scala:717)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$execute$1(SparkPlan.scala:189)
at org.apache.spark.sql.execution.SparkPlan.$anonfun$executeQuery$1(SparkPlan.scala:227)
at org.apache.spark.rdd.RDDOperationScope$.withScope(RDDOperationScope.scala:151)
at org.apache.spark.sql.execution.SparkPlan.executeQuery(SparkPlan.scala:224)
at org.apache.spark.sql.execution.SparkPlan.execute(SparkPlan.scala:185)
at org.apache.spark.sql.execution.SparkPlan.getByteArrayRdd(SparkPlan.scala:329)
at org.apache.spark.sql.execution.SparkPlan.executeCollectIterator(SparkPlan.scala:388)
at org.apache.spark.sql.execution.exchange.BroadcastExchangeExec$$anon$1.$anonfun$call$1(BroadcastExchangeExec.scala:89)
at org.apache.spark.sql.execution.SQLExecution$.$anonfun$withExecutionId$1(SQLExecution.scala:136)
at org.apache.spark.sql.execution.SQLExecution$.withSQLConfPropagated(SQLExecution.scala:160)
at org.apache.spark.sql.execution.SQLExecution$.withExecutionId(SQLExecution.scala:134)
at org.apache.spark.sql.execution.exchange.BroadcastExchangeExec$$anon$1.call(BroadcastExchangeExec.scala:83)
at org.apache.spark.sql.execution.exchange.BroadcastExchangeExec$$anon$1.call(BroadcastExchangeExec.scala:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
select ts, dec, rnk
from
(select ts, dec,
rank() over (partition by ts order by dec) as rnk
from
(select other.ts, other.dec
from over1k other
join over1k on (other.b = over1k.b)
) joined
) ranked
where rnk = 1
order by ts, dec, rnk
== Parsed Logical Plan ==
'Sort ['ts ASC NULLS FIRST, 'dec ASC NULLS FIRST, 'rnk ASC NULLS FIRST], true
+- 'Project ['ts, 'dec, 'rnk]
+- 'Filter ('rnk = 1)
+- 'SubqueryAlias `ranked`
+- 'Project ['ts, 'dec, 'rank() windowspecdefinition('ts, 'dec ASC NULLS FIRST, unspecifiedframe$()) AS rnk#204253]
+- 'SubqueryAlias `joined`
+- 'Project ['other.ts, 'other.dec]
+- 'Join Inner, ('other.b = 'over1k.b)
:- 'SubqueryAlias `other`
: +- 'UnresolvedRelation [over1k]
+- 'UnresolvedRelation [over1k]
== Analyzed Logical Plan ==
ts: timestamp, dec: decimal(4,2), rnk: int
Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST], true
+- Project [ts#204264, dec#204265, rnk#204253]
+- Filter (rnk#204253 = 1)
+- SubqueryAlias `ranked`
+- Project [ts#204264, dec#204265, rnk#204253]
+- Project [ts#204264, dec#204265, rnk#204253, rnk#204253]
+- Window [rank(dec#204265) windowspecdefinition(ts#204264, dec#204265 ASC NULLS FIRST, specifiedwindowframe(RowFrame, unboundedpreceding$(), currentrow$())) AS rnk#204253], [ts#204264], [dec#204265 ASC NULLS FIRST]
+- Project [ts#204264, dec#204265]
+- SubqueryAlias `joined`
+- Project [ts#204264, dec#204265]
+- Join Inner, (b#204259L = b#204270L)
:- SubqueryAlias `other`
: +- SubqueryAlias `default`.`over1k`
: +- HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
+- SubqueryAlias `default`.`over1k`
+- HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]
== Optimized Logical Plan ==
Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST], true
+- Filter (isnotnull(rnk#204253) AND (rnk#204253 = 1))
+- Window [rank(dec#204265) windowspecdefinition(ts#204264, dec#204265 ASC NULLS FIRST, specifiedwindowframe(RowFrame, unboundedpreceding$(), currentrow$())) AS rnk#204253], [ts#204264], [dec#204265 ASC NULLS FIRST]
+- Project [ts#204264, dec#204265]
+- Join Inner, (b#204259L = b#204270L)
:- Project [b#204259L, ts#204264, dec#204265]
: +- Filter isnotnull(b#204259L)
: +- HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
+- Project [b#204270L]
+- Filter isnotnull(b#204270L)
+- HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]
== Physical Plan ==
*(5) Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST], true, 0
+- Exchange rangepartitioning(ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST, rnk#204253 ASC NULLS FIRST, 5), true, [id=#151790]
+- *(4) Filter (isnotnull(rnk#204253) AND (rnk#204253 = 1))
+- Window [rank(dec#204265) windowspecdefinition(ts#204264, dec#204265 ASC NULLS FIRST, specifiedwindowframe(RowFrame, unboundedpreceding$(), currentrow$())) AS rnk#204253], [ts#204264], [dec#204265 ASC NULLS FIRST]
+- *(3) Sort [ts#204264 ASC NULLS FIRST, dec#204265 ASC NULLS FIRST], false, 0
+- Exchange hashpartitioning(ts#204264, 5), true, [id=#151782]
+- *(2) Project [ts#204264, dec#204265]
+- *(2) BroadcastHashJoin [b#204259L], [b#204270L], Inner, BuildRight
:- *(2) Filter isnotnull(b#204259L)
: +- Scan hive default.over1k [b#204259L, ts#204264, dec#204265], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204256, si#204257, i#204258, b#204259L, f#204260, d#204261, bo#204262, s#204263, ts#204264, dec#204265, bin#204266]
+- BroadcastExchange HashedRelationBroadcastMode(List(input[0, bigint, false])), [id=#151777]
+- *(1) Filter isnotnull(b#204270L)
+- Scan hive default.over1k [b#204270L], HiveTableRelation `default`.`over1k`, org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe, [t#204267, si#204268, i#204269, b#204270L, f#204271, d#204272, bo#204273, s#204274, ts#204275, dec#204276, bin#204277]
== HIVE - 1294 row(s) ==
2013-03-01 09:11:58.70307 52.64 1
2013-03-01 09:11:58.70307 52.64 1
2013-03-01 09:11:58.70307 52.64 1
2013-03-01 09:11:58.70307 52.64 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703071 71.07 1
2013-03-01 09:11:58.703072 2.96 1
2013-03-01 09:11:58.703072 2.96 1
2013-03-01 09:11:58.703072 2.96 1
2013-03-01 09:11:58.703072 2.96 1
2013-03-01 09:11:58.703072 2.96 1
2013-03-01 09:11:58.703073 10.07 1
2013-03-01 09:11:58.703073 10.07 1
2013-03-01 09:11:58.703073 10.07 1
2013-03-01 09:11:58.703073 10.07 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703074 37.8 1
2013-03-01 09:11:58.703075 5.64 1
2013-03-01 09:11:58.703075 5.64 1
2013-03-01 09:11:58.703075 5.64 1
2013-03-01 09:11:58.703075 5.64 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703076 18.51 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703077 10.16 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703078 61.52 1
2013-03-01 09:11:58.703079 27.32 1
2013-03-01 09:11:58.703079 27.32 1
2013-03-01 09:11:58.703079 27.32 1
2013-03-01 09:11:58.703079 27.32 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.70308 1.76 1
2013-03-01 09:11:58.703081 67.9 1
2013-03-01 09:11:58.703081 67.9 1
2013-03-01 09:11:58.703081 67.9 1
2013-03-01 09:11:58.703081 67.9 1
2013-03-01 09:11:58.703081 67.9 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703082 37.25 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703083 20.52 1
2013-03-01 09:11:58.703084 1.76 1
2013-03-01 09:11:58.703084 1.76 1
2013-03-01 09:11:58.703084 1.76 1
2013-03-01 09:11:58.703084 1.76 1
2013-03-01 09:11:58.703084 1.76 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703085 1.01 1
2013-03-01 09:11:58.703086 9.96 1
2013-03-01 09:11:58.703086 9.96 1
2013-03-01 09:11:58.703086 9.96 1
2013-03-01 09:11:58.703086 9.96 1
2013-03-01 09:11:58.703086 9.96 1
2013-03-01 09:11:58.703087 10.63 1
2013-03-01 09:11:58.703087 10.63 1
2013-03-01 09:11:58.703087 10.63 1
2013-03-01 09:11:58.703087 10.63 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703088 1.97 1
2013-03-01 09:11:58.703089 8.76 1
2013-03-01 09:11:58.703089 8.76 1
2013-03-01 09:11:58.703089 8.76 1
2013-03-01 09:11:58.703089 8.76 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.70309 50.99 1
2013-03-01 09:11:58.703091 15.85 1
2013-03-01 09:11:58.703091 15.85 1
2013-03-01 09:11:58.703091 15.85 1
2013-03-01 09:11:58.703091 15.85 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703092 36.84 1
2013-03-01 09:11:58.703093 14.85 1
2013-03-01 09:11:58.703093 14.85 1
2013-03-01 09:11:58.703093 14.85 1
2013-03-01 09:11:58.703094 57.11 1
2013-03-01 09:11:58.703094 57.11 1
2013-03-01 09:11:58.703094 57.11 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703095 9.77 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703096 11.64 1
2013-03-01 09:11:58.703097 0.9 1
2013-03-01 09:11:58.703097 0.9 1
2013-03-01 09:11:58.703097 0.9 1
2013-03-01 09:11:58.703098 1.35 1
2013-03-01 09:11:58.703098 1.35 1
2013-03-01 09:11:58.703098 1.35 1
2013-03-01 09:11:58.703098 1.35 1
2013-03-01 09:11:58.703098 1.35 1
2013-03-01 09:11:58.703099 11.69 1
2013-03-01 09:11:58.703099 11.69 1
2013-03-01 09:11:58.703099 11.69 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703101 8.72 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703102 63.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703103 8.65 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703104 2.04 1
2013-03-01 09:11:58.703105 28.47 1
2013-03-01 09:11:58.703105 28.47 1
2013-03-01 09:11:58.703106 11.81 1
2013-03-01 09:11:58.703106 11.81 1
2013-03-01 09:11:58.703106 11.81 1
2013-03-01 09:11:58.703106 11.81 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703107 16.26 1
2013-03-01 09:11:58.703108 28.47 1
2013-03-01 09:11:58.703108 28.47 1
2013-03-01 09:11:58.703108 28.47 1
2013-03-01 09:11:58.703108 28.47 1
2013-03-01 09:11:58.703109 38.98 1
2013-03-01 09:11:58.703109 38.98 1
2013-03-01 09:11:58.703109 38.98 1
2013-03-01 09:11:58.703109 38.98 1
2013-03-01 09:11:58.70311 8.16 1
2013-03-01 09:11:58.70311 8.16 1
2013-03-01 09:11:58.70311 8.16 1
2013-03-01 09:11:58.70311 8.16 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703111 18.8 1
2013-03-01 09:11:58.703112 13.29 1
2013-03-01 09:11:58.703112 13.29 1
2013-03-01 09:11:58.703112 13.29 1
2013-03-01 09:11:58.703112 13.29 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703113 21.8 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703114 73.94 1
2013-03-01 09:11:58.703115 27.52 1
2013-03-01 09:11:58.703115 27.52 1
2013-03-01 09:11:58.703115 27.52 1
2013-03-01 09:11:58.703115 27.52 1
2013-03-01 09:11:58.703115 27.52 1
2013-03-01 09:11:58.703116 33.45 1
2013-03-01 09:11:58.703116 33.45 1
2013-03-01 09:11:58.703116 33.45 1
2013-03-01 09:11:58.703116 33.45 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703117 21.81 1
2013-03-01 09:11:58.703118 8.69 1
2013-03-01 09:11:58.703118 8.69 1
2013-03-01 09:11:58.703119 58.02 1
2013-03-01 09:11:58.703119 58.02 1
2013-03-01 09:11:58.70312 52.6 1
2013-03-01 09:11:58.70312 52.6 1
2013-03-01 09:11:58.70312 52.6 1
2013-03-01 09:11:58.70312 52.6 1
2013-03-01 09:11:58.703121 96.9 1
2013-03-01 09:11:58.703121 96.9 1
2013-03-01 09:11:58.703121 96.9 1
2013-03-01 09:11:58.703121 96.9 1
2013-03-01 09:11:58.703122 53.56 1
2013-03-01 09:11:58.703122 53.56 1
2013-03-01 09:11:58.703122 53.56 1
2013-03-01 09:11:58.703122 53.56 1
2013-03-01 09:11:58.703122 53.56 1
2013-03-01 09:11:58.703123 94.35 1
2013-03-01 09:11:58.703123 94.35 1
2013-03-01 09:11:58.703123 94.35 1
2013-03-01 09:11:58.703123 94.35 1
2013-03-01 09:11:58.703124 8.93 1
2013-03-01 09:11:58.703124 8.93 1
2013-03-01 09:11:58.703124 8.93 1
2013-03-01 09:11:58.703125 14.94 1
2013-03-01 09:11:58.703125 14.94 1
2013-03-01 09:11:58.703125 14.94 1
2013-03-01 09:11:58.703126 5.49 1
2013-03-01 09:11:58.703126 5.49 1
2013-03-01 09:11:58.703126 5.49 1
2013-03-01 09:11:58.703126 5.49 1
2013-03-01 09:11:58.703127 3.98 1
2013-03-01 09:11:58.703127 3.98 1
2013-03-01 09:11:58.703127 3.98 1
2013-03-01 09:11:58.703127 3.98 1
2013-03-01 09:11:58.703128 11.45 1
2013-03-01 09:11:58.703128 11.45 1
2013-03-01 09:11:58.703128 11.45 1
2013-03-01 09:11:58.703128 11.45 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.70313 5.83 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703131 1.75 1
2013-03-01 09:11:58.703132 1.86 1
2013-03-01 09:11:58.703132 1.86 1
2013-03-01 09:11:58.703133 27.34 1
2013-03-01 09:11:58.703133 27.34 1
2013-03-01 09:11:58.703133 27.34 1
2013-03-01 09:11:58.703133 27.34 1
2013-03-01 09:11:58.703134 98.9 1
2013-03-01 09:11:58.703134 98.9 1
2013-03-01 09:11:58.703134 98.9 1
2013-03-01 09:11:58.703134 98.9 1
2013-03-01 09:11:58.703134 98.9 1
2013-03-01 09:11:58.703135 29.14 1
2013-03-01 09:11:58.703135 29.14 1
2013-03-01 09:11:58.703135 29.14 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703136 11.87 1
2013-03-01 09:11:58.703137 18.11 1
2013-03-01 09:11:58.703137 18.11 1
2013-03-01 09:11:58.703137 18.11 1
2013-03-01 09:11:58.703137 18.11 1
2013-03-01 09:11:58.703137 18.11 1
2013-03-01 09:11:58.703138 55.68 1
2013-03-01 09:11:58.703138 55.68 1
2013-03-01 09:11:58.703138 55.68 1
2013-03-01 09:11:58.703138 55.68 1
2013-03-01 09:11:58.703139 12.67 1
2013-03-01 09:11:58.703139 12.67 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.70314 2.83 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703141 76.06 1
2013-03-01 09:11:58.703142 24.25 1
2013-03-01 09:11:58.703142 24.25 1
2013-03-01 09:11:58.703142 24.25 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703143 26.86 1
2013-03-01 09:11:58.703144 3.43 1
2013-03-01 09:11:58.703144 3.43 1
2013-03-01 09:11:58.703144 3.43 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703145 8.46 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703146 89.12 1
2013-03-01 09:11:58.703147 54.94 1
2013-03-01 09:11:58.703147 54.94 1
2013-03-01 09:11:58.703147 54.94 1
2013-03-01 09:11:58.703147 54.94 1
2013-03-01 09:11:58.703147 54.94 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703148 26.97 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.703149 58.05 1
2013-03-01 09:11:58.70315 33.01 1
2013-03-01 09:11:58.70315 33.01 1
2013-03-01 09:11:58.70315 33.01 1
2013-03-01 09:11:58.70315 33.01 1
2013-03-01 09:11:58.703151 95.69 1
2013-03-01 09:11:58.703151 95.69 1
2013-03-01 09:11:58.703151 95.69 1
2013-03-01 09:11:58.703151 95.69 1
2013-03-01 09:11:58.703151 95.69 1
2013-03-01 09:11:58.703152 6.85 1
2013-03-01 09:11:58.703152 6.85 1
2013-03-01 09:11:58.703152 6.85 1
2013-03-01 09:11:58.703152 6.85 1
2013-03-01 09:11:58.703152 6.85 1
2013-03-01 09:11:58.703153 4.11 1
2013-03-01 09:11:58.703153 4.11 1
2013-03-01 09:11:58.703153 4.11 1
2013-03-01 09:11:58.703153 4.11 1
2013-03-01 09:11:58.703154 16.93 1
2013-03-01 09:11:58.703154 16.93 1
2013-03-01 09:11:58.703154 16.93 1
2013-03-01 09:11:58.703154 16.93 1
2013-03-01 09:11:58.703154 16.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703155 6.93 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703156 21.79 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703157 1.29 1
2013-03-01 09:11:58.703158 71.89 1
2013-03-01 09:11:58.703158 71.89 1
2013-03-01 09:11:58.703158 71.89 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.703159 64.06 1
2013-03-01 09:11:58.70316 11.93 1
2013-03-01 09:11:58.70316 11.93 1
2013-03-01 09:11:58.70316 11.93 1
2013-03-01 09:11:58.70316 11.93 1
2013-03-01 09:11:58.703161 15.82 1
2013-03-01 09:11:58.703161 15.82 1
2013-03-01 09:11:58.703161 15.82 1
2013-03-01 09:11:58.703161 15.82 1
2013-03-01 09:11:58.703161 15.82 1
2013-03-01 09:11:58.703162 3.51 1
2013-03-01 09:11:58.703162 3.51 1
2013-03-01 09:11:58.703162 3.51 1
2013-03-01 09:11:58.703162 3.51 1
2013-03-01 09:11:58.703162 3.51 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703163 15.7 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703164 30.27 1
2013-03-01 09:11:58.703165 8.38 1
2013-03-01 09:11:58.703165 8.38 1
2013-03-01 09:11:58.703165 8.38 1
2013-03-01 09:11:58.703166 16.6 1
2013-03-01 09:11:58.703166 16.6 1
2013-03-01 09:11:58.703166 16.6 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703167 17.66 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703168 32.03 1
2013-03-01 09:11:58.703169 39.96 1
2013-03-01 09:11:58.703169 39.96 1
2013-03-01 09:11:58.703169 39.96 1
2013-03-01 09:11:58.703169 39.96 1
2013-03-01 09:11:58.703169 39.96 1
2013-03-01 09:11:58.70317 11.44 1
2013-03-01 09:11:58.70317 11.44 1
2013-03-01 09:11:58.70317 11.44 1
2013-03-01 09:11:58.70317 11.44 1
2013-03-01 09:11:58.70317 11.44 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703171 24.94 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703172 3.44 1
2013-03-01 09:11:58.703173 8.77 1
2013-03-01 09:11:58.703173 8.77 1
2013-03-01 09:11:58.703173 8.77 1
2013-03-01 09:11:58.703173 8.77 1
2013-03-01 09:11:58.703174 36.33 1
2013-03-01 09:11:58.703174 36.33 1
2013-03-01 09:11:58.703174 36.33 1
2013-03-01 09:11:58.703174 36.33 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703175 33.37 1
2013-03-01 09:11:58.703176 28.2 1
2013-03-01 09:11:58.703176 28.2 1
2013-03-01 09:11:58.703176 28.2 1
2013-03-01 09:11:58.703176 28.2 1
2013-03-01 09:11:58.703176 28.2 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703177 11.43 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703178 9.12 1
2013-03-01 09:11:58.703179 10.82 1
2013-03-01 09:11:58.703179 10.82 1
2013-03-01 09:11:58.703179 10.82 1
2013-03-01 09:11:58.703179 10.82 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.70318 10.28 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703181 26.6 1
2013-03-01 09:11:58.703182 1.23 1
2013-03-01 09:11:58.703182 1.23 1
2013-03-01 09:11:58.703182 1.23 1
2013-03-01 09:11:58.703182 1.23 1
2013-03-01 09:11:58.703182 1.23 1
2013-03-01 09:11:58.703183 36.74 1
2013-03-01 09:11:58.703183 36.74 1
2013-03-01 09:11:58.703183 36.74 1
2013-03-01 09:11:58.703183 36.74 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703184 8.95 1
2013-03-01 09:11:58.703185 8.91 1
2013-03-01 09:11:58.703185 8.91 1
2013-03-01 09:11:58.703185 8.91 1
2013-03-01 09:11:58.703185 8.91 1
2013-03-01 09:11:58.703185 8.91 1
2013-03-01 09:11:58.703186 13.81 1
2013-03-01 09:11:58.703186 13.81 1
2013-03-01 09:11:58.703186 13.81 1
2013-03-01 09:11:58.703186 13.81 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703187 64.89 1
2013-03-01 09:11:58.703188 32.85 1
2013-03-01 09:11:58.703188 32.85 1
2013-03-01 09:11:58.703188 32.85 1
2013-03-01 09:11:58.703188 32.85 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.703189 36.96 1
2013-03-01 09:11:58.70319 90.09 1
2013-03-01 09:11:58.70319 90.09 1
2013-03-01 09:11:58.70319 90.09 1
2013-03-01 09:11:58.703192 2.63 1
2013-03-01 09:11:58.703192 2.63 1
2013-03-01 09:11:58.703192 2.63 1
2013-03-01 09:11:58.703192 2.63 1
2013-03-01 09:11:58.703193 28.42 1
2013-03-01 09:11:58.703193 28.42 1
2013-03-01 09:11:58.703193 28.42 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703194 15.07 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703195 3.81 1
2013-03-01 09:11:58.703196 0.08 1
2013-03-01 09:11:58.703196 0.08 1
2013-03-01 09:11:58.703196 0.08 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703197 16.01 1
2013-03-01 09:11:58.703198 30.6 1
2013-03-01 09:11:58.703198 30.6 1
2013-03-01 09:11:58.703198 30.6 1
2013-03-01 09:11:58.703198 30.6 1
2013-03-01 09:11:58.703199 45.69 1
2013-03-01 09:11:58.703199 45.69 1
2013-03-01 09:11:58.703199 45.69 1
2013-03-01 09:11:58.703199 45.69 1
2013-03-01 09:11:58.7032 12.72 1
2013-03-01 09:11:58.7032 12.72 1
2013-03-01 09:11:58.703201 35.15 1
2013-03-01 09:11:58.703201 35.15 1
2013-03-01 09:11:58.703202 31.41 1
2013-03-01 09:11:58.703202 31.41 1
2013-03-01 09:11:58.703202 31.41 1
2013-03-01 09:11:58.703202 31.41 1
2013-03-01 09:11:58.703202 31.41 1
2013-03-01 09:11:58.703203 11.63 1
2013-03-01 09:11:58.703203 11.63 1
2013-03-01 09:11:58.703203 11.63 1
2013-03-01 09:11:58.703203 11.63 1
2013-03-01 09:11:58.703203 11.63 1
2013-03-01 09:11:58.703205 35.8 1
2013-03-01 09:11:58.703205 35.8 1
2013-03-01 09:11:58.703205 35.8 1
2013-03-01 09:11:58.703205 35.8 1
2013-03-01 09:11:58.703205 35.8 1
2013-03-01 09:11:58.703206 6.61 1
2013-03-01 09:11:58.703206 6.61 1
2013-03-01 09:11:58.703206 6.61 1
2013-03-01 09:11:58.703206 6.61 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703207 21.14 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703208 1.23 1
2013-03-01 09:11:58.703209 25.92 1
2013-03-01 09:11:58.703209 25.92 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.70321 37.12 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703211 5.24 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703212 10.52 1
2013-03-01 09:11:58.703213 38.71 1
2013-03-01 09:11:58.703213 38.71 1
2013-03-01 09:11:58.703213 38.71 1
2013-03-01 09:11:58.703213 38.71 1
2013-03-01 09:11:58.703214 31.35 1
2013-03-01 09:11:58.703214 31.35 1
2013-03-01 09:11:58.703214 31.35 1
2013-03-01 09:11:58.703215 18.78 1
2013-03-01 09:11:58.703215 18.78 1
2013-03-01 09:11:58.703215 18.78 1
2013-03-01 09:11:58.703215 18.78 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703216 11.23 1
2013-03-01 09:11:58.703217 23.57 1
2013-03-01 09:11:58.703217 23.57 1
2013-03-01 09:11:58.703217 23.57 1
2013-03-01 09:11:58.703218 9.67 1
2013-03-01 09:11:58.703218 9.67 1
2013-03-01 09:11:58.703218 9.67 1
2013-03-01 09:11:58.703218 9.67 1
2013-03-01 09:11:58.703218 9.67 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.703219 1.42 1
2013-03-01 09:11:58.70322 7.37 1
2013-03-01 09:11:58.70322 7.37 1
2013-03-01 09:11:58.70322 7.37 1
2013-03-01 09:11:58.703221 26.64 1
2013-03-01 09:11:58.703221 26.64 1
2013-03-01 09:11:58.703221 26.64 1
2013-03-01 09:11:58.703221 26.64 1
2013-03-01 09:11:58.703221 26.64 1
2013-03-01 09:11:58.703221 26.64 1
2013-03-01 09:11:58.703221 26.64 1
2013-03-01 09:11:58.703222 38.23 1
2013-03-01 09:11:58.703222 38.23 1
2013-03-01 09:11:58.703222 38.23 1
2013-03-01 09:11:58.703222 38.23 1
2013-03-01 09:11:58.703222 38.23 1
2013-03-01 09:11:58.703222 38.23 1
2013-03-01 09:11:58.703223 3.43 1
2013-03-01 09:11:58.703223 3.43 1
2013-03-01 09:11:58.703223 3.43 1
2013-03-01 09:11:58.703223 3.43 1
2013-03-01 09:11:58.703223 3.43 1
2013-03-01 09:11:58.703224 17.92 1
2013-03-01 09:11:58.703224 17.92 1
2013-03-01 09:11:58.703224 17.92 1
2013-03-01 09:11:58.703224 17.92 1
2013-03-01 09:11:58.703224 17.92 1
2013-03-01 09:11:58.703224 17.92 1
2013-03-01 09:11:58.703225 35.51 1
2013-03-01 09:11:58.703225 35.51 1
2013-03-01 09:11:58.703225 35.51 1
2013-03-01 09:11:58.703225 35.51 1
2013-03-01 09:11:58.703226 34.31 1
2013-03-01 09:11:58.703226 34.31 1
2013-03-01 09:11:58.703226 34.31 1
2013-03-01 09:11:58.703226 34.31 1
2013-03-01 09:11:58.703226 34.31 1
2013-03-01 09:11:58.703226 34.31 1
2013-03-01 09:11:58.703226 34.31 1
2013-03-01 09:11:58.703227 17.65 1
2013-03-01 09:11:58.703227 17.65 1
2013-03-01 09:11:58.703227 17.65 1
2013-03-01 09:11:58.703227 17.65 1
2013-03-01 09:11:58.703227 17.65 1
2013-03-01 09:11:58.703228 4.19 1
2013-03-01 09:11:58.703228 4.19 1
2013-03-01 09:11:58.703229 88.52 1
2013-03-01 09:11:58.703229 88.52 1
2013-03-01 09:11:58.703229 88.52 1
2013-03-01 09:11:58.703229 88.52 1
2013-03-01 09:11:58.703229 88.52 1
2013-03-01 09:11:58.703229 88.52 1
2013-03-01 09:11:58.703229 88.52 1
2013-03-01 09:11:58.703229 88.52 1
2013-03-01 09:11:58.703229 88.52 1
2013-03-01 09:11:58.703229 88.52 1
2013-03-01 09:11:58.70323 28.02 1
2013-03-01 09:11:58.70323 28.02 1
2013-03-01 09:11:58.70323 28.02 1
2013-03-01 09:11:58.70323 28.02 1
2013-03-01 09:11:58.70323 28.02 1
2013-03-01 09:11:58.703231 11.99 1
2013-03-01 09:11:58.703231 11.99 1
2013-03-01 09:11:58.703231 11.99 1
2013-03-01 09:11:58.703231 11.99 1
2013-03-01 09:11:58.703231 11.99 1
2013-03-01 09:11:58.703231 11.99 1
2013-03-01 09:11:58.703232 61.96 1
2013-03-01 09:11:58.703232 61.96 1
2013-03-01 09:11:58.703232 61.96 1
2013-03-01 09:11:58.703233 40.81 1
2013-03-01 09:11:58.703233 40.81 1
2013-03-01 09:11:58.703233 40.81 1
2013-03-01 09:11:58.703233 40.81 1
2013-03-01 09:11:58.703233 40.81 1
2013-03-01 09:11:58.703233 40.81 1
2013-03-01 09:11:58.703234 44.1 1
2013-03-01 09:11:58.703234 44.1 1
2013-03-01 09:11:58.703234 44.1 1
2013-03-01 09:11:58.703235 6.35 1
2013-03-01 09:11:58.703235 6.35 1
2013-03-01 09:11:58.703235 6.35 1
2013-03-01 09:11:58.703235 6.35 1
2013-03-01 09:11:58.703235 6.35 1
2013-03-01 09:11:58.703235 6.35 1
2013-03-01 09:11:58.703235 6.35 1
2013-03-01 09:11:58.703236 37.8 1
2013-03-01 09:11:58.703236 37.8 1
2013-03-01 09:11:58.703236 37.8 1
2013-03-01 09:11:58.703236 37.8 1
2013-03-01 09:11:58.703236 37.8 1
2013-03-01 09:11:58.703237 0.24 1
2013-03-01 09:11:58.703237 0.24 1
2013-03-01 09:11:58.703237 0.24 1
2013-03-01 09:11:58.703237 0.24 1
2013-03-01 09:11:58.703237 0.24 1
2013-03-01 09:11:58.703237 0.24 1
2013-03-01 09:11:58.703237 0.24 1
2013-03-01 09:11:58.703237 0.24 1
2013-03-01 09:11:58.703238 6 1
2013-03-01 09:11:58.703238 6 1
2013-03-01 09:11:58.703238 6 1
2013-03-01 09:11:58.703238 6 1
2013-03-01 09:11:58.703239 24.8 1
2013-03-01 09:11:58.703239 24.8 1
2013-03-01 09:11:58.703239 24.8 1
2013-03-01 09:11:58.703239 24.8 1
2013-03-01 09:11:58.703239 24.8 1
2013-03-01 09:11:58.70324 5.1 1
2013-03-01 09:11:58.70324 5.1 1
2013-03-01 09:11:58.703241 19.33 1
2013-03-01 09:11:58.703241 19.33 1
2013-03-01 09:11:58.703241 19.33 1
2013-03-01 09:11:58.703241 19.33 1
2013-03-01 09:11:58.703241 19.33 1
2013-03-01 09:11:58.703241 19.33 1
2013-03-01 09:11:58.703241 19.33 1
2013-03-01 09:11:58.703242 31.23 1
2013-03-01 09:11:58.703242 31.23 1
2013-03-01 09:11:58.703242 31.23 1
2013-03-01 09:11:58.703242 31.23 1
2013-03-01 09:11:58.703243 6.15 1
2013-03-01 09:11:58.703243 6.15 1
2013-03-01 09:11:58.703243 6.15 1
2013-03-01 09:11:58.703243 6.15 1
2013-03-01 09:11:58.703244 4.47 1
2013-03-01 09:11:58.703244 4.47 1
2013-03-01 09:11:58.703244 4.47 1
2013-03-01 09:11:58.703245 0.72 1
2013-03-01 09:11:58.703245 0.72 1
2013-03-01 09:11:58.703245 0.72 1
2013-03-01 09:11:58.703245 0.72 1
2013-03-01 09:11:58.703246 45.94 1
2013-03-01 09:11:58.703246 45.94 1
2013-03-01 09:11:58.703247 1.29 1
2013-03-01 09:11:58.703247 1.29 1
2013-03-01 09:11:58.703247 1.29 1
2013-03-01 09:11:58.703247 1.29 1
2013-03-01 09:11:58.703247 1.29 1
2013-03-01 09:11:58.703247 1.29 1
2013-03-01 09:11:58.703248 14.36 1
2013-03-01 09:11:58.703248 14.36 1
2013-03-01 09:11:58.703248 14.36 1
2013-03-01 09:11:58.703248 14.36 1
2013-03-01 09:11:58.703248 14.36 1
2013-03-01 09:11:58.703248 14.36 1
2013-03-01 09:11:58.703248 14.36 1
2013-03-01 09:11:58.703248 14.36 1
2013-03-01 09:11:58.703249 19.42 1
2013-03-01 09:11:58.703249 19.42 1
2013-03-01 09:11:58.70325 25.89 1
2013-03-01 09:11:58.70325 25.89 1
2013-03-01 09:11:58.70325 25.89 1
2013-03-01 09:11:58.70325 25.89 1
2013-03-01 09:11:58.70325 25.89 1
2013-03-01 09:11:58.70325 25.89 1
2013-03-01 09:11:58.703251 68.98 1
2013-03-01 09:11:58.703251 68.98 1
2013-03-01 09:11:58.703251 68.98 1
2013-03-01 09:11:58.703252 49.85 1
2013-03-01 09:11:58.703252 49.85 1
2013-03-01 09:11:58.703252 49.85 1
2013-03-01 09:11:58.703252 49.85 1
2013-03-01 09:11:58.703252 49.85 1
2013-03-01 09:11:58.703252 49.85 1
2013-03-01 09:11:58.703252 49.85 1
2013-03-01 09:11:58.703253 55.75 1
2013-03-01 09:11:58.703253 55.75 1
2013-03-01 09:11:58.703253 55.75 1
2013-03-01 09:11:58.703253 55.75 1
2013-03-01 09:11:58.703253 55.75 1
2013-0