Displaying 7 results from an estimated 7 matches for "guava".
2009 Jun 03
1
Still can't find missing data - How do I get NA in xtabs with factors?
The problem here is Table doesn't seem to have a way to weigh the data.
> ToyData
Data1 Data2 Data3 Weight
101 Sam Red Banana 1.1
102 Sam Green Banana 2.1
103 Sam Blue Orange 2.1
104 Fred Red Orange 2.1
105 Fred Green Guava 2.1
106 Fred Blue Guava 2.1
107 <NA> Red Pear 50.1
108 <NA> Green Pear 50.1
109 <NA> Blue <NA> 1000.2
> with(ToyData,table(Data1, Data3, useNA = "ifany"))
Data3
Data1 Banana Guava Orange Pear <NA>
Fred 0 2 1...
2009 May 26
3
Still can't find missing data
I'm trying to prepare some cross tabs, looking at a number of variables against a variable "connector" which has 2 values: "OD Passenger" and " Connector".
When I produce a xtabs one way I have observations under "Connector" but against a different variable "Connector" shows all 0 values.
What is wrong? I've looked into the na commands
2011 Mar 03
1
samba 3.5.7 tries to authenticate on ADS by machine name, not username
...cctype: FILE)
credentials were put in: FILE:/tmp/krb5cc_0
Kerberos seems fine...
log.smbd suggests that the system is trying to authenticate with the
client machine name as the username (wtf?).
Here's the section from the log when I try to log in (domain name is
replaced with XXXX, server is guava, client is XXXX-001119):
[2011/03/03 08:20:09.107028, 3] smbd/oplock.c:895(init_oplocks)
init_oplocks: initializing messages.
[2011/03/03 08:20:09.108415, 3]
smbd/oplock_linux.c:224(linux_init_kernel_oplocks)
Linux kernel oplocks enabled
[2011/03/03 08:20:09.109092, 3] smbd/process.c:1485(p...
2015 Oct 13
3
RFC: Introducing an LLVM Community Code of Conduct
While I'm replying to Renato here, that is mostly because there are too
many replies on this subject, and too many of them have wandered off into
other topics.
I want to specifically address the concerns with verbosity. For example:
On Tue, Oct 13, 2015 at 3:52 AM Renato Golin <renato.golin at linaro.org>
wrote:
> I also agree that some descriptions are too verbose, and trying to
2011 Mar 14
0
upgraded samba server causes winXP integrated authentication to fail
....
I then upgraded the Redhat server to RHEL5.3, on which I installed
Samba 3.5.7 (and recently 3.5.8) RPM packages from sernet.
I now cannot authenticate from my windows client using the (locally
logged in) domain user, I have to explicitly state the username and
map the drive using
net use \\guava\share /user:XXXX\geoff.winkless
Logs are below. Servername is guava, client machine is XXXX-001119
If I rename the server the problem disappears, suggesting that there's
a cache somewhere that gives my XP client the wrong information about
the server.
I've tried using nbtstat -R to clea...
2015 Oct 13
2
RFC: Introducing an LLVM Community Code of Conduct
...eed to give them
> ways to get their toes wet without embarrasing themselves too much -
> participate in GSoC, mark problems as "easy to fix", set up a queue for
> incoming patches and make that process transparent (the latter one is really
> hard, I have up on contributing to Guava because the Guava team's
> decisionmaking is entirely inside of Google) - I don't know how much of this
> is already happening in LLVM because obviously I don't need that kind of
> encouragement, but that's what I have seen has worked resp. has not worked.
I think this goe...
2013 Sep 23
0
Unable to execute Java MapReduce (Hadoop) code from R using rJava
...e(pkgPath, "hadoop-hdfs-2.0.0-cdh4.3.0.jar", sep="/"))*
* .jaddClassPath(paste(pkgPath, "slf4j-log4j12-1.6.1.jar", sep="/"))*
* .jaddClassPath(paste(pkgPath, "commons-configuration-1.6.jar", sep="/"))*
* .jaddClassPath(paste(pkgPath, "guava-11.0.2.jar", sep="/"))*
* .jaddClassPath(paste(pkgPath,
"hadoop-mapreduce-client-core-2.0.0-cdh4.3.0.jar", sep="/"))*
* .jaddClassPath(paste(pkgPath, "commons-lang-2.5.jar", sep="/"))*
* .jaddClassPath(paste(pkgPath, "hadoop-auth-2.0.0-cdh...