From debb356878083dff5ee0c16743078551c8645199 Mon Sep 17 00:00:00 2001
From: karnas <xavier.deweerd@ensiie.eu>
Date: Wed, 22 May 2024 04:27:13 +0200
Subject: [PATCH] created multiples LOCATION

---
 files/init_db.sql | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/files/init_db.sql b/files/init_db.sql
index 15641f4..d71ad30 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';
 
 
 
-- 
GitLab