I am new to the HDInsight of Azure. I am trying to install presto on the HDInsight cluster.
As a test, I want to run TPC-H Query over. Here are what I did so far.
I loaded TPC-H tables on Hive
I am able to run a query over hive cli.
I am able to run
show tablesquery on presto cli.I am not able to run queries such as
select count(*) from region;withQuery 20200605_074052_00011_6etih failed: cannot create caching file systemerror message.
When I submit show tables query on presto cli, I got messages below.
Query 20200605_074050_00010_6etih, FINISHED, 5 nodes
Splits: 70 total, 70 done (100.00%)
0:00 [8 rows, 326B] [27 rows/s, 1.08KB/s]
I barely touched hadoop settings such as hdfs-site.xml or, core-site.xml and presto's configuration is nothing but settings about memories.
Any help would be appreciated. Thanks for reading it.