[GitHub] incubator-zeppelin pull request: Add bullet graph support

2016-01-06 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/336#issuecomment-169435876 Both are different types of charts and this PR is for Bullet Chart. I found this on D3 that i took as a reference to implement in Zeppelin. http

[GitHub] incubator-zeppelin pull request: Add bullet graph support

2015-10-06 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/336#issuecomment-145973086 Including support for line with focus chart. https://cloud.githubusercontent.com/assets/406777/10319930/934afd10-6c25-11e5-992c-3f0d8851c050.png

[GitHub] incubator-zeppelin pull request: Add bullet graph support

2015-10-04 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/336#issuecomment-145413417 Box plot needs 5 data points as input. Range : Bad, satisfactory and good Measure: Actual Value to plot Target: Compare another actual value

[GitHub] incubator-zeppelin pull request: Add support to Bullet Graph.

2015-10-04 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/335#issuecomment-145412968 Invalid pull request, please close it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] incubator-zeppelin pull request: Add support to Bullet Graph.

2015-10-04 Thread deepujain
Github user deepujain closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/335 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-zeppelin pull request: Add bullet graph support

2015-10-04 Thread deepujain
GitHub user deepujain opened a pull request: https://github.com/apache/incubator-zeppelin/pull/336 Add bullet graph support Plots a box graph. Still could not get console.log to work. https://cloud.githubusercontent.com/assets/406777/10271965/e89f586e-6acd-11e5-98db

[GitHub] incubator-zeppelin pull request: Add support to Bullet Graph.

2015-10-04 Thread deepujain
GitHub user deepujain opened a pull request: https://github.com/apache/incubator-zeppelin/pull/335 Add support to Bullet Graph. Bullet graph support. https://cloud.githubusercontent.com/assets/406777/10270667/2afad9ba-6aae-11e5-855a-dc91dec8d703.png";> You can me

[GitHub] incubator-zeppelin pull request: Adding Boxplot

2015-10-03 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/321#issuecomment-145257249 Ruchi, Could you take time to respond to other queries as well. Also am looking to add support for candle stick and unable to get a dev setup to test

[GitHub] incubator-zeppelin pull request: Adding Boxplot

2015-09-30 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/321#issuecomment-144614817 I see build errors with this patch. [INFO] Running "jshint:all" (jshint) task [INFO] [INFO] src/app/notebook

[GitHub] incubator-zeppelin pull request: Adding Boxplot

2015-09-30 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/321#issuecomment-144600165 1. Please explain what kind of data will render this plot. 2. Please explain the code changes (code documentation) so it will enable other graph

[GitHub] incubator-zeppelin pull request: bash commands were not showing up...

2015-08-18 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/225#issuecomment-132369195 https://github.com/apache/incubator-zeppelin/pull/227 On Tue, Aug 18, 2015 at 2:58 PM, Lee moon soo wrote: > You can edit >

[GitHub] incubator-zeppelin pull request: Update index.md

2015-08-18 Thread deepujain
GitHub user deepujain opened a pull request: https://github.com/apache/incubator-zeppelin/pull/227 Update index.md Link to YARN Installation instruction You can merge this pull request into a Git repository by running: $ git pull https://github.com/deepujain/incubator-zeppelin

[GitHub] incubator-zeppelin pull request: bash commands were not showing up...

2015-08-18 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/225#issuecomment-132366509 How do i do that ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] incubator-zeppelin pull request: Zeppelin install instructions and...

2015-08-18 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/192#issuecomment-132298403 https://github.com/apache/incubator-zeppelin/pull/225 http://zeppelin.incubator.apache.org/docs/install/yarn_install.html The bash blocks were

[GitHub] incubator-zeppelin pull request: bash commands were not showing up...

2015-08-18 Thread deepujain
GitHub user deepujain opened a pull request: https://github.com/apache/incubator-zeppelin/pull/225 bash commands were not showing up in its own blocks A new line must be included before ```bash which allows the following code to be displayed as block, otherwise all the code shows

[GitHub] incubator-zeppelin pull request: Zeppelin install instructions and...

2015-08-18 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/192#issuecomment-132263324 When does it go live ? What is the process --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-zeppelin pull request: Zeppelin install instructions and...

2015-08-11 Thread deepujain
Github user deepujain commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/192#issuecomment-130080295 Is there anything else that needs to be modified before this can go live ? --- If your project is set up for it, you can reply to this email and have your

[GitHub] incubator-zeppelin pull request: Update SparkInterpreter.java

2015-08-09 Thread deepujain
GitHub user deepujain opened a pull request: https://github.com/apache/incubator-zeppelin/pull/197 Update SparkInterpreter.java Ability to specify number of executors and number of executors per core. Only by adding above two lines had a actual impact. You can merge this pull

[GitHub] incubator-zeppelin pull request: Zeppelin install instructions and...

2015-08-08 Thread deepujain
GitHub user deepujain opened a pull request: https://github.com/apache/incubator-zeppelin/pull/192 Zeppelin install instructions and connect to YARN Installation instructions to install Zeppelin and connect with existing YARN cluster You can merge this pull request into a Git