This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Commit 18b4234
committed
Update hibench common
Due Scala < 2.12 does not compiles on java 1.11 jdk and, scala 2.12
requires to change org.apache.kafka from `0.8.2.1` to at least `0.10.2.2`
This last kafka version will require to change/port the code of following classes:
* KafkaCollector.scala
* KafkaConsumer.scala
* MetricsUtil.scala
To avoid break the streaming benchmarks in scala 2.11 and 2.10 the following
changes are implemented:
* Added profile to skip compiling scala code by using `maven.assembly.plugin.goal` variable.
* Changed the goal in `scala-compile-first` to change in function of this added profile when no need to compile Kafka scala code.
Signed-off-by: Luis Ponce <luis.f.ponce.navarro@linux.intel.com>1 parent aae754b commit 18b4234
1 file changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
137 | 153 | | |
138 | 154 | | |
0 commit comments