Re: Cannot create directories in tutorial

2019-07-10 Thread Chris Mawata
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

RE: Cannot create directories in tutorial

2019-07-09 Thread Nandini Mankale
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

Cannot create directories in tutorial

2019-07-05 Thread Valeriy Trofimov
hi All, I'm new to Hive. I am doing this tutorial: https://cwiki.apache.org/confluence/display/Hive/GettingStarted And I've got an error at this step: $ $HADOOP_HOME/bin/hadoop fs -mkdir /user/hive/warehouse The error is: mkdir: `/user/hive/warehouse': No such file or directory Do y