diff --git a/files/init_db.sql b/files/init_db.sql
index 15641f4621f42a93f915379c92ea2fc78ef48c22..d71ad302620b61da78ce83eb3ef0274b789bf899 100644
--- a/files/init_db.sql
+++ b/files/init_db.sql
@@ -13,7 +13,7 @@ WITH SERDEPROPERTIES (
     "separatorChar" = ',',
     "quoteChar"     = '\"'
 )
-LOCATION '/dataset/';
+LOCATION '/dataset/score';
 
 
 CREATE EXTERNAL TABLE IF NOT EXISTS anime (
@@ -47,7 +47,7 @@ WITH SERDEPROPERTIES (
     "separatorChar" = ',',
     "quoteChar"     = '\"'
 )
-LOCATION '/dataset/';
+LOCATION '/dataset/anime';
 
 CREATE EXTERNAL TABLE IF NOT EXISTS users (
     mal_id INT,
@@ -72,7 +72,7 @@ WITH SERDEPROPERTIES (
     "separatorChar" = ',',
     "quoteChar"     = '\"'
 )
-LOCATION '/dataset/';
+LOCATION '/dataset/users';