Member since
03-04-2019
67
Posts
2
Kudos Received
3
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 6045 | 03-18-2020 01:42 AM | |
| 3865 | 12-16-2019 04:17 AM |
05-26-2020
11:52 PM
@VidyaSargur Thank you for the response and the suggestion, i will create a new thread for my problem.
Edit:
i have created my new question here
Thanks and regards,
Wasif
... View more
03-18-2020
02:39 AM
Hi @Logica . I think you need keep hive-site.xml file into spark - Please follow the below steps for running the hive query or accessing the hive table through pyspark- https://acadgild.com/blog/how-to-access-hive-tables-to-spark-sql Thanks HadoopHelp
... View more
03-03-2020
07:26 AM
1 Kudo
Hi @HadoopHelp Try: describe extended employee; If you use the extended keyword you should get some detailed table information out that includes the following flag: temporary:true Regards, Steve
... View more
02-03-2020
01:28 PM
1 Kudo
Dear Jay what to say excellent answer , you are really one of the best here
... View more
01-21-2020
03:43 PM
Hi @yasminela
Apologies for the temporary unavailability of the HDP Sandbox. The problem appears to have been fully resolved prior to 01-17-2020 and the HDP Sandbox should be available to all for downloading. Let us know if you find that is not the case for you.
Bill
... View more
12-17-2019
07:48 AM
Hi All . here is more Details about above :- https://community.cloudera.com/t5/Support-Questions/HDInsight-Vs-HDP-Service-on-Azure-Vs-HDP-on-Azure-IaaS/m-p/166424 Thanks HadoopHelp
... View more
12-17-2019
05:48 AM
1 Kudo
@Bindal Do the following steps sandbox-hdp login: root root@sandbox-hdp.hortonworks.com's password: ..... [root@sandbox-hdp~] mkdir -p /tmp/data [root@sandbox-hdp~]cd /tmp/data Now here you should be in /tmp/data to validate that do [root@sandbox-hdp~]pwd copy your riskfactor1.csv to this directory using some tool win Winscp or Mobaxterm see my screenshot using winscp My question is where is riskfactor1.csv file located? If that's not clear you can upload using the ambari view first navigate to /bindal/data and then select the upload please see attached screenshot to upload the file from your laptop. After the successful upload, you can run your Zeppelin job and keep me posted
... View more
12-16-2019
04:17 AM
Hi @rohitmalhotra . Thanks!! i found this solution already!!! problem was :- not able to get exact HDFS Path as last post i mentioned . i checked core.site.xml file with Azure HDInsight cluster DFS File path:- Thanks HadoopHelp
... View more
07-26-2019
09:00 AM
Hi @dennisli , I hope You are doing well. Please confirm one time in below fields value what i commented:- <property>
<name>javax.jdo.option.ConnectionDriverName</name>
<value>com.mysql.jdbc.Driver</value> //this is metadata db
</property>
<property>
<name>javax.jdo.option.ConnectionUserName</name>
<value>hive</value> //this is metadata db username
</property>
<property>
<name>javax.jdo.option.ConnectionPassword</name>
<value>mypassword</value> //this is metadatapassword
</property> Thanks HadoopHelp
... View more