Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
distributed-computing-assignements
3-bigdata-4-bigdata-spark-batch
Commits
b3ed4b80
Commit
b3ed4b80
authored
Nov 09, 2020
by
DANIEL DIAZ SANCHEZ
Browse files
Update README.md
parent
2290cc33
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b3ed4b80
...
...
@@ -155,7 +155,7 @@ Esta ruta, tendrás que sustituirla por la ruta correcta de tu fichero `in.txt`.
Java 8 soporta notación lambda (
`->`
) que facilita la programación y la lectura. Esta misma clase puede programarse con notación lambda. Pruebalo.
*
Crea una clase JavaWordCount
Delt
a con el siguiente código:
*
Crea una clase JavaWordCount
Lambd
a con el siguiente código:
```
java
package
cdist
;
...
...
@@ -174,7 +174,7 @@ import org.apache.spark.api.java.function.PairFunction;
/* This example has been taken from Oreally examples */
public
class
JavaWordCount
Delt
a
{
public
class
JavaWordCount
Lambd
a
{
public
static
void
main
(
String
[]
args
)
throws
Exception
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment