From 543242b45bedf6d09e14e160307ac24185c1452f Mon Sep 17 00:00:00 2001 From: Juan David Espitia Date: Mon, 6 Jul 2020 14:01:18 -0500 Subject: [PATCH 1/2] Commit de prueba --- .idea/.gitignore | 10 ++++++++++ .idea/codeStyles/Project.xml | 7 +++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/compiler.xml | 6 ++++++ .idea/gradle.xml | 17 ++++++++++++++++ .idea/jarRepositories.xml | 20 +++++++++++++++++++ .idea/misc.xml | 8 ++++++++ .idea/scala_compiler.xml | 12 +++++++++++ .idea/vcs.xml | 6 ++++++ src/main/scala/com/sparkTutorial/rdd/Test.txt | 1 + 10 files changed, 92 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/compiler.xml create mode 100644 .idea/gradle.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/scala_compiler.xml create mode 100644 .idea/vcs.xml create mode 100644 src/main/scala/com/sparkTutorial/rdd/Test.txt diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..81b2fd6 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Zeppelin ignored files +/ZeppelinRemoteNotebooks/ +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..919ce1f --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..61a9130 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..310e0f2 --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..a87a9eb --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..1826a0b --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/scala_compiler.xml b/.idea/scala_compiler.xml new file mode 100644 index 0000000..e9c1bab --- /dev/null +++ b/.idea/scala_compiler.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/main/scala/com/sparkTutorial/rdd/Test.txt b/src/main/scala/com/sparkTutorial/rdd/Test.txt new file mode 100644 index 0000000..ac86fdb --- /dev/null +++ b/src/main/scala/com/sparkTutorial/rdd/Test.txt @@ -0,0 +1 @@ +# Archivo de prueba \ No newline at end of file From 090dc6925ec772bde6388d274b94e23bcc43c796 Mon Sep 17 00:00:00 2001 From: Juan David Espitia Date: Mon, 6 Jul 2020 14:08:43 -0500 Subject: [PATCH 2/2] Create Archivo_Prueba.txt --- src/main/scala/com/sparkTutorial/Archivo_Prueba.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/scala/com/sparkTutorial/Archivo_Prueba.txt diff --git a/src/main/scala/com/sparkTutorial/Archivo_Prueba.txt b/src/main/scala/com/sparkTutorial/Archivo_Prueba.txt new file mode 100644 index 0000000..0300c6f --- /dev/null +++ b/src/main/scala/com/sparkTutorial/Archivo_Prueba.txt @@ -0,0 +1 @@ +# Archivo de pruba 2 \ No newline at end of file