zhedoubushishi commented on issue #1109: [HUDI-238] - Migrating to Scala 2.12
URL: https://github.com/apache/incubator-hudi/pull/1109#issuecomment-566914616
 
 
   > hi @zhedoubushishi ,
   > 
   > 1. I didn't know that I can import it through maven, would have saved me 
quite some time... Will do this
   > 2. thanks for pointing this out, didn't know either
   > 3. thanks, will have a look.
   
   I guess you can try to import it like this:
   ```
       <dependency>
         <groupId>org.apache.spark</groupId>
         <artifactId>spark-streaming-kafka-0-10_2.12</artifactId>
         <version>${spark.version}</version>
         <classifier>tests</classifier>
       </dependency>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to