[
https://issues.apache.org/jira/browse/FALCON-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14308665#comment-14308665
]
Srikanth Sundarrajan commented on FALCON-790:
---------------------------------------------
{noformat}
dataqa@hydra:~/sriksun$ git clone
https://git-wip-us.apache.org/repos/asf/falcon.git
Cloning into 'falcon'...
remote: Counting objects: 39909, done.
remote: Compressing objects: 100% (18113/18113), done.
Receiving objects: 100% (39909/39909), 20.61 MiB | 410 KiB/s, done.
remote: Total 39909 (delta 15671), reused 33332 (delta 11417)
Resolving deltas: 100% (15671/15671), done.
dataqa@hydra:~/sriksun$ cd falcon/
dataqa@hydra:~/sriksun/falcon$ curl
"https://issues.apache.org/jira/secure/attachment/12689541/12689541_patch01.patch"
| git apply -v
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1650k 100 1650k 0 0 119k 0 0:00:13 0:00:13 --:--:-- 208k
...
dataqa@hydra:~/sriksun/falcon$ export MAVEN_OPTS="-Xmx1024m
-XX:MaxPermSize=256m" && mvn clean install -Ptest-patch,hadoop-2
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.falcon:falcon-ui:0.6-incubating-SNAPSHOT
(/home/dataqa/sriksun/falcon/falcon-ui/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact
org.apache.falcon:falcon-main:pom:0.6-incubating-SNAPSHOT and
'parent.relativePath' points at wrong local POM @ line 21, column 11 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
{noformat}
> Falcon UI to enable entity/process/feed edits and management
> ------------------------------------------------------------
>
> Key: FALCON-790
> URL: https://issues.apache.org/jira/browse/FALCON-790
> Project: Falcon
> Issue Type: New Feature
> Components: ui
> Affects Versions: 0.6
> Reporter: kenneth ho
> Priority: Critical
> Fix For: 0.7
>
> Attachments: 4.4.zip, README.md, create feed_1.png, falcon.log,
> landing.png, new cluster.png, new feed_2.png, new feed_3.png, new feed_4.png,
> patch01.patch, patch02, patch03, patch04
>
>
> Falcon UI is currently read-only. As a step towards enabling a full fledged
> cluster/feed/process management and monitoring UI, the following features
> will be added to the existing UI:
> For the first phase -
> Entity Creation:
> 1. allow to create a new cluster from the UI
> 2. allow to create a new feed from the UI
> 3. allow to create a new process from the UI
> 4. allow to browse and import an entity XML and then edit
> 5. Clone an existing entity and edit.
> Provisioning and managing:
> 1. Submit an entity
> 2. Schedule an entity
> 3. Suspend an entity
> 4. Delete an entity
> For the second Phase -
> 1. integrating with Ambari view for login.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)