Skip to content
Closed
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<slf4j.version>1.7.16</slf4j.version>
<log4j.version>1.2.17</log4j.version>
<hadoop.version>2.7.4</hadoop.version>
<miniKdc.version>3.2.0</miniKdc.version>

@dongjoon-hyun dongjoon-hyun Nov 24, 2019

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, miniKdc -> minikdc. As you see, Spark-introduced properties are not camelcase like codahale and htmlunit. If needed, we may use -, but I prefer minikdc here in this case.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, miniKdc -> minikdc. As you see, Spark-introduced properties are are camelcase like codahale and htmlunit. If needed, we may use -, but I prefer minikdc here in this case.

Thank you for your careful explanation. Updated.

<protobuf.version>2.5.0</protobuf.version>
<yarn.version>${hadoop.version}</yarn.version>
<zookeeper.version>3.4.14</zookeeper.version>
Expand Down Expand Up @@ -1024,7 +1025,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
<version>${hadoop.version}</version>
<version>${miniKdc.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down