-
Notifications
You must be signed in to change notification settings - Fork 4
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
Redesigned and added dataset control functions to /manager context #3
Merged
Conversation
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
…le authentication
Deactivated datasets are hidden in BigDataBrowser
Active/inactive: simply control the access control over the manager web application. It has just flag checking. Deploy/undeploy: deploy new dataset or undeploy the current dataset using the manger web interface. In order to deploy a dataset, type the dataset name and dataset location in the computer. In case of undeploying the dataset, just type the dataset name and click the "undeploy" button.
It is able to read the property file in mvn exec mode.
When users deploy new dataset in /manager context, the context handler should have started.
… number In the /manager context, managers can update dataset information. This dataset information is shown in BigDataBrowser.
…and description However, dataset name and xml path is not possible to be modified because those information is being used in the web server contexts.
If the URL is http://{server}:{port}/category/{categoryName} then, only the category relevant datasets are shown.
…ing/undeploying Even when the dataset is deployed and undeployed, the dataset list file is updated.
Category and sorted index features are added. |
Manager context is provided through https protocol. "-mp 8443" configures the manager https service on 8443 port.
When the user does not provide dataset list file, BigDataServer uses {WorkingDirectory}/.data/list.txt for holding the dataset information internally in order not to lose the inserted datasets through /manager context.
By removing ssl port configuration from Constants class, the port number is treated in Parameter.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Manager context design is based on bootstrap now.
We can deploy/undeploy datasets in the manager contexts.