Member since
06-10-2016
18
Posts
2
Kudos Received
0
Solutions
06-03-2019
03:07 PM
Hello, where I can find updated information upon how to install a small cluster in Azure? Preferably a video. I understand that using cloudbreak looks like the most promising way. After I have my cluster, is it possible to store the parameters and be able to launch the cluster on Azure at will, without having to spend a lot of time configuring the same things? Or even better do you know if there is a way to launch already preconfigured clusters from a blueprint? Say for example that I have a script which automatically provides 5 or 6 VMs on Azure and then launce HDP automatically? Thank you
... View more
Labels:
- Labels:
-
Hortonworks Cloudbreak
11-16-2017
03:21 PM
use <env-var>HADOOP_USER_NAME=${wf:user()}</env-var> in the workflow.xml I found the solution here: https://community.hortonworks.com/content/kbentry/26593/permission-denied-useryarn-accesswrite-oozie-shell.html
... View more
11-15-2017
09:16 PM
hello, I use an oozie shell action to create a file aaaknowledge.txt in /tmp and then copy it to HDFS as per script.sh: echo "`date -u`" >> /tmp/aaaknowledge.txt hadoop fs -copyFromLocal /tmp/aaaknowledge.txt hdfs://sandbox.hortonworks.com:8020/user/maria_dev/oozie/log However the created directory has yarn as owner, thus the user cannot access it. How can I setup user rights for oozie actions?
... View more
Labels:
07-24-2017
07:14 PM
thanks guys, in my case, it is 192.168.163.134 port 2222 It works, but after I had to download and install again the sandbox
... View more
07-20-2017
04:22 PM
Hello, as a matter of fact, it seems that I cannot use the command line for any Hadoop related commands... I have an HDP 2.5 sandbox and I cannot login as hdfs user. I connect through ssh at 192.168.163.134 (as per my VM display), port 22 when I type: su hdfs I get : su: user hdfs does not exist I tried also port 2222 , but I get access denied when I try to login as root/hadoop I also tried to use the built-in web client (http://192.168.163.134:4200) but I receive : 192.168.163.134 refused to connect. any ideas?
... View more
Labels:
06-09-2017
10:16 AM
Hello Is there an archive from where I can download a HDP 2.5 sandbox? currently in https://hortonworks.com/downloads/#sandbox I can find only HDP 2.6 thank you
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
06-08-2017
03:48 PM
thank you Mark
... View more
06-08-2017
03:37 PM
Hello, I currently use spark submit to execute an SBT created jar. How can I automate the process in order to let it start periodically
(i.e. every night or every few hours?) thank you
... View more
Labels:
- Labels:
-
Apache Spark
06-08-2017
03:35 PM
Hello, I currently use spark submit to execute an SBT created jar. How can I automate the process in order to let it start periodically
(i.e. every night or every few hours?) Thank you
... View more
Labels:
- Labels:
-
Apache Spark