-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57c461d
commit 5370e94
Showing
5 changed files
with
66 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
IMPORT FROM CSV FILE 'core/demo/sample.csv' INTO sample(usage double, latency | ||
double, location string, version string); | ||
|
||
IMPORT FROM CSV FILE 'core/demo/mobile_data.csv' INTO mobile_data(record_id | ||
string, user_id string, state string, hw_make string, hw_model string, | ||
firmware_version string, app_version string, avg_temp double, battery_drain | ||
double, trip_time double); | ||
|
||
IMPORT FROM CSV FILE 'wikiticker.csv' INTO wiki(time string, user string, page | ||
string, channel string, namespace string, comment string, metroCode string, | ||
cityName string, regionName string, regionIsoCode string, countryName string, | ||
countryIsoCode string, isAnonymous string, isMinor string, isNew string, | ||
isRobot string, isUnpatrolled string, delta double, added double, deleted | ||
double); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters