Skip to content
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
merged 24 commits into from
Oct 5, 2015

Conversation

hkmoon
Copy link
Member

@hkmoon hkmoon commented Mar 23, 2015

Manager context design is based on bootstrap now.
We can deploy/undeploy datasets in the manager contexts.

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.
@hkmoon
Copy link
Member Author

hkmoon commented Jun 10, 2015

Category and sorted index features are added.

hkmoon added 4 commits August 31, 2015 16:56
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.
@tpietzsch tpietzsch merged commit bcb76e2 into bigdataviewer:hongkee Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants