Giter VIP home page Giter VIP logo

Comments (3)

wyukawa avatar wyukawa commented on July 24, 2024

Which version do you use?
Please follow issue template.

If check.datasource=false, such kind of exception shouldn't occur.

from yanagishima.

sudhirsrepo avatar sudhirsrepo commented on July 24, 2024

@wyukawa , Nope its not working even though the property check.datasource=false.

@rusonding , my workaround goes here,

My Presto config (etc/catalog/hive.config)
connector.name=hive-hadoop2
Update the datasource in Yanagishima.properties same as connector.name properties value in above hive.config
resto.datasources=hive-hadoop2

The final hive.properties in presto should be something like

jetty.port=8082
presto.query.max-run-time-seconds=1800
presto.max-result-file-byte-size=1073741824
presto.datasources=hive-hadoop2 
presto.coordinator.server.hive-hadoop2=http://localhost:8080
presto.redirect.server.hive-hadoop2=http://localhost:8080
catalog.hive-hadoop2=hive
schema.hive-hadoop2=default
select.limit=500
to.values.query.limit=500
check.datasource=false

Cheers ....

from yanagishima.

wyukawa avatar wyukawa commented on July 24, 2024

It's weird because presto.datasources in yanagishima.properties can be any name.
It's not necessary same as connector.name in hive.properties.

from yanagishima.

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.