Member since
10-27-2017
2
Posts
0
Kudos Received
0
Solutions
10-27-2017
12:25 PM
Adding the clustername in the ALTER table statement seems to solve it in my case: So create table seems to work without cluster name, but ALTER TABLE requires the clustername in the SET LOCATION.
... View more
10-27-2017
12:18 PM
I' am facing exactly the same problem. Changing location (ALTER TABLE ... SET LOCATION) to an exisiting (renamed directory) allows me to run "SELECT * FROM [table]" but attaching an "ORDER BY" fails with "cannot find dir" (location pointing to a file, not directory). Dropping the external table and creating with the new location works fine. Any hint on this would be highly appreciated, if anyone already found the cause or a solution/ workaround .
... View more