-
Notifications
You must be signed in to change notification settings - Fork 859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spark fetcher is now able to fetch event logs via REST API #225
Commits on Mar 21, 2017
-
[WIP] Spark fetcher is now able to fetch event logs via REST API
This commit allows Dr. Elephant to fetch Spark logs without universal read access to eventLog.dir on HDFS. SparkFetcher would use SparkRestClient instead of SparkLogClient if configured as <params> <use_rest_for_eventlogs>true</use_rest_for_eventlogs> </params> The default behaviour is to fetch the logs via SparkLogClient/WebHDFS. Closes linkedin#199
Sergei Lebedev committedMar 21, 2017 Configuration menu - View commit details
-
Copy full SHA for d406c3d - Browse repository at this point
Copy the full SHA d406c3dView commit details
Commits on Mar 22, 2017
-
'SparkRestDerivedData' now has a dedicated optional field for storing 'SparkLogDerivedData' fetched via REST.
Sergei Lebedev committedMar 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 6a10752 - Browse repository at this point
Copy the full SHA 6a10752View commit details -
Sergei Lebedev committed
Mar 22, 2017 Configuration menu - View commit details
-
Copy full SHA for c3fe15d - Browse repository at this point
Copy the full SHA c3fe15dView commit details -
by defaulting 'logDerivedData' to 'None' and 'fetchLogs' to 'false'
Sergei Lebedev committedMar 22, 2017 Configuration menu - View commit details
-
Copy full SHA for e60f170 - Browse repository at this point
Copy the full SHA e60f170View commit details
Commits on Mar 23, 2017
-
Sergei Lebedev committed
Mar 23, 2017 Configuration menu - View commit details
-
Copy full SHA for b46433a - Browse repository at this point
Copy the full SHA b46433aView commit details -
Moved 'getLogData' closer to 'getApplicationLogs'
Sergei Lebedev committedMar 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 84b50b6 - Browse repository at this point
Copy the full SHA 84b50b6View commit details -
Added a note on out-of-async vals
Sergei Lebedev committedMar 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 00c2ef7 - Browse repository at this point
Copy the full SHA 00c2ef7View commit details -
Added a test for REST-based log fetching
Sergei Lebedev committedMar 23, 2017 Configuration menu - View commit details
-
Copy full SHA for ca7806d - Browse repository at this point
Copy the full SHA ca7806dView commit details
Commits on Mar 24, 2017
-
Added a client mode test for REST-based log fetching
Sergei Lebedev committedMar 24, 2017 Configuration menu - View commit details
-
Copy full SHA for cac509b - Browse repository at this point
Copy the full SHA cac509bView commit details
Commits on Mar 25, 2017
-
Make sure no logs are fetched if 'eventLog.enabled' is unset
Prior to this commit 'SparkRestClient' would ignore this 'SparkConf' paremeter ant attempt to fetch the logs anyway.
Sergei Lebedev committedMar 25, 2017 Configuration menu - View commit details
-
Copy full SHA for d06278b - Browse repository at this point
Copy the full SHA d06278bView commit details
Commits on Apr 12, 2017
-
Reverted commented test in 'InfoExtractorTest'
Sergei Lebedev committedApr 12, 2017 Configuration menu - View commit details
-
Copy full SHA for cdc0a6c - Browse repository at this point
Copy the full SHA cdc0a6cView commit details