Coder Social home page Coder Social logo

Comments (3)

AlexPiermatteo avatar AlexPiermatteo commented on July 24, 2024 1

Hi,

after some researches I found the problem, is related to the hadoop-common library 2.6.0 and Java 8.
Basically the function UGI#reloginFromKeytab inside the DataWriter.java class used to renew everyday the Kerberos ticket fail silently due to a parameter (isKeyTab) that returns false every time even if should be true (link bug: https://issues.apache.org/jira/browse/HADOOP-10786).

I solved the issue using Java 7 to run the connector and also with the usage of Hadoop-Clent 2.6.1 library that has the fix inside.

Regards,

Alex

from kafka-connect-hdfs.

Ishiihara avatar Ishiihara commented on July 24, 2024

@AlexPiermatteo Thank you for doing the research and providing the feedback. We will need to update the Hadoop version in future releases in order to support Java 8. Currently, our platform is Java 7 compliant.

from kafka-connect-hdfs.

ysgadi avatar ysgadi commented on July 24, 2024

I have to run kinit kerberos on host kafka connect before starting connector hdfs ?

from kafka-connect-hdfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.