Skip to content

Commit

Permalink
build tweaks plus bump spark version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Dec 12, 2023
1 parent 56eaec7 commit e9e08d6
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 16 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@
apply plugin: 'groovy'
apply plugin: 'application'

repositories {
mavenCentral()
// mavenLocal()
}

ext {
appName = 'HousePricesSpark'
sparkVariant = '2.12'
sparkVersion = '3.4.0'
sparkVersion = '3.5.0'
}

application {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
ext {
appName = 'DetectEntities_SparkNLP'
sparkVariant = '2.12'
sparkVersion = '3.3.1'
sparkVersion = '3.4.0'
}

application {
Expand All @@ -42,7 +42,7 @@ dependencies {
exclude(group: 'org.apache.spark', module: 'spark-graphx_2.12')
exclude(group: 'com.fasterxml.jackson', module: 'jackson-bom')
}
implementation('com.johnsnowlabs.nlp:spark-nlp_2.12:4.2.4') {
implementation('com.johnsnowlabs.nlp:spark-nlp_2.12:4.4.3') {
exclude(group: 'com.github.universal-automata', module: 'liblevenshtein')
exclude(group: 'com.navigamez', module: 'greex')
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@
apply plugin: 'groovy'
apply plugin: 'application'

repositories {
mavenCentral()
// mavenLocal()
}

ext {
appName = 'WhiskeySpark'
sparkVariant = '2.12'
sparkVersion = '3.4.0'
sparkVersion = '3.5.0'
}

application {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ apply plugin: 'application'

repositories {
mavenCentral()
maven {
url 'https://repository.apache.org/content/repositories/orgapachewayang-1017'
}
}

ext.appName = 'WhiskeyWayang'
Expand All @@ -34,14 +37,14 @@ tasks.named('run').configure {
}

ext {
wayangVersion = '0.6.0'
wayangVersion = '0.7.1'
hadoopVersion = '3.3.5'
scalaMajorVersion = '2.12'
sparkVersion = '3.4.0'
}

dependencies {
implementation "org.apache.groovy:groovy:$groovy4Version"
implementation "org.apache.groovy:groovy:5.0.0-alpha-1"
implementation "org.apache.wayang:wayang-api-scala-java_$scalaMajorVersion:$wayangVersion"
implementation "org.apache.wayang:wayang-java:$wayangVersion"
implementation("org.apache.wayang:wayang-spark_$scalaMajorVersion:$wayangVersion") {
Expand Down

0 comments on commit e9e08d6

Please sign in to comment.