Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2148#discussion_r181617779
--- Diff: pom.xml ---
@@ -121,6 +122,8 @@
<suite.name>org.apache.carbondata.cluster.sdv.suite.SDVSuites</suite.name>
<script.exetension>.sh</script.exetension>
<carbon.hive.based.metastore>false</carbon.hive.based.metastore>
+ <grpc.version>1.10.0</grpc.version>
+ <netty.version>4.0.43.Final</netty.version>
--- End diff --
Better use netty version same version as spark uses. Otherwise lot of
exclusions need to be done.
Advertising
---