search for: flume

Displaying 7 results from an estimated 7 matches for "flume".

Did you mean: flame
2018 Feb 25
3
Ingesta y preprocesamiento de datos
...atos de un servidor. El proceso es hacer una consulta en la base de datos, que me dice uqe columnas tengo que coger. Una vez hecha dicha consulta, abrir un csv, coger las columnas que me indicaba esa base de datos y subir el dato concreto del csv a una base de datos. Estoy pensando en usar Apache Flume o similar, pero es en un servidor Windows. ?Que opciones me recomendais? Gracias Jes?s [[alternative HTML version deleted]]
2012 May 09
6
"file not found" under high-contention
Hello, For several years I've been experiencing an intermittent Samba error when running a very intense, highly parallel build/compile jobset. A file is reported as "not found" even though it most certainly exists and re-running the compile jobset always succeeds. Samba version is 3.6.4 running on CentOS 5.8 with 64-bit kernel 2.6.18-308.4.1.el5. Windows side is 64-bit Window
2008 Jun 27
1
Problems exporting graphs
...of the viewer window. Here is the script I am using: > png("Compare.png") > plot(compare$DepthSLI, compare$DischargeSLI, col="blue", xlab = "Average Water Depth (cm)", ylab = "Discharge (m^3/s)", xlim=c(5,40), ylim=c(0.03,0.1), main="Discharge in Flume 1") > dev.off() null device 1 When I do this R simply produces an empty file that produces an error message when I try to open it. I have tried this same script with every file format available under help(device) all with the same result. I am running Ubuntu 8.04 so I unable to s...
2008 Oct 02
1
Contour Plot Aspect Ratio
Hello there, I have a fairly simple request (I hope!) I have produced a filled contour plot like this: library(grDevices) library(gplots) library(plotrix) filled.contour(contour, axes=F, frame.plot=TRUE, color=terrain.colors, ylab= "Length Along Flume (m)", key.title = title(main="Velocity\n(m/s)"), key.axes = axis(4, seq(0, 0.6, by = 0.1)), asp=2, plot.axes = { axis.mult(side=1,mult=0.005,mult.label="Width (cm)") axis(side=2, at=x, labels=colnames(contour)) }) Note the asp=2 argument. I would like to make this plot tw...
2011 Dec 09
1
Samba 3.0, fuse-hdfs and write problems
...kend = tdbsam [hdfs] comment = hhh path = /123 public = yes writable = yes printable = no create mask = 0744 force user = hdfs force group = nobody I want only hdfs exported ;) read-performance with rsync: rsync -av /test/hdfs/user/flume/weblogs/2011-12-07/ . sent 20478888644 bytes received 92606 bytes 17377158.46 bytes/sec total size is 20475835998 (19GB, 16 MB/s) find . -type f |wc -l 4665 plain over rsync -essh .... I get around 20mb/s, so I can live with. But now the part I spent days without a solution: I perform a lot...
2008 Aug 08
1
Axes in filled.contour plots
I am attempting to create a contour plot using R with this code: > contour <- as.matrix(read.csv("contour.csv", row.names=1, header=TRUE)) > library(gplots) > filled.contour(contour, main="Flume 1 Flow Velocities") Now this produces the image/plot that I am looking for perfectly. However, the both axes only go from 0 to 1 instead on of using the row and column names. To rectify this I tried this: > filled.contour(contour, axes=FALSE, frame.plot=TRUE) > matrix.axes <- functi...
2012 Aug 08
0
Revolutions Blog: July roundup
...es the tools (R included) he uses for data science: http://bit.ly/QfCkiU The lpSolveAPI package has powerful mixed-integer programming capabilities, as this cargo optimization example demonstrates: http://bit.ly/QfCiay R is used by more than 500 statisticians at Google, who use Google's "Flume" package to model terabytes of data with R: http://bit.ly/QfCiaC I used the ggmap package to create a map of wineries in Napa valley (http://bit.ly/QfCkiW), and Barry Rowlingson created an interactive version (http://bit.ly/QfCkiX). The SAScii package parses SAS scripts with PROC IMPORT stat...