Member since
02-09-2016
559
Posts
422
Kudos Received
98
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2133 | 03-02-2018 01:19 AM | |
3487 | 03-02-2018 01:04 AM | |
2362 | 08-02-2017 05:40 PM | |
2341 | 07-17-2017 05:35 PM | |
1713 | 07-10-2017 02:49 PM |
02-03-2017
03:59 PM
@Ganesan Vetri Did you use the --skipTrash option when you deleted the files? If you don't specify that option, things get moved into a trash can so the space is not immediately freed.
... View more
02-03-2017
03:24 PM
@Colin Cunningham
I found that information on the Azure Marketplace page where you deploy the Sandbox. We need to update the tutorial appropriately.
... View more
02-03-2017
12:30 AM
1 Kudo
@Colin Cunningham It looks like the tutorial has you ssh into port 22. However, the Azure setup page has the following: ssh into the VM by going to http://<hostname/ipaddress>:4200 and
log in with the credentials provided during the setup of offering. Here is the screenshot from my setup: You should also be able to use the web ssh client via the GUI to connect to the shell.
... View more
01-31-2017
03:01 PM
1 Kudo
@Paul Hernandez @jwhitmore John is correct. The sandbox does not expose 50010 by default via Docker which is used internally for both Virtualbox and VMware based sandboxes. If you had a port forwarding rule to Virtualbox, the Docker instance running in that VM still has not exposed that port.
... View more
01-06-2017
10:11 PM
@Wael Horchani You can try setting riskfactor to a float. I've seen a newer version of the tutorial that uses float for that table definition.
... View more
01-04-2017
08:41 PM
1 Kudo
@Maziar Tasbihi Which VM software are you using with Vagrant? Have you checked to see if the ports have been properly forwarded? If the ports are not forwarded to the VM, then you won't be able to access them from the host machine.
... View more
01-04-2017
06:50 PM
@Wael Horchani Earlier in the tutorial, you created the finalresults table using: %spark
hiveContext.sql("create table finalresults( driverid String, occurance bigint,totmiles bigint,riskfactor double) stored as orc").toDF()
As you can see, riskfactor is a double and the error you are getting is a conversion error from double to long. You can try changing the table or recreating it as a Long instead of Double.
... View more
01-04-2017
12:06 AM
4 Kudos
@hitaay HDF 2.0.1 ships with NiFi 1.0.0. HDF 2.1.1 ships with NiFi 1.1.0. You can see the list of all new features across HDF via the release notes here: https://docs.hortonworks.com/HDPDocuments/HDF2/HDF-2.1.0/bk_dataflow-release-notes/content/ch_hdf_relnotes.html. For NiFi specific information, the release notes for NiFi 1.1.0 can be found here: https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.1.0
The short list follows: Core Framework Improvements
User Experience Improvements
Updated Versions of Dependencies
New or Improved Processors
New Utility
Security Improvements
... View more
01-03-2017
06:38 PM
@Neil Morin Excellent, good to hear. Please accept my answer to help others.
... View more
01-03-2017
06:26 PM
@Neil Morin No, that is correct. So you need to connect with WinSCP using port 2222. Virtualbox will forward that port to 22 on the VM.
... View more