-
Notifications
You must be signed in to change notification settings - Fork 15
feat: Session refactoring #1174
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
663c870
feat(dataset): universal reader
SzymonSzyszkowski eb2f22d
refactor(datasource): eqtl catalogue parser allow for parquet files
SzymonSzyszkowski 5c9dc7d
chore: update tests
SzymonSzyszkowski 5cffc6d
chore: add mock for tests
project-defiant e8118cc
feat: update
project-defiant 6076e62
feat: updates to gentropy session
project-defiant ae3459b
chore: add format
project-defiant 9e0e9b3
fix: tests
SzymonSzyszkowski a805e98
feat: update test command
SzymonSzyszkowski dc98467
feat: post review
SzymonSzyszkowski eba5ccf
feat: address comments
SzymonSzyszkowski 75d0c3a
chore: session added
SzymonSzyszkowski d46a88b
chore: address issues
SzymonSzyszkowski e22489d
chore: address pr comments
SzymonSzyszkowski 6ad8016
chore: address pr comments
SzymonSzyszkowski 2f2a527
feat: update tests
SzymonSzyszkowski 1fe0613
chore: pr comments
SzymonSzyszkowski 23cad13
feat: add logging default parameter
SzymonSzyszkowski 51738c2
feat: update url reader
project-defiant adf5c41
feat: update pandas header
project-defiant 884f025
chore: drop hardcoded urls
project-defiant 411a122
chore: update doctests
project-defiant File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Source - https://stackoverflow.com/a/76196464 | ||
|
|
||
| # Set everything to be logged to the console | ||
| log4j.rootCategory=ERROR, console | ||
| log4j.appender.console=org.apache.log4j.ConsoleAppender | ||
| log4j.appender.console.target=System.err | ||
| log4j.appender.console.layout=org.apache.log4j.PatternLayout | ||
| log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{1}: %m%n | ||
|
|
||
| # Set the log level to ERROR for everything | ||
| log4j.logger.org.apache=ERROR | ||
| log4j.logger.org.apache.spark=ERROR |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.