Advertisement
Guest User

Untitled

a guest
Nov 12th, 2017
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.65 KB | None | 0 0
  1. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java:[29,40] error: cannot find symbol
  2. [ERROR] symbol: class KeyValueSortReducer
  3. [ERROR] location: package org.apache.hadoop.hbase.mapreduce
  4. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[34,45] error: package org.apache.hadoop.hbase.classification does not exist
  5. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[35,45] error: package org.apache.hadoop.hbase.classification does not exist
  6. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[54,39] error: cannot find symbol
  7. [ERROR] symbol: class AbstractHFileWriter
  8. [ERROR] location: package org.apache.hadoop.hbase.io.hfile
  9. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[59,40] error: cannot find symbol
  10. [ERROR] symbol: class KeyValueSerialization
  11. [ERROR] location: package org.apache.hadoop.hbase.mapreduce
  12. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[60,40] error: cannot find symbol
  13. [ERROR] symbol: class KeyValueSortReducer
  14. [ERROR] location: package org.apache.hadoop.hbase.mapreduce
  15. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[61,40] error: cannot find symbol
  16. [ERROR] symbol: class MutationSerialization
  17. [ERROR] location: package org.apache.hadoop.hbase.mapreduce
  18. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[62,40] error: cannot find symbol
  19. [ERROR] symbol: class PutSortReducer
  20. [ERROR] location: package org.apache.hadoop.hbase.mapreduce
  21. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[63,40] error: cannot find symbol
  22. [ERROR] symbol: class ResultSerialization
  23. [ERROR] location: package org.apache.hadoop.hbase.mapreduce
  24. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[64,40] error: cannot find symbol
  25. [ERROR] symbol: class TableMapReduceUtil
  26. [ERROR] location: package org.apache.hadoop.hbase.mapreduce
  27. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[65,40] error: cannot find symbol
  28. [ERROR] symbol: class TextSortReducer
  29. [ERROR] location: package org.apache.hadoop.hbase.mapreduce
  30. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[95,18] error: package InterfaceAudience does not exist
  31. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[96,19] error: package InterfaceStability does not exist
  32. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[277,17] error: cannot find symbol
  33. [ERROR] symbol: class Writer
  34. [ERROR] location: interface StoreFile
  35. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/RangeKeyDistributionJob.java:[24,40] error: cannot find symbol
  36. [ERROR] symbol: class TableMapReduceUtil
  37. [ERROR] location: package org.apache.hadoop.hbase.mapreduce
  38. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/CubeVisitService.java:[40,39] error: cannot find symbol
  39. [ERROR] symbol: class ResponseConverter
  40. [ERROR] location: package org.apache.hadoop.hbase.protobuf
  41. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java:[86,32] error: cannot find symbol
  42. [ERROR] symbol: class KeyValueSortReducer
  43. [ERROR] location: class CubeHFileJob
  44. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHFileJob.java:[94,28] error: constructor HTable in class HTable cannot be applied to given types;
  45. [ERROR] required: ClusterConnection,TableBuilderBase,RpcRetryingCallerFactory,RpcControllerFactory,ExecutorService
  46. [ERROR] found: Configuration,String
  47. [ERROR] reason: actual and formal argument lists differ in length
  48. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HBaseCuboidWriter.java:[106,15] error: method add in class Put cannot be applied to given types;
  49. [ERROR] reason: actual and formal argument lists differ in length
  50. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/ExtendCubeToHybridCLI.java:[257,23] error: method add in class Put cannot be applied to given types;
  51. [ERROR] reason: actual and formal argument lists differ in length
  52. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/CubeHBaseEndpointRPC.java:[188,83] error: incompatible types: BlockingRpcCallback<CubeVisitResponse> cannot be converted to RpcCallback<CubeVisitResponse>
  53. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/GridTableHBaseBenchmark.java:[236,19] error: method add in class Put cannot be applied to given types;
  54. [ERROR] reason: actual and formal argument lists differ in length
  55. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/DeployCoprocessorCLI.java:[444,115] error: incompatible types: Entry<Bytes,Bytes> cannot be converted to Entry<ImmutableBytesWritable,ImmutableBytesWritable>
  56. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/PingHBaseCLI.java:[53,46] error: incompatible types: Configuration cannot be converted to Connection
  57. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[142,45] error: cannot find symbol
  58. [ERROR] symbol: variable AbstractHFileWriter
  59. [ERROR] location: class HFileOutputFormat3
  60. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[247,46] error: cannot find symbol
  61. [ERROR] symbol: class Writer
  62. [ERROR] location: interface StoreFile
  63. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[247,25] error: close(Writer) in <anonymous org.apache.kylin.storage.hbase.steps.HFileOutputFormat3$1> cannot override close(TaskAttemptContext) in RecordWriter
  64. [ERROR] attempting to assign weaker access privileges; was public
  65. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[238,41] error: cannot find symbol
  66. [ERROR] symbol: class WriterBuilder
  67. [ERROR] location: interface StoreFile
  68. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[249,46] error: cannot find symbol
  69. [ERROR] symbol: variable BULKLOAD_TIME_KEY
  70. [ERROR] location: interface StoreFile
  71. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[251,46] error: cannot find symbol
  72. [ERROR] symbol: variable BULKLOAD_TASK_KEY
  73. [ERROR] location: interface StoreFile
  74. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[253,46] error: cannot find symbol
  75. [ERROR] symbol: variable MAJOR_COMPACTION_KEY
  76. [ERROR] location: interface StoreFile
  77. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[255,46] error: cannot find symbol
  78. [ERROR] symbol: variable EXCLUDE_FROM_MINOR_COMPACTION_KEY
  79. [ERROR] location: interface StoreFile
  80. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[409,32] error: cannot find symbol
  81. [ERROR] symbol: class KeyValueSortReducer
  82. [ERROR] location: class HFileOutputFormat3
  83. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[411,32] error: cannot find symbol
  84. [ERROR] symbol: class PutSortReducer
  85. [ERROR] location: class HFileOutputFormat3
  86. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[413,32] error: cannot find symbol
  87. [ERROR] symbol: class TextSortReducer
  88. [ERROR] location: class HFileOutputFormat3
  89. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[419,16] error: cannot find symbol
  90. [ERROR] symbol: class MutationSerialization
  91. [ERROR] location: class HFileOutputFormat3
  92. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[419,55] error: cannot find symbol
  93. [ERROR] symbol: class ResultSerialization
  94. [ERROR] location: class HFileOutputFormat3
  95. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[420,16] error: cannot find symbol
  96. [ERROR] symbol: class KeyValueSerialization
  97. [ERROR] location: class HFileOutputFormat3
  98. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[436,8] error: cannot find symbol
  99. [ERROR] symbol: variable TableMapReduceUtil
  100. [ERROR] location: class HFileOutputFormat3
  101. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[437,8] error: cannot find symbol
  102. [ERROR] symbol: variable TableMapReduceUtil
  103. [ERROR] location: class HFileOutputFormat3
  104. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[455,8] error: cannot find symbol
  105. [ERROR] symbol: variable TableMapReduceUtil
  106. [ERROR] location: class HFileOutputFormat3
  107. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[456,8] error: cannot find symbol
  108. [ERROR] symbol: variable TableMapReduceUtil
  109. [ERROR] location: class HFileOutputFormat3
  110. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/HFileOutputFormat3.java:[475,34] error: cannot find symbol
  111. [ERROR] symbol: variable AbstractHFileWriter
  112. [ERROR] location: class HFileOutputFormat3
  113. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/RangeKeyDistributionJob.java:[115,12] error: cannot find symbol
  114. [ERROR] symbol: variable TableMapReduceUtil
  115. [ERROR] location: class RangeKeyDistributionJob
  116. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationCLI.java:[462,27] error: method add in class Put cannot be applied to given types;
  117. [ERROR] reason: actual and formal argument lists differ in length
  118. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/CubeHBaseScanRPC.java:[184,44] error: cannot find symbol
  119. [ERROR] symbol: method estimatedSizeOf(Cell)
  120. [ERROR] location: class CellUtil
  121. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/CubeVisitService.java:[181,36] error: cannot find symbol
  122. [ERROR] symbol: method estimatedSizeOf(Cell)
  123. [ERROR] location: class CellUtil
  124. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/CubeVisitService.java:[247,32] error: cannot find symbol
  125. [ERROR] symbol: method getTableDesc()
  126. [ERROR] location: variable region of type HRegion
  127. [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/coprocessor/endpoint/CubeVisitService.java:[407,12] error: cannot find symbol
  128. [ERROR] -> [Help 1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement