Giter Site home page Giter Site logo

Comments (9)

sathish316 avatar sathish316 commented on August 21, 2024

This pull request in cascading.hbase deals with a similar issue

Cascading/cascading.hbase#2

from spyglass.

galarragas avatar galarragas commented on August 21, 2024

SpyGlass is not based on Cascading/HBaseTap, need to implement the fix here too

from spyglass.

galarragas avatar galarragas commented on August 21, 2024

Hi sathish316, I actually applied the same fix too. I'm currently testing it. Thank you for your contribution!

from spyglass.

sathish316 avatar sathish316 commented on August 21, 2024

Great! I've tested this patch on a hbase table with kerberos auth and reads are working fine.

from spyglass.

galarragas avatar galarragas commented on August 21, 2024

Just a question, do you need the fix for CDH 4.5.x? Because I'm applying the fix into the branch I'm working on to add support for CDH 5.1?

I can try and release for both if you need it otherwise we were planning to move the master branch to CDH 5

from spyglass.

sathish316 avatar sathish316 commented on August 21, 2024

I need the fix for CDH4.5

from spyglass.

galarragas avatar galarragas commented on August 21, 2024

Ok, so I'll merge your one on the master branch and keep the other I'm testing to the CDH 5.1 branch. I would probably keep the two releases separate then.

Another point. In my fix I added the following two lines to parallelai.spyglass.base.JobRunner:

if (User.isHBaseSecurityEnabled(conf)) {
TokenUtil.obtainAndCacheToken(conf, UserGroupInformation.getCurrentUser());
}

Did you do that call in your client code? I can apply the same change also on the master branch so you can remove the code from the client code and simply use the JobRunner to launch the job

from spyglass.

sathish316 avatar sathish316 commented on August 21, 2024

I'm doing TokenUtil.obtainAndCacheToken in client code.

from spyglass.

galarragas avatar galarragas commented on August 21, 2024

Version 2.10_0.10_4.4 has been released on Conjars

from spyglass.

Related Issues (16)

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.