Member since
01-04-2016
409
Posts
313
Kudos Received
35
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5770 | 01-16-2018 07:00 AM | |
1933 | 09-13-2017 06:17 PM | |
3861 | 09-13-2017 05:58 AM | |
2423 | 08-28-2017 07:16 AM | |
4186 | 05-11-2017 11:30 AM |
08-01-2016
02:13 PM
6 Kudos
or you can get the HDP version from web UI:- Admin----->>>Stack and Version------>>>>Version And from command line 1)hdp-select 2) yum list installed |grep HDP capture.png
... View more
08-01-2016
01:27 PM
3 Kudos
@Shiv Kumar try this command:- pssh -v -h clusterhost.txt -l root -A -i "touch testing"--------->>>>------->>>>Added ip's in clusterhost.txt And for the hostname this command is works:- pssh -v -h "clusterhost.txt" -A -i "-O StrictHostKeyChecking=no" -l root "touch abc.txt" ------->>>>Added hostname in clusterhost.txt Because this both command works for me. If this this is the your answer, then let's close this.
... View more
07-29-2016
11:46 AM
3 Kudos
I got it :- By default zeppelin store all the file on following path /usr/hdp/current/zeppelin-server/lib/notebook/ in as note.json file. So we just need to copy this folder as a backup and import it to other machine. Thanks for the immediate reply.
... View more
07-29-2016
09:55 AM
Ok thanks, I have single node cluster and I want to reformat the cluster thats why I am looking for sigle command which will help me to take a backup of all hbase table at a time.
... View more
07-29-2016
09:43 AM
If I export the notebook then I have to export one by one is there any way to export all notebook at one time.
... View more
07-29-2016
09:41 AM
2 Kudos
I have one query. Is there any command to take backup off all table at a time or I have to take a backup of table one by one. If yes then please elaborate, Thanks in advance for help.
... View more
Labels:
- Labels:
-
Apache HBase
07-29-2016
09:29 AM
2 Kudos
I am using ambari 2.2. Can anyone please let me know how to take a zeppelin and zeppelin notebook backup . Urgent help is needed.
... View more
Labels:
- Labels:
-
Apache Zeppelin
07-29-2016
06:23 AM
3 Kudos
@subhadeep dutta gupta
No need to unistall the openjdk you can change the jave with alternative command. Perfom follwoing steps to set your java path:- alternatives --install /usr/bin/java java
/usr/java/jdk1.8.0_91/bin/java 2 alternatives --install /usr/bin/javac javac
/usr/java/jdk1.8.0_91/bin/javac 2 alternatives --config java alternatives --config javac java -version Here my java path is /usr/java/jdk1.8.0_91/bin/java , replce this with you java path
... View more