Skip to content

Commit 68d1de9

Browse files
author
Jader Martins
committed
correct index
1 parent 70fa72f commit 68d1de9

File tree

132 files changed

+288
-28368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+288
-28368
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
target/
2+
project/target
3+
project/project

build.sbt

+14-56
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,18 @@
1-
// give the user a nice default project!
1+
organization := "br.unb.cic"
2+
scalaVersion := "2.11.10"
3+
name := "kwic"
4+
version := "0.0.1"
25

3-
lazy val root = (project in file(".")).
6+
sparkVersion := "2.3.0"
7+
sparkComponents := Seq()
48

5-
settings(
6-
inThisBuild(List(
7-
organization := "br.unb.cic",
8-
scalaVersion := "2.11.8"
9-
)),
10-
name := "kwic",
11-
version := "0.0.1",
9+
libraryDependencies ++= Seq(
10+
"org.backuity.clist" %% "clist-core" % "3.3.0",
11+
"org.backuity.clist" %% "clist-macros" % "3.3.0" % "provided")
1212

13-
sparkVersion := "2.3.0",
14-
sparkComponents := Seq(),
13+
libraryDependencies ++= Seq(
14+
"org.apache.spark" %% "spark-streaming" % "2.3.0",
15+
"org.apache.spark" %% "spark-sql" % "2.2.0",
1516

16-
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
17-
javaOptions ++= Seq("-Xms512M", "-Xmx2048M", "-XX:MaxPermSize=2048M", "-XX:+CMSClassUnloadingEnabled"),
18-
scalacOptions ++= Seq("-deprecation", "-unchecked"),
19-
parallelExecution in Test := false,
20-
fork := true,
21-
22-
coverageHighlighting := true,
23-
24-
libraryDependencies ++= Seq(
25-
"org.backuity.clist" %% "clist-core" % "3.3.0",
26-
"org.backuity.clist" %% "clist-macros" % "3.3.0" % "provided")
27-
28-
libraryDependencies ++= Seq(
29-
"org.apache.spark" %% "spark-streaming" % "2.3.0" % "provided",
30-
"org.apache.spark" %% "spark-sql" % "2.2.0" % "provided",
31-
32-
"org.scalatest" %% "scalatest" % "3.0.1" % "test",
33-
"org.scalacheck" %% "scalacheck" % "1.13.4" % "test",
34-
"com.holdenkarau" %% "spark-testing-base" % "2.3.0_0.9.0" % "test"
35-
),
36-
37-
// uses compile classpath for the run task, including "provided" jar (cf http://stackoverflow.com/a/21803413/3827)
38-
run in Compile := Defaults.runTask(fullClasspath in Compile, mainClass in (Compile, run), runner in (Compile, run)).evaluated,
39-
40-
scalacOptions ++= Seq("-deprecation", "-unchecked"),
41-
pomIncludeRepository := { x => false },
42-
43-
resolvers ++= Seq(
44-
"sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/",
45-
"Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/",
46-
"Second Typesafe repo" at "http://repo.typesafe.com/typesafe/maven-releases/",
47-
Resolver.sonatypeRepo("public")
48-
),
49-
50-
pomIncludeRepository := { x => false },
51-
52-
// publish settings
53-
publishTo := {
54-
val nexus = "https://oss.sonatype.org/"
55-
if (isSnapshot.value)
56-
Some("snapshots" at nexus + "content/repositories/snapshots")
57-
else
58-
Some("releases" at nexus + "service/local/staging/deploy/maven2")
59-
}
60-
)
17+
"org.scalatest" %% "scalatest" % "3.0.1" % "test",
18+
"org.scalacheck" %% "scalacheck" % "1.13.4" % "test")

project/plugins.sbt

-13
This file was deleted.
Binary file not shown.

project/project/target/config-classes/$0e58d9afadf9d070ca9a.cache

-1
This file was deleted.
Binary file not shown.
Binary file not shown.

project/project/target/config-classes/$5de939a106866b72bc12.cache

-1
This file was deleted.
Binary file not shown.
Binary file not shown.

project/project/target/config-classes/$63c11c3495878552a049.cache

-1
This file was deleted.
Binary file not shown.
Binary file not shown.

project/project/target/config-classes/$773d1708293e3518331c.cache

-1
This file was deleted.
Binary file not shown.
Binary file not shown.

project/project/target/config-classes/$b2a29d8c3df469e7f2f5.cache

-1
This file was deleted.
Binary file not shown.
Binary file not shown.

project/project/target/config-classes/$ba157f4b69e4757a9ac4.cache

-1
This file was deleted.
Binary file not shown.
Binary file not shown.

project/project/target/config-classes/$da03b922f443cc14f83a.cache

-1
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

project/target/config-classes/$241d4811e45b508b3e28.cache

-1
This file was deleted.
Binary file not shown.

project/target/scala-2.10/sbt-0.13/resolution-cache/default/kwic-scala-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.properties

-10
This file was deleted.

project/target/scala-2.10/sbt-0.13/resolution-cache/default/kwic-scala-build/scala_2.10/sbt_0.13/0.1-SNAPSHOT/resolved.xml.xml

-45
This file was deleted.

0 commit comments

Comments
 (0)