airpal
airpal copied to clipboard
Web UI for PrestoDB.
OS centos7 Java version "1.8.0_112" Use default build command: `./gradlew -Dairpal.prestoVersion=0.221 clean shadowJar` Fail mesage: ``` npm WARN unmet dependency which is version 6.0.2 :buildAssets module.js:340 throw err; ^ Error:...
Since there is not being developed in this repo... Wanted to ask if the project is no longer used...
Hi , I am getting these issue while installing the Airpal, Help me understand the issue . Does this only work for Linux or mac . ? I have used...
AWS Athena is built on Presto and is thus, very similar. Its query interface is also Hive. It would be awesome if Airpal supported AWS Athena. I believe the main...
Hi, How i can set up an SSL self signed certificate for airpal? Thank you,
as title, if hive table includes decimal type column, don't show columns of table. eg: CREATE TABLE `test2`( `id` int, `name` string, `pric` decimal(19,4) ) when selecting the table `test2`,...
getting the below error, any idea? Could not resolve all dependencies for configuration ':runtime'. > Could not resolve com.facebook.presto:presto-client:. Required by: com.airbnb.airpal:airpal:0.1.0-SNAPSHOT > Could not GET 'http://nodejs.org/dist/v/ivy.xml'. > Network is...
Hello, I am using Presto 0.187 (AWS EMR) with Airpal Web UI When I run a query, the results/Data Preview tab do not show anything. The query status shows are...
I have downloaded the source code for the airpal and trying to build the package by following the instruction given however it keeps on going to internet URLs to fetch...
I used this command "./gradlew -Dairpal.prestoVersion=0.180 clean shadowJar" to build with presto version 0.180. But bundle of errors: ``` :cleanAssets UP-TO-DATE :clean :nodeSetup UP-TO-DATE :installAssets :buildAssets [09:35:59] Using gulpfile ~/airpal/src/main/resources/assets/gulpfile.js...