Coder Social home page Coder Social logo

kube-reporting / presto Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trinodb/trino

0.0 0.0 13.0 80.86 MB

Distributed SQL query engine for big data

Home Page: https://prestosql.io

License: Apache License 2.0

Java 98.96% Shell 0.13% Python 0.03% Makefile 0.02% Thrift 0.04% HTML 0.08% CSS 0.04% JavaScript 0.61% ANTLR 0.08% Dockerfile 0.02% XSLT 0.01% PLSQL 0.01%

presto's People

Contributors

arhimondr avatar arturgajowy avatar cawallin avatar cberner avatar dain avatar ebyhr avatar electrum avatar erichwang avatar fiedukow avatar findepi avatar geraint0923 avatar haozhun avatar highker avatar joyyao8 avatar kasiafi avatar kokosing avatar losipiuk avatar maciejgrzybek avatar martint avatar mbasmanova avatar miniway avatar nezihyigitbasi avatar nileema avatar pnowojski avatar praveen2112 avatar raghavsethi avatar rschlussel-zz avatar sopel39 avatar wenleix avatar zhenxiao avatar

Watchers

 avatar  avatar

presto's Issues

Prometheus connector should handle queries against non-default schemas better

In the case, you're querying a non-default schema, using something like the presto-cli or JDBC client, you're left with an empty return code:

Query 20200924_163717_00004_dq6xe failed: Prometheus did no return metrics list (table names): 

command terminated with exit code 1

This is because we have no logic to handle any schema provided to the client that's not the default, e.g. the information_schema, which results in the status variable keeping the initial empty string value:

throw new PrestoException(PROMETHEUS_TABLES_METRICS_RETRIEVE_ERROR, String.format("Prometheus did no return metrics list (table names): %s", status));

Just tracking this issue here now before we updated Presto to the 334 release once 4.7 opens up.

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.