You probably do not have the parent directories.
Try
$HADOOP_HOME/bin/hadoop fs -mkdir -p /user/hive/warehouse
(the -p is so that parent directories also get created)
Chris
On Fri, Jul 5, 2019 at 5:45 PM Valeriy Trofimov
wrote:
> hi All,
>
> I'm new to Hive. I am doing this tutorial:
> htt
Hi,
Are you on Windows or Linux?
Sent from Mail for Windows 10
From: Valeriy Trofimov
Sent: 06 July 2019 03:16
To: user@hive.apache.org
Subject: Cannot create directories in tutorial
hi All,
I'm new to Hive. I am doing this tutorial:
https://cwiki.apache.org/confluence/display/Hive/Getting