We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1289788 commit e6a751bCopy full SHA for e6a751b
build.gradle
@@ -2,11 +2,11 @@ apply plugin: 'java'
2
apply plugin: 'application'
3
4
group 'org.radarcns.restructurehdfs'
5
-version '0.1-SNAPSHOT'
+version '0.1'
6
mainClassName = 'org.radarcns.RestructureAvroRecords'
7
8
run {
9
- args = ['webhdfs://radar-test.thehyve.net:50070', '/topicAndroidPhoneNew/android_phone_sensor_acceleration', "${projectDir}/data"]
+ args = ['webhdfs://localhost:50070', '/topicAndroidNew/android_phone_sensor_acceleration', "${projectDir}/data"]
10
}
11
12
sourceCompatibility = '1.8'
0 commit comments