-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Windows refine.bat needs to be updated for new arguments matching Linux refine script #5359
Copy link
Copy link
Closed
Labels
Good First IssueIndicates issues suitable for newcomers to design or coding, providing a gentle introduction.Indicates issues suitable for newcomers to design or coding, providing a gentle introduction.Platform: WindowsIndicates that the issue or feature is specific to the Windows operating system.Indicates that the issue or feature is specific to the Windows operating system.Priority: HighDenotes issues that require urgent attention and may be blocking progress.Denotes issues that require urgent attention and may be blocking progress.Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.Type: DocumentationIssues related to improving project documentation or tutorials.Issues related to improving project documentation or tutorials.help wantedAn issue that we would love anyone to help us withAn issue that we would love anyone to help us with
Metadata
Metadata
Assignees
Labels
Good First IssueIndicates issues suitable for newcomers to design or coding, providing a gentle introduction.Indicates issues suitable for newcomers to design or coding, providing a gentle introduction.Platform: WindowsIndicates that the issue or feature is specific to the Windows operating system.Indicates that the issue or feature is specific to the Windows operating system.Priority: HighDenotes issues that require urgent attention and may be blocking progress.Denotes issues that require urgent attention and may be blocking progress.Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.Type: DocumentationIssues related to improving project documentation or tutorials.Issues related to improving project documentation or tutorials.help wantedAn issue that we would love anyone to help us withAn issue that we would love anyone to help us with
Windows refine script arguments
/dand/xno longer match the Linux refine script and causes confusion for those that maintain across both OS's.We introduced a few new arguments in the Linux refine script over the last couple of years
-d <path> path to the data directory-x <name=value> additional configuration parameters to pass to OpenRefine-v <level> verbosity level [from low to high: error,warn,info,debug,trace]and replaced two with different arguments (which should no longer are
/dand/xas above but instead mimic the Linux refine script as--debug enable JVM debugging (on port 8000)--jmx enable JMX monitoring (for jconsole and jvisualvm)To Reproduce
Steps to reproduce the behavior:
refine /d "D:\myOpenRefineWorkspace\"Current Results
refine.bat /?is not consistent with the output from Linux with./refine -hExpected Behavior
both startup scripts should provide identical arguments, except for differences in shell syntax.
Additionally,
/debugand/jmxshould be the corresponding argument syntax inrefine.bat.We should also update our user documentation pages where necessary for Windows to reflect the updated arguments.
Screenshots
Versions
Datasets
Additional context