Advertisement
Guest User

error using protoc for hbase-trunk

a guest
Dec 16th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 22.54 KB | None | 0 0
  1. [demai@onhat hbase-protocol]$ pwd
  2. /home/demai/hbase96/hbase-protocol
  3. [demai@onhat hbase-protocol]$ for PROTO_FILE in $UNIX_PROTO_DIR/*.proto;   do     protoc -I$PROTO_DIR --java_out=$JAVA_DIR $PROTO_FILE;   done
  4. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  5. HBase.proto: Import "Cell.proto" was not found or had errors.
  6. AccessControl.proto: Import "HBase.proto" was not found or had errors.
  7. AccessControl.proto:47:14: "TableName" is not defined.
  8. AccessControl.proto:95:12: "TableName" is not defined.
  9. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  10. HBase.proto: Import "Cell.proto" was not found or had errors.
  11. Comparator.proto:24:8: Option "java_generate_equals_and_hash" unknown.
  12. Filter.proto: Import "HBase.proto" was not found or had errors.
  13. Filter.proto: Import "Comparator.proto" was not found or had errors.
  14. Filter.proto:57:12: "CompareType" is not defined.
  15. Filter.proto:58:12: "Comparator" is not defined.
  16. Filter.proto:94:12: "BytesBytesPair" is not defined.
  17. Filter.proto:136:12: "CompareType" is not defined.
  18. Filter.proto:137:12: "Comparator" is not defined.
  19. Client.proto: Import "HBase.proto" was not found or had errors.
  20. Client.proto: Import "Filter.proto" was not found or had errors.
  21. Client.proto: Import "Cell.proto" was not found or had errors.
  22. Client.proto: Import "Comparator.proto" was not found or had errors.
  23. Client.proto:49:12: "NameBytesPair" is not defined.
  24. Client.proto:50:12: "Filter" is not defined.
  25. Client.proto:51:12: "TimeRange" is not defined.
  26. Client.proto:69:12: "Cell" is not defined.
  27. Client.proto:87:12: "RegionSpecifier" is not defined.
  28. Client.proto:105:12: "CompareType" is not defined.
  29. Client.proto:106:12: "Comparator" is not defined.
  30. Client.proto:122:12: "NameBytesPair" is not defined.
  31. Client.proto:127:12: "TimeRange" is not defined.
  32. Client.proto:181:12: "RegionSpecifier" is not defined.
  33. Client.proto:204:12: "NameBytesPair" is not defined.
  34. Client.proto:207:12: "Filter" is not defined.
  35. Client.proto:208:12: "TimeRange" is not defined.
  36. Client.proto:231:12: "RegionSpecifier" is not defined.
  37. Client.proto:266:12: "RegionSpecifier" is not defined.
  38. Client.proto:288:12: "RegionSpecifier" is not defined.
  39. Client.proto:293:12: "RegionSpecifier" is not defined.
  40. Client.proto:294:12: "NameBytesPair" is not defined.
  41. Client.proto:310:12: "RegionSpecifier" is not defined.
  42. Client.proto:326:12: "NameBytesPair" is not defined.
  43. Client.proto:335:12: "NameBytesPair" is not defined.
  44. WAL.proto: Import "HBase.proto" was not found or had errors.
  45. WAL.proto:42:12: "UUID" is not defined.
  46. WAL.proto:50:12: "UUID" is not defined.
  47. Admin.proto: Import "Client.proto" was not found or had errors.
  48. Admin.proto: Import "HBase.proto" was not found or had errors.
  49. Admin.proto: Import "WAL.proto" was not found or had errors.
  50. Admin.proto:32:12: "RegionSpecifier" is not defined.
  51. Admin.proto:37:12: "RegionInfo" is not defined.
  52. Admin.proto:54:12: "RegionSpecifier" is not defined.
  53. Admin.proto:66:12: "RegionInfo" is not defined.
  54. Admin.proto:73:14: "RegionInfo" is not defined.
  55. Admin.proto:75:14: "ServerName" is not defined.
  56. Admin.proto:94:12: "RegionSpecifier" is not defined.
  57. Admin.proto:97:12: "ServerName" is not defined.
  58. Admin.proto:110:12: "RegionSpecifier" is not defined.
  59. Admin.proto:127:12: "RegionSpecifier" is not defined.
  60. Admin.proto:140:12: "RegionSpecifier" is not defined.
  61. Admin.proto:152:14: "RegionInfo" is not defined.
  62. Admin.proto:153:14: "ServerName" is not defined.
  63. Admin.proto:167:12: "RegionSpecifier" is not defined.
  64. Admin.proto:168:12: "RegionSpecifier" is not defined.
  65. Admin.proto:177:12: "WALKey" is not defined.
  66. Admin.proto:217:12: "ServerName" is not defined.
  67. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  68. HBase.proto: Import "Cell.proto" was not found or had errors.
  69. Comparator.proto:24:8: Option "java_generate_equals_and_hash" unknown.
  70. Filter.proto: Import "HBase.proto" was not found or had errors.
  71. Filter.proto: Import "Comparator.proto" was not found or had errors.
  72. Filter.proto:57:12: "CompareType" is not defined.
  73. Filter.proto:58:12: "Comparator" is not defined.
  74. Filter.proto:94:12: "BytesBytesPair" is not defined.
  75. Filter.proto:136:12: "CompareType" is not defined.
  76. Filter.proto:137:12: "Comparator" is not defined.
  77. Client.proto: Import "HBase.proto" was not found or had errors.
  78. Client.proto: Import "Filter.proto" was not found or had errors.
  79. Client.proto: Import "Cell.proto" was not found or had errors.
  80. Client.proto: Import "Comparator.proto" was not found or had errors.
  81. Client.proto:49:12: "NameBytesPair" is not defined.
  82. Client.proto:50:12: "Filter" is not defined.
  83. Client.proto:51:12: "TimeRange" is not defined.
  84. Client.proto:69:12: "Cell" is not defined.
  85. Client.proto:87:12: "RegionSpecifier" is not defined.
  86. Client.proto:105:12: "CompareType" is not defined.
  87. Client.proto:106:12: "Comparator" is not defined.
  88. Client.proto:122:12: "NameBytesPair" is not defined.
  89. Client.proto:127:12: "TimeRange" is not defined.
  90. Client.proto:181:12: "RegionSpecifier" is not defined.
  91. Client.proto:204:12: "NameBytesPair" is not defined.
  92. Client.proto:207:12: "Filter" is not defined.
  93. Client.proto:208:12: "TimeRange" is not defined.
  94. Client.proto:231:12: "RegionSpecifier" is not defined.
  95. Client.proto:266:12: "RegionSpecifier" is not defined.
  96. Client.proto:288:12: "RegionSpecifier" is not defined.
  97. Client.proto:293:12: "RegionSpecifier" is not defined.
  98. Client.proto:294:12: "NameBytesPair" is not defined.
  99. Client.proto:310:12: "RegionSpecifier" is not defined.
  100. Client.proto:326:12: "NameBytesPair" is not defined.
  101. Client.proto:335:12: "NameBytesPair" is not defined.
  102. Aggregate.proto: Import "Client.proto" was not found or had errors.
  103. Aggregate.proto:35:12: "Scan" is not defined.
  104. Authentication.proto:22:8: Option "java_generate_equals_and_hash" unknown.
  105. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  106. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  107. HBase.proto: Import "Cell.proto" was not found or had errors.
  108. Comparator.proto:24:8: Option "java_generate_equals_and_hash" unknown.
  109. Filter.proto: Import "HBase.proto" was not found or had errors.
  110. Filter.proto: Import "Comparator.proto" was not found or had errors.
  111. Filter.proto:57:12: "CompareType" is not defined.
  112. Filter.proto:58:12: "Comparator" is not defined.
  113. Filter.proto:94:12: "BytesBytesPair" is not defined.
  114. Filter.proto:136:12: "CompareType" is not defined.
  115. Filter.proto:137:12: "Comparator" is not defined.
  116. Client.proto: Import "HBase.proto" was not found or had errors.
  117. Client.proto: Import "Filter.proto" was not found or had errors.
  118. Client.proto: Import "Cell.proto" was not found or had errors.
  119. Client.proto: Import "Comparator.proto" was not found or had errors.
  120. Client.proto:49:12: "NameBytesPair" is not defined.
  121. Client.proto:50:12: "Filter" is not defined.
  122. Client.proto:51:12: "TimeRange" is not defined.
  123. Client.proto:69:12: "Cell" is not defined.
  124. Client.proto:87:12: "RegionSpecifier" is not defined.
  125. Client.proto:105:12: "CompareType" is not defined.
  126. Client.proto:106:12: "Comparator" is not defined.
  127. Client.proto:122:12: "NameBytesPair" is not defined.
  128. Client.proto:127:12: "TimeRange" is not defined.
  129. Client.proto:181:12: "RegionSpecifier" is not defined.
  130. Client.proto:204:12: "NameBytesPair" is not defined.
  131. Client.proto:207:12: "Filter" is not defined.
  132. Client.proto:208:12: "TimeRange" is not defined.
  133. Client.proto:231:12: "RegionSpecifier" is not defined.
  134. Client.proto:266:12: "RegionSpecifier" is not defined.
  135. Client.proto:288:12: "RegionSpecifier" is not defined.
  136. Client.proto:293:12: "RegionSpecifier" is not defined.
  137. Client.proto:294:12: "NameBytesPair" is not defined.
  138. Client.proto:310:12: "RegionSpecifier" is not defined.
  139. Client.proto:326:12: "NameBytesPair" is not defined.
  140. Client.proto:335:12: "NameBytesPair" is not defined.
  141. ClusterId.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  142. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  143. HBase.proto: Import "Cell.proto" was not found or had errors.
  144. ClusterId.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  145. FS.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  146. ClusterStatus.proto: Import "HBase.proto" was not found or had errors.
  147. ClusterStatus.proto: Import "ClusterId.proto" was not found or had errors.
  148. ClusterStatus.proto: Import "FS.proto" was not found or had errors.
  149. ClusterStatus.proto:31:12: "RegionInfo" is not defined.
  150. ClusterStatus.proto:58:12: "RegionSpecifier" is not defined.
  151. ClusterStatus.proto:64:12: "RegionSpecifier" is not defined.
  152. ClusterStatus.proto:138:12: "Coprocessor" is not defined.
  153. ClusterStatus.proto:166:12: "ServerName" is not defined.
  154. ClusterStatus.proto:171:12: "HBaseVersionFileContent" is not defined.
  155. ClusterStatus.proto:173:12: "ServerName" is not defined.
  156. ClusterStatus.proto:175:12: "ClusterId" is not defined.
  157. ClusterStatus.proto:176:12: "Coprocessor" is not defined.
  158. ClusterStatus.proto:177:12: "ServerName" is not defined.
  159. ClusterStatus.proto:178:12: "ServerName" is not defined.
  160. Comparator.proto:24:8: Option "java_generate_equals_and_hash" unknown.
  161. ErrorHandling.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  162. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  163. HBase.proto: Import "Cell.proto" was not found or had errors.
  164. Comparator.proto:24:8: Option "java_generate_equals_and_hash" unknown.
  165. Filter.proto: Import "HBase.proto" was not found or had errors.
  166. Filter.proto: Import "Comparator.proto" was not found or had errors.
  167. Filter.proto:57:12: "CompareType" is not defined.
  168. Filter.proto:58:12: "Comparator" is not defined.
  169. Filter.proto:94:12: "BytesBytesPair" is not defined.
  170. Filter.proto:136:12: "CompareType" is not defined.
  171. Filter.proto:137:12: "Comparator" is not defined.
  172. FS.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  173. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  174. HBase.proto: Import "Cell.proto" was not found or had errors.
  175. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  176. HBase.proto: Import "Cell.proto" was not found or had errors.
  177. HFile.proto: Import "HBase.proto" was not found or had errors.
  178. HFile.proto:28:12: "BytesBytesPair" is not defined.
  179. LoadBalancer.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  180. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  181. HBase.proto: Import "Cell.proto" was not found or had errors.
  182. MapReduce.proto: Import "HBase.proto" was not found or had errors.
  183. MapReduce.proto:30:14: "NameInt64Pair" is not defined.
  184. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  185. HBase.proto: Import "Cell.proto" was not found or had errors.
  186. Comparator.proto:24:8: Option "java_generate_equals_and_hash" unknown.
  187. Filter.proto: Import "HBase.proto" was not found or had errors.
  188. Filter.proto: Import "Comparator.proto" was not found or had errors.
  189. Filter.proto:57:12: "CompareType" is not defined.
  190. Filter.proto:58:12: "Comparator" is not defined.
  191. Filter.proto:94:12: "BytesBytesPair" is not defined.
  192. Filter.proto:136:12: "CompareType" is not defined.
  193. Filter.proto:137:12: "Comparator" is not defined.
  194. Client.proto: Import "HBase.proto" was not found or had errors.
  195. Client.proto: Import "Filter.proto" was not found or had errors.
  196. Client.proto: Import "Cell.proto" was not found or had errors.
  197. Client.proto: Import "Comparator.proto" was not found or had errors.
  198. Client.proto:49:12: "NameBytesPair" is not defined.
  199. Client.proto:50:12: "Filter" is not defined.
  200. Client.proto:51:12: "TimeRange" is not defined.
  201. Client.proto:69:12: "Cell" is not defined.
  202. Client.proto:87:12: "RegionSpecifier" is not defined.
  203. Client.proto:105:12: "CompareType" is not defined.
  204. Client.proto:106:12: "Comparator" is not defined.
  205. Client.proto:122:12: "NameBytesPair" is not defined.
  206. Client.proto:127:12: "TimeRange" is not defined.
  207. Client.proto:181:12: "RegionSpecifier" is not defined.
  208. Client.proto:204:12: "NameBytesPair" is not defined.
  209. Client.proto:207:12: "Filter" is not defined.
  210. Client.proto:208:12: "TimeRange" is not defined.
  211. Client.proto:231:12: "RegionSpecifier" is not defined.
  212. Client.proto:266:12: "RegionSpecifier" is not defined.
  213. Client.proto:288:12: "RegionSpecifier" is not defined.
  214. Client.proto:293:12: "RegionSpecifier" is not defined.
  215. Client.proto:294:12: "NameBytesPair" is not defined.
  216. Client.proto:310:12: "RegionSpecifier" is not defined.
  217. Client.proto:326:12: "NameBytesPair" is not defined.
  218. Client.proto:335:12: "NameBytesPair" is not defined.
  219. ClusterId.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  220. FS.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  221. ClusterStatus.proto: Import "HBase.proto" was not found or had errors.
  222. ClusterStatus.proto: Import "ClusterId.proto" was not found or had errors.
  223. ClusterStatus.proto: Import "FS.proto" was not found or had errors.
  224. ClusterStatus.proto:31:12: "RegionInfo" is not defined.
  225. ClusterStatus.proto:58:12: "RegionSpecifier" is not defined.
  226. ClusterStatus.proto:64:12: "RegionSpecifier" is not defined.
  227. ClusterStatus.proto:138:12: "Coprocessor" is not defined.
  228. ClusterStatus.proto:166:12: "ServerName" is not defined.
  229. ClusterStatus.proto:171:12: "HBaseVersionFileContent" is not defined.
  230. ClusterStatus.proto:173:12: "ServerName" is not defined.
  231. ClusterStatus.proto:175:12: "ClusterId" is not defined.
  232. ClusterStatus.proto:176:12: "Coprocessor" is not defined.
  233. ClusterStatus.proto:177:12: "ServerName" is not defined.
  234. ClusterStatus.proto:178:12: "ServerName" is not defined.
  235. Master.proto: Import "HBase.proto" was not found or had errors.
  236. Master.proto: Import "Client.proto" was not found or had errors.
  237. Master.proto: Import "ClusterStatus.proto" was not found or had errors.
  238. Master.proto:35:12: "TableName" is not defined.
  239. Master.proto:36:12: "ColumnFamilySchema" is not defined.
  240. Master.proto:43:12: "TableName" is not defined.
  241. Master.proto:51:12: "TableName" is not defined.
  242. Master.proto:52:12: "ColumnFamilySchema" is not defined.
  243. Master.proto:61:12: "RegionSpecifier" is not defined.
  244. Master.proto:62:12: "ServerName" is not defined.
  245. Master.proto:72:12: "RegionSpecifier" is not defined.
  246. Master.proto:73:12: "RegionSpecifier" is not defined.
  247. Master.proto:81:12: "RegionSpecifier" is not defined.
  248. Master.proto:88:12: "RegionSpecifier" is not defined.
  249. Master.proto:96:12: "RegionSpecifier" is not defined.
  250. Master.proto:105:12: "TableSchema" is not defined.
  251. Master.proto:113:12: "TableName" is not defined.
  252. Master.proto:120:12: "TableName" is not defined.
  253. Master.proto:127:12: "TableName" is not defined.
  254. Master.proto:134:12: "TableName" is not defined.
  255. Master.proto:135:12: "TableSchema" is not defined.
  256. Master.proto:144:12: "NamespaceDescriptor" is not defined.
  257. Master.proto:158:12: "NamespaceDescriptor" is not defined.
  258. Master.proto:169:12: "NamespaceDescriptor" is not defined.
  259. Master.proto:176:12: "NamespaceDescriptor" is not defined.
  260. Master.proto:184:12: "TableSchema" is not defined.
  261. Master.proto:192:12: "TableName" is not defined.
  262. Master.proto:249:18: "SnapshotDescription" is not defined.
  263. Master.proto:260:18: "SnapshotDescription" is not defined.
  264. Master.proto:264:18: "SnapshotDescription" is not defined.
  265. Master.proto:271:12: "SnapshotDescription" is not defined.
  266. Master.proto:281:18: "SnapshotDescription" is not defined.
  267. Master.proto:286:18: "SnapshotDescription" is not defined.
  268. Master.proto:290:12: "SnapshotDescription" is not defined.
  269. Master.proto:298:12: "TableName" is not defined.
  270. Master.proto:307:12: "TableName" is not defined.
  271. Master.proto:311:12: "TableSchema" is not defined.
  272. Master.proto:318:12: "TableName" is not defined.
  273. Master.proto:325:12: "ClusterStatus" is not defined.
  274. Master.proto:459:25: "CoprocessorServiceRequest" is not defined.
  275. Master.proto:460:13: "CoprocessorServiceResponse" is not defined.
  276. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  277. HBase.proto: Import "Cell.proto" was not found or had errors.
  278. Comparator.proto:24:8: Option "java_generate_equals_and_hash" unknown.
  279. Filter.proto: Import "HBase.proto" was not found or had errors.
  280. Filter.proto: Import "Comparator.proto" was not found or had errors.
  281. Filter.proto:57:12: "CompareType" is not defined.
  282. Filter.proto:58:12: "Comparator" is not defined.
  283. Filter.proto:94:12: "BytesBytesPair" is not defined.
  284. Filter.proto:136:12: "CompareType" is not defined.
  285. Filter.proto:137:12: "Comparator" is not defined.
  286. Client.proto: Import "HBase.proto" was not found or had errors.
  287. Client.proto: Import "Filter.proto" was not found or had errors.
  288. Client.proto: Import "Cell.proto" was not found or had errors.
  289. Client.proto: Import "Comparator.proto" was not found or had errors.
  290. Client.proto:49:12: "NameBytesPair" is not defined.
  291. Client.proto:50:12: "Filter" is not defined.
  292. Client.proto:51:12: "TimeRange" is not defined.
  293. Client.proto:69:12: "Cell" is not defined.
  294. Client.proto:87:12: "RegionSpecifier" is not defined.
  295. Client.proto:105:12: "CompareType" is not defined.
  296. Client.proto:106:12: "Comparator" is not defined.
  297. Client.proto:122:12: "NameBytesPair" is not defined.
  298. Client.proto:127:12: "TimeRange" is not defined.
  299. Client.proto:181:12: "RegionSpecifier" is not defined.
  300. Client.proto:204:12: "NameBytesPair" is not defined.
  301. Client.proto:207:12: "Filter" is not defined.
  302. Client.proto:208:12: "TimeRange" is not defined.
  303. Client.proto:231:12: "RegionSpecifier" is not defined.
  304. Client.proto:266:12: "RegionSpecifier" is not defined.
  305. Client.proto:288:12: "RegionSpecifier" is not defined.
  306. Client.proto:293:12: "RegionSpecifier" is not defined.
  307. Client.proto:294:12: "NameBytesPair" is not defined.
  308. Client.proto:310:12: "RegionSpecifier" is not defined.
  309. Client.proto:326:12: "NameBytesPair" is not defined.
  310. Client.proto:335:12: "NameBytesPair" is not defined.
  311. MultiRowMutation.proto: Import "Client.proto" was not found or had errors.
  312. MultiRowMutation.proto:32:12: "MutationProto" is not defined.
  313. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  314. HBase.proto: Import "Cell.proto" was not found or had errors.
  315. ClusterId.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  316. FS.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  317. ClusterStatus.proto: Import "HBase.proto" was not found or had errors.
  318. ClusterStatus.proto: Import "ClusterId.proto" was not found or had errors.
  319. ClusterStatus.proto: Import "FS.proto" was not found or had errors.
  320. ClusterStatus.proto:31:12: "RegionInfo" is not defined.
  321. ClusterStatus.proto:58:12: "RegionSpecifier" is not defined.
  322. ClusterStatus.proto:64:12: "RegionSpecifier" is not defined.
  323. ClusterStatus.proto:138:12: "Coprocessor" is not defined.
  324. ClusterStatus.proto:166:12: "ServerName" is not defined.
  325. ClusterStatus.proto:171:12: "HBaseVersionFileContent" is not defined.
  326. ClusterStatus.proto:173:12: "ServerName" is not defined.
  327. ClusterStatus.proto:175:12: "ClusterId" is not defined.
  328. ClusterStatus.proto:176:12: "Coprocessor" is not defined.
  329. ClusterStatus.proto:177:12: "ServerName" is not defined.
  330. ClusterStatus.proto:178:12: "ServerName" is not defined.
  331. RegionServerStatus.proto: Import "HBase.proto" was not found or had errors.
  332. RegionServerStatus.proto: Import "ClusterStatus.proto" was not found or had errors.
  333. RegionServerStatus.proto:47:12: "NameStringPair" is not defined.
  334. RegionServerStatus.proto:51:12: "ServerName" is not defined.
  335. RegionServerStatus.proto:54:12: "ServerLoad" is not defined.
  336. RegionServerStatus.proto:62:12: "ServerName" is not defined.
  337. RowProcessor.proto:26:8: Option "java_generate_equals_and_hash" unknown.
  338. Tracing.proto:20:8: Option "java_generate_equals_and_hash" unknown.
  339. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  340. HBase.proto: Import "Cell.proto" was not found or had errors.
  341. RPC.proto: Import "Tracing.proto" was not found or had errors.
  342. RPC.proto: Import "HBase.proto" was not found or had errors.
  343. RPC.proto:116:12: "RPCTInfo" is not defined.
  344. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  345. HBase.proto: Import "Cell.proto" was not found or had errors.
  346. Comparator.proto:24:8: Option "java_generate_equals_and_hash" unknown.
  347. Filter.proto: Import "HBase.proto" was not found or had errors.
  348. Filter.proto: Import "Comparator.proto" was not found or had errors.
  349. Filter.proto:57:12: "CompareType" is not defined.
  350. Filter.proto:58:12: "Comparator" is not defined.
  351. Filter.proto:94:12: "BytesBytesPair" is not defined.
  352. Filter.proto:136:12: "CompareType" is not defined.
  353. Filter.proto:137:12: "Comparator" is not defined.
  354. Client.proto: Import "HBase.proto" was not found or had errors.
  355. Client.proto: Import "Filter.proto" was not found or had errors.
  356. Client.proto: Import "Cell.proto" was not found or had errors.
  357. Client.proto: Import "Comparator.proto" was not found or had errors.
  358. Client.proto:49:12: "NameBytesPair" is not defined.
  359. Client.proto:50:12: "Filter" is not defined.
  360. Client.proto:51:12: "TimeRange" is not defined.
  361. Client.proto:69:12: "Cell" is not defined.
  362. Client.proto:87:12: "RegionSpecifier" is not defined.
  363. Client.proto:105:12: "CompareType" is not defined.
  364. Client.proto:106:12: "Comparator" is not defined.
  365. Client.proto:122:12: "NameBytesPair" is not defined.
  366. Client.proto:127:12: "TimeRange" is not defined.
  367. Client.proto:181:12: "RegionSpecifier" is not defined.
  368. Client.proto:204:12: "NameBytesPair" is not defined.
  369. Client.proto:207:12: "Filter" is not defined.
  370. Client.proto:208:12: "TimeRange" is not defined.
  371. Client.proto:231:12: "RegionSpecifier" is not defined.
  372. Client.proto:266:12: "RegionSpecifier" is not defined.
  373. Client.proto:288:12: "RegionSpecifier" is not defined.
  374. Client.proto:293:12: "RegionSpecifier" is not defined.
  375. Client.proto:294:12: "NameBytesPair" is not defined.
  376. Client.proto:310:12: "RegionSpecifier" is not defined.
  377. Client.proto:326:12: "NameBytesPair" is not defined.
  378. Client.proto:335:12: "NameBytesPair" is not defined.
  379. SecureBulkLoad.proto: Import "HBase.proto" was not found or had errors.
  380. SecureBulkLoad.proto: Import "Client.proto" was not found or had errors.
  381. SecureBulkLoad.proto:29:12: "BulkLoadHFileRequest.FamilyPath" is not defined.
  382. SecureBulkLoad.proto:47:12: "TableName" is not defined.
  383. Tracing.proto:20:8: Option "java_generate_equals_and_hash" unknown.
  384. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  385. HBase.proto: Import "Cell.proto" was not found or had errors.
  386. WAL.proto: Import "HBase.proto" was not found or had errors.
  387. WAL.proto:42:12: "UUID" is not defined.
  388. WAL.proto:50:12: "UUID" is not defined.
  389. Cell.proto:23:8: Option "java_generate_equals_and_hash" unknown.
  390. HBase.proto: Import "Cell.proto" was not found or had errors.
  391. ZooKeeper.proto: Import "HBase.proto" was not found or had errors.
  392. ZooKeeper.proto:35:12: "ServerName" is not defined.
  393. ZooKeeper.proto:47:12: "ServerName" is not defined.
  394. ZooKeeper.proto:72:12: "ServerName" is not defined.
  395. ZooKeeper.proto:89:12: "ServerName" is not defined.
  396. ZooKeeper.proto:147:12: "TableName" is not defined.
  397. ZooKeeper.proto:148:12: "ServerName" is not defined.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement