anubhav tarar created HIVE-16350:
------------------------------------
Summary: No Exception when tried to alter table location with
invalid uri
Key: HIVE-16350
URL: https://issues.apache.org/jira/browse/HIVE-16350
Project: Hive
Issue Type: Bug
Components: CLI
Affects Versions: 1.2.1
Reporter: anubhav tarar
Assignee: anubhav tarar
Priority: Trivial
I tried to alter a table location with invalid uri it don not give me any
exception
here are logs
hive> alter table hivetable set LOCATION 'loc:////home/knoldus/Desktop'
> ;
OK
but at time of insert it gives me exception
hive> insert into hivetable values(1,2);
FAILED: IllegalStateException Error getting FileSystem for
loc:/home/knoldus/Desktop: java.io.IOException: No FileSystem for scheme: loc
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)