Coder Social home page Coder Social logo

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/facebook/presto/cli/Presto : Unsupported major.minor version 51.0 about presto HOT 7 CLOSED

prestodb avatar prestodb commented on May 12, 2024
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/facebook/presto/cli/Presto : Unsupported major.minor version 51.0

from presto.

Comments (7)

erichwang avatar erichwang commented on May 12, 2024

This is a classic Java exception that indicates that you are using the wrong version of Java for the class file. Presto is only compatible with Java 7, so you will need to install that on your machines. You can easily have both JDKs installed on the same machine and use JDK 6 for Hadoop and JDK 7 for Presto. The Presto launcher will simply use whichever "java" is first in PATH, so put JDK 7 first in your PATH before running the launcher.

Also, in the future, please post these types of operational questions to the presto-users group:
https://groups.google.com/forum/#!forum/presto-users
We typically reserve filing github issues for actual bugs.

from presto.

phoenixhadoop avatar phoenixhadoop commented on May 12, 2024

Ok,thank you very much !

from presto.

phoenixhadoop avatar phoenixhadoop commented on May 12, 2024

https://groups.google.com/forum/#!forum/presto-users ,can not open

from presto.

phoenixhadoop avatar phoenixhadoop commented on May 12, 2024

Whether the presto has supported to SQL Querying on hbase currently?

from presto.

erichwang avatar erichwang commented on May 12, 2024

@phoenixhadoop, that page is publicly accessible. Maybe China firewall issue?

from presto.

phoenixhadoop avatar phoenixhadoop commented on May 12, 2024

Possible China firewall issue.Whether the presto has supported to SQL Querying on hbase currently?Please send me a confirmation .

from presto.

erichwang avatar erichwang commented on May 12, 2024

We are currently working on a direct HBase connector, however due to the wide variety of HBase data formats and layouts being used, it is likely that this connector will serve more as a guide for people building their own HBase connector for their own formats rather than just being able to use it right out of the box (unless it also happens to match our specific format). We may be able to pull out some shared libraries at a later time to make it easier for other people to write HBase connectors, but we have to see. This will probably be out sometime this half in 2014. In the meantime, there was some wind of people being able to refer to HBase through Hive extensions, but I'm not sure about the specifics.

Anyway, as I said before, this area is not a place to be asking questions. Please use the google group for further questions.

from presto.

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.