Member since
11-04-2016
87
Posts
9
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
9633 | 11-15-2016 07:16 PM | |
3857 | 11-14-2016 08:05 PM | |
5820 | 11-08-2016 05:00 PM |
10-06-2025
10:01 PM
The “Connection Refused” error when trying to SSH into your HDP 2.5 VirtualBox setup is a common issue that usually relates to network settings or authentication. Here are some steps to try: Ensure your VirtualBox network settings are correctly configured—NAT with port forwarding enabled so the SSH port (usually 22) is reachable from your host machine. If port forwarding is set but SSH still refuses connection, try switching the network mode to Bridged Adapter temporarily to check connectivity. Another important step is to reset the root password inside the VM. You can do this by pressing Alt+F5 at the splash screen to open a terminal, then run the command passwd to set a new root password. Use this new password to login via SSH. Make sure the SSH service is running inside the VM. You can check this by running sudo service ssh status or systemctl status sshd. For more detailed steps and troubleshooting, this guide can be helpful on SSH connection error Hope this helps you get SSH access working smoothly!
... View more
03-27-2017
07:30 PM
@Marcy All of them can work. Their access to Hive is commonly done using a Notebook tool called Apache Zeppelin (included in the Hortonworks Data Platform). Hortonworks has many tutorials that can show you step by step on how to connect these: https://hortonworks.com/hadoop-tutorial/using-hive-with-orc-from-apache-spark/ https://hortonworks.com/hadoop-tutorial/getting-started-apache-zeppelin/
... View more
03-14-2017
01:44 PM
I mean yes, i do see this error with single table import... it appears its because of that one column - project_id... Must a table have a key column?
... View more
11-18-2016
11:22 PM
3 Kudos
HDF is best thought of as working with data in motion and HDP as Hadoop, the popular Big Data Platform which in contrast can be seen as data at rest. Both are independent platforms but can are often integrated. When integrated, they are deployed as separate clusters or platforms. Both are open source and Hortonworks provides paid support for each separately. HDF HDF has NiFi, Storm and Kafka (as well as Ambari admin console). These components are used to get data from diverse sources (ranging from social media sites, log files, IoT devices, databases, etc) and send the data to an equally diverse range of target systems. In between, they can transform moving content, make decisions based on moving content, and run analytics on moving content. The actual movement of data is difficult to engineer and these components move data and handle the many challenges in doing so all under the covers with no low-level development needed. See: https://hortonworks.com/products/data-center/hdf/ HDP HDP is more commonly known as the Hadoop or Big Data Platform. It has HDFS, YARN, Map-reduce and Tez processing engines, Hive database, HBase No Sql database, and many other tools to work with Big Data (data in large volumes, wide variety of formats, and fast real-time velocity of arriving on the platform ... the 3 Vs). It stores this data cheaply and flexibly, and uses horizontal scaling of servers to parallel process these 3 Vs of data in a short amount of time (compared to traditional databases which face limits in working with the 3 Vs). What type of processing depends on the out-of-the-box or 3rd party tools used and the use case / business case involved. See: https://hortonworks.com/products/data-center/hdp/ HDF + HDP HDF and HDP are often integrated because HDF is an effective way to get diverse sources of data into HDP to be stored and processed all in one place, to be used by data scientists for example. If this is what you were looking for, let me know by accepting the answer; else, please respond to this answer with further questions and I will follow-up.
... View more
03-17-2017
09:06 PM
any update here? Running into the same issue initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
... View more
11-08-2016
05:23 PM
Thanks so much jss!!! Wow, you are fast!
... View more
11-10-2016
01:53 PM
@Marcia Hon I wrote an HCC article that walks you through the process of increasing the base size of the CentOS 7 docker vm image. This is the preferred method for making these changes. https://community.hortonworks.com/content/kbentry/65714/how-to-modify-the-default-docker-configuration-on.html
... View more