[jira] [Updated] (AMBARI-12615) Add Data Visualization to Hive View

2015-08-01 Thread Vivek Ratnavel Subramanian (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-12615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vivek Ratnavel Subramanian updated AMBARI-12615:

Attachment: (was: AMBARI-12615.patch)

 Add Data Visualization to Hive View
 ---

 Key: AMBARI-12615
 URL: https://issues.apache.org/jira/browse/AMBARI-12615
 Project: Ambari
  Issue Type: New Feature
  Components: ambari-views
Affects Versions: 2.2.0
Reporter: Vivek Ratnavel Subramanian
Assignee: Vivek Ratnavel Subramanian
 Fix For: 2.2.0

 Attachments: AMBARI-12615.patch


 There is no existing visualization tool to visualize the result set data in 
 Hive View.
 Hive view should support a visualization tool with the following features.
 1) Ability to visualize result set data in Hive View.
 2) Ability to visualize multiple dimensions in the result set with different 
 types of charts
 3) Support all modern browsers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: Review Request 37003: Add Data Visualization to Hive View

2015-08-01 Thread Vivek Ratnavel Subramanian

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37003/
---

(Updated Aug. 2, 2015, 5:15 a.m.)


Review request for Ambari and Yusaku Sako.


Changes
---

Fixed build error.


Bugs: AMBARI-12615
https://issues.apache.org/jira/browse/AMBARI-12615


Repository: ambari


Description
---

Refer to the description in AMBARI-12615


Diffs (updated)
-

  ambari-web/app/views/main/views/details.js e90cb20 
  contrib/views/hive/pom.xml 39f6848 
  
contrib/views/hive/src/main/java/org/apache/ambari/view/hive/resources/browser/HiveBrowserService.java
 a0d44f5 
  
contrib/views/hive/src/main/java/org/apache/ambari/view/hive/resources/jobs/JobService.java
 526f13f 
  
contrib/views/hive/src/main/java/org/apache/ambari/view/hive/resources/jobs/ResultsPaginationController.java
 18152ad 
  contrib/views/hive/src/main/resources/ui/hive-web/.jshintrc c1fe863 
  
contrib/views/hive/src/main/resources/ui/hive-web/app/components/visualization-tabs-widget.js
 PRE-CREATION 
  
contrib/views/hive/src/main/resources/ui/hive-web/app/controllers/query-tabs.js 
4f5176c 
  
contrib/views/hive/src/main/resources/ui/hive-web/app/controllers/visualization-ui.js
 PRE-CREATION 
  contrib/views/hive/src/main/resources/ui/hive-web/app/initializers/i18n.js 
af5e3a7 
  
contrib/views/hive/src/main/resources/ui/hive-web/app/templates/components/visualization-tabs-widget.hbs
 PRE-CREATION 
  
contrib/views/hive/src/main/resources/ui/hive-web/app/templates/visualization-ui.hbs
 PRE-CREATION 
  contrib/views/hive/src/main/resources/ui/hive-web/app/utils/constants.js 
e4e445a 
  
contrib/views/hive/src/main/resources/ui/hive-web/app/views/visualization-ui.js 
PRE-CREATION 
  contrib/views/hive/src/main/resources/ui/hive-web/bower.json 37ea901 

Diff: https://reviews.apache.org/r/37003/diff/


Testing
---

Tested manually with different datasets of different size. 
Tested switching to visualization tab with multiple SQL tabs having different 
queries. 
Tested switching between the two visualization tabs multiple times.
Tested with upto 3 rows in the resultset with all possible combinations of 
scale and chart types.
Tested with Google Chrome, Safari, Firefox and Internet Explorer 10.
Tested end to end with Ambari Web and Hive View.

Existing Ambari Web unit tests pass.

  6482 tests complete (22 seconds)
  94 tests pending

[INFO]
[INFO] --- apache-rat-plugin:0.11:check (default) @ ambari-web ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: .idea/**
[INFO] Exclude: package.json
[INFO] Exclude: public/**
[INFO] Exclude: public-static/**
[INFO] Exclude: app/assets/**
[INFO] Exclude: vendor/**
[INFO] Exclude: node_modules/**
[INFO] Exclude: node/**
[INFO] Exclude: npm-debug.log
[INFO] 1169 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 1169 licence.
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 49.809s
[INFO] Finished at: Fri Jul 31 18:39:11 PDT 2015
[INFO] Final Memory: 12M/439M
[INFO] 


Thanks,

Vivek Ratnavel Subramanian



[jira] [Updated] (AMBARI-12615) Add Data Visualization to Hive View

2015-08-01 Thread Vivek Ratnavel Subramanian (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-12615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vivek Ratnavel Subramanian updated AMBARI-12615:

Attachment: AMBARI-12615.patch

 Add Data Visualization to Hive View
 ---

 Key: AMBARI-12615
 URL: https://issues.apache.org/jira/browse/AMBARI-12615
 Project: Ambari
  Issue Type: New Feature
  Components: ambari-views
Affects Versions: 2.2.0
Reporter: Vivek Ratnavel Subramanian
Assignee: Vivek Ratnavel Subramanian
 Fix For: 2.2.0

 Attachments: AMBARI-12615.patch


 There is no existing visualization tool to visualize the result set data in 
 Hive View.
 Hive view should support a visualization tool with the following features.
 1) Ability to visualize result set data in Hive View.
 2) Ability to visualize multiple dimensions in the result set with different 
 types of charts
 3) Support all modern browsers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [VOTE] Apache Ambari Release 2.0.2 RC1

2015-08-01 Thread Hitesh Shah
-0

The source seems to include fontawesome fonts which are licensed using SIL Open 
Font License but the license does not account for it.

Ref: http://www.apache.org/legal/resolved.html#category-b

— Hitesh 


On Jul 31, 2015, at 6:47 PM, Alejandro Fernandez alejan...@apache.org wrote:

 Hi,
 
 I have created an Apache Ambari 2.0.2 Release Candidate (RC1). This is a
 maintenance release for branch-2.0.maint
 
 GIT source tag:
 *https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1
 https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-2.0.2-rc1*
 
 Staging site: http://people.apache.org/~alejandro/apache-ambari-2.0.2-rc1/
 
 PGP release key used (signed using 392F57AC):
 http://pgp.mit.edu:11371/pks/lookup?op=vindexsearch=0x2147F220392F57AC
 
 Updated KEYS file: https://dist.apache.org/repos/dist/release/ambari/KEYS
 
 One can look into the issues fixed in this release at
 https://issues.apache.org/jira/browse/AMBARI/fixforversion/12332747
 Total 2.0.2 JIRAs: 12
 Total JIRAs Resolved as Fixed: 12
 
 Vote will be open for 72 hours.
 [ ] +1 approve
 [ ] +0 no opinion
 [ ] -1 disapprove (and reason why)
 
 Here's my vote to start: +1
 
 Here's how to verify the tarball hashes:
 
 git clone --branch release-2.0.2-rc1
 https://git-wip-us.apache.org/repos/asf/ambari.git apache-ambari-2.0.2-src
 cd apache-ambari-2.0.2-src
 git clean -xdf
 cd ambari-web
 npm install
 ulimit -n 2048
 brunch build
 rm -rf node_modules
 mv public public-static
 cd ../..
 tar --exclude=.git --exclude=.gitignore --exclude=.gitattributes -zcvf
 apache-ambari-2.0.2-src.tar.gz apache-ambari-2.0.2-src
 
 # Verify my signature,
 gpg --verify apache-ambari-2.0.2-src.tar.gz.asc
 apache-ambari-2.0.2-src.tar.gz
 gpg: Signature made Fri Jul 31 18:36:49 2015 PDT using RSA key ID 392F57AC
 gpg: Good signature from Alejandro Fernandez (Apache Ambari Release
 Management) alejan...@apache.org
 
 openssl md5 apache-ambari-2.0.2-src.tar.gz 
 apache-ambari-2.0.2-src.tar.gz.md5# and compare to the file I provided
 openssl sha1 apache-ambari-2.0.2-src.tar.gz 
 apache-ambari-2.0.2-src.tar.gz.sha1  # and compare to the file I provided
 
 # I made sure ratcheck passes
 cp -R apache-ambari-2.0.2-src apache-ambari-2.0.2-ratcheck
 cd apache-ambari-2.0.2-ratcheck
 mvn clean apache-rat:check
 
 Thanks,
 Alejandro Fernandez
 Apache Ambari PMC



[jira] [Created] (AMBARI-12616) diffenent gid for hadoop

2015-08-01 Thread lisa liu (JIRA)
lisa liu created AMBARI-12616:
-

 Summary: diffenent gid for hadoop
 Key: AMBARI-12616
 URL: https://issues.apache.org/jira/browse/AMBARI-12616
 Project: Ambari
  Issue Type: Bug
  Components: ambari-web
Affects Versions: 2.1.0
 Environment: RHEL6.6 X86_64
Reporter: lisa liu
 Fix For: 2.1.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-12616) diffenent gid for hadoop

2015-08-01 Thread lisa liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lisa liu updated AMBARI-12616:
--
Description: 
The hadoop gid is not keep the same in all nodes when re-install HDP stack via 
ambari-web.
[root@c16f1n15 ~]# mmdsh -N all id hbase
c16f1n15:  uid=1002(hbase) gid=888(hadoop) groups=888(hadoop)
c16f1n13:  uid=1002(hbase) gid=500(hadoop) groups=500(hadoop)
c16f1n07:  uid=1002(hbase) gid=500(hadoop) groups=500(hadoop)
c16f1n08:  uid=1002(hbase) gid=500(hadoop) groups=500(hadoop)
c16f1n14:  uid=1002(hbase) gid=888(hadoop) groups=888(hadoop)
c16f1n06:  uid=1002(hbase) gid=2600(hadoop) groups=2600(hadoop)


 diffenent gid for hadoop
 

 Key: AMBARI-12616
 URL: https://issues.apache.org/jira/browse/AMBARI-12616
 Project: Ambari
  Issue Type: Bug
  Components: ambari-web
Affects Versions: 2.1.0
 Environment: RHEL6.6 X86_64
Reporter: lisa liu
 Fix For: 2.1.0


 The hadoop gid is not keep the same in all nodes when re-install HDP stack 
 via ambari-web.
 [root@c16f1n15 ~]# mmdsh -N all id hbase
 c16f1n15:  uid=1002(hbase) gid=888(hadoop) groups=888(hadoop)
 c16f1n13:  uid=1002(hbase) gid=500(hadoop) groups=500(hadoop)
 c16f1n07:  uid=1002(hbase) gid=500(hadoop) groups=500(hadoop)
 c16f1n08:  uid=1002(hbase) gid=500(hadoop) groups=500(hadoop)
 c16f1n14:  uid=1002(hbase) gid=888(hadoop) groups=888(hadoop)
 c16f1n06:  uid=1002(hbase) gid=2600(hadoop) groups=2600(hadoop)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (AMBARI-12616) diffenent gid for hadoop after re-install stack

2015-08-01 Thread lisa liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMBARI-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lisa liu updated AMBARI-12616:
--
Summary: diffenent gid for hadoop after re-install stack  (was: diffenent 
gid for hadoop)

 diffenent gid for hadoop after re-install stack
 ---

 Key: AMBARI-12616
 URL: https://issues.apache.org/jira/browse/AMBARI-12616
 Project: Ambari
  Issue Type: Bug
  Components: ambari-web
Affects Versions: 2.1.0
 Environment: RHEL6.6 X86_64
Reporter: lisa liu
 Fix For: 2.1.0


 The hadoop gid is not keep the same in all nodes when re-install HDP stack 
 via ambari-web.
 [root@c16f1n15 ~]# mmdsh -N all id hbase
 c16f1n15:  uid=1002(hbase) gid=888(hadoop) groups=888(hadoop)
 c16f1n13:  uid=1002(hbase) gid=500(hadoop) groups=500(hadoop)
 c16f1n07:  uid=1002(hbase) gid=500(hadoop) groups=500(hadoop)
 c16f1n08:  uid=1002(hbase) gid=500(hadoop) groups=500(hadoop)
 c16f1n14:  uid=1002(hbase) gid=888(hadoop) groups=888(hadoop)
 c16f1n06:  uid=1002(hbase) gid=2600(hadoop) groups=2600(hadoop)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)