Member since
06-14-2017
6
Posts
2
Kudos Received
0
Solutions
06-23-2017
11:13 AM
1 Kudo
Any quick help will be really appreciated to find and replace the text in Zeppelin notebooks
... View more
Labels:
- Labels:
-
Apache Zeppelin
06-21-2017
09:24 AM
1 Kudo
Default settings to download the zeppelin notebook is in .json format. What is the method to download the Zeppelin notebook with .R extension?
... View more
Labels:
- Labels:
-
Apache Zeppelin
06-19-2017
09:44 AM
Thanks for the help
... View more
06-19-2017
09:42 AM
When i am trying to use more than 28 left joins in a single query the error is coming "as job aborted" but when trying to restrict the number of joins to 28 its working fine? Do we have any cap on the number of joins that can be used in Zeppelin in a single query ?
... View more
Labels:
- Labels:
-
Apache Zeppelin
06-16-2017
06:09 PM
The play button is already inbuilt in zeppelin which executes the code sequentially. The problem comes when we change the interpreter across different paragraphs then the code gets executed in parallel mode. Need some suggestion/help for the same ?
... View more
06-15-2017
08:15 PM
Hello All, When i am trying to run different paragraphs at one go, i need to get the count of records from a particular data frame using the %r interpreter after the above paragraph got executed where i am trying to read the data frame with specific name, but it is giving me the count of previous saved data frame. eg- total records in abc.csv =100 and def.csv=200 para1 code : data_frame_1= read.df("...../abc.csv) para2 code: count of records = 100 para3 code: data_frame_1 = read.df("...../def.csv) count of records = 100 ideally after reading the data_frame_1 from para3 the count of records should be 200 but since all the para are submitted in bakcend, parallel execution in happening and count of records from abc.csv is coming. Is there any way to execute the paragrphs in sequential manner ? Any help will be really appreciated !! whatsapp number- +919039241113 zeppelin-run-sequential-run.png
... View more
Labels:
- Labels:
-
Apache Zeppelin