[
https://issues.apache.org/jira/browse/LENS-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997883#comment-15997883
]
Hudson commented on LENS-1417:
------------------------------
SUCCESS: Integrated in Jenkins build Lens-Commit #1403 (See
[https://builds.apache.org/job/Lens-Commit/1403/])
LENS-1417: Add filters in cli create schema command (rajatgupta59: rev
2d3a6cccd259a081d489d4a8d4bb410229b67584)
* (edit)
lens-api/src/main/java/org/apache/lens/api/metastore/SchemaTraverser.java
* (edit)
lens-cli/src/main/java/org/apache/lens/cli/commands/LensSchemaCommands.java
* (edit) lens-cube/src/test/java/org/apache/lens/cube/parse/CubeTestSetup.java
> Add filters in cli create schema command
> ----------------------------------------
>
> Key: LENS-1417
> URL: https://issues.apache.org/jira/browse/LENS-1417
> Project: Apache Lens
> Issue Type: Bug
> Components: client
> Reporter: Rajat Khandelwal
> Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1417.01.patch, LENS-1417.02.patch,
> LENS-1417.03.patch
>
>
> create schema command is useful but it calls create/update for all the schema
> xml files. The following things will be useful:
> * Option to specify entity type filter. e.g. create only cubes
> * Option to specify file name filter. e.g. create only entities having `x` in
> their names
> * Reporting all Failures collectively at the end.
> The general flow in cli is to run a command, then for subsequent runs of the
> same command, one generally tends to use the command history and modify
> existing commands. So although there already exists a way to solve for point
> 2, but it involves writing another command. Having this filter will be
> helpful.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)