Skip to content

Commit e6a751b

Browse files
committed
Ready for publication
1 parent 1289788 commit e6a751b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin: 'java'
22
apply plugin: 'application'
33

44
group 'org.radarcns.restructurehdfs'
5-
version '0.1-SNAPSHOT'
5+
version '0.1'
66
mainClassName = 'org.radarcns.RestructureAvroRecords'
77

88
run {
9-
args = ['webhdfs://radar-test.thehyve.net:50070', '/topicAndroidPhoneNew/android_phone_sensor_acceleration', "${projectDir}/data"]
9+
args = ['webhdfs://localhost:50070', '/topicAndroidNew/android_phone_sensor_acceleration', "${projectDir}/data"]
1010
}
1111

1212
sourceCompatibility = '1.8'

0 commit comments

Comments
 (0)