Displaying 20 results from an estimated 700 matches similar to: "Glustered 2018 schedule"
2017 Dec 22
0
Announcing Glustered 2018 in Bologna (IT)
We are happy to announce that Glustered 2018, a Gluster community meeting,
will take place on March 8th 2018 in Bologna (Italy), back-to-back with
Incontro Devops Italia
(http://2018.incontrodevops.it) and in the same venue as the main event.
http://www.incontrodevops.it/events/glustered-2018/
The tentative schedule will have a (confirmed) keynote by Niels de Vos,
plus technical talks, use
2018 Feb 28
0
Gluster Monthly Newsletter, February 2018
Gluster Monthly Newsletter, February 2018
Special thanks to all of our contributors working to get Gluster 4.0 out
into the wild.
Over the coming weeks, we?ll be posting on the blog about some of the new
improvements coming out in Gluster 4.0, so watch for that!
Glustered: A Gluster Community Gathering is happening on March 8, in
connection with Incontro DevOps 2018. More details here:
2017 Nov 08
1
BLQ Gluster community meeting anyone?
Hello community,
My company is willing to host a Gluster-community meeting in Bologna
(Italy) on March 8th 2018, back-to-back with Incontro Devops Italia (
http://2018.incontrodevops.it) and in the same venue as the conference.
I think that having 2-3 good technical talk, plus some BOFs/lightning
talks/open-space discussions will make for a nice half-a-day event. It is
also probable that one or
2018 Feb 01
0
Gluster Monthly Newsletter, January 2018
Gluster Monthly Newsletter, January 2018
4.0 is coming!
We?re currently tracking for a 4.0 release at the end of February, which
means our next edition will be all about 4.0!
This weekend, we have a busy schedule at FOSDEM with a Software Defined
Storage DevRoom on Sunday -
https://fosdem.org/2018/schedule/track/software_defined_storage/ with
Gluster-4.0 and GD2 - Learn what's in
2018 Jan 01
0
Gluster Monthly Newsletter, December 2017
A New Year?s Eve edition of the monthly happenings in Gluster!
Gluster Summit Recordings
If you missed out on Gluster Summit, our recordings are available on our
YouTube channel in our Gluster Summit 2017 Playlist
https://www.youtube.com/playlist?list=PLUjCssFKEMhUSb2CFNvayyVYbTaagcaeE
Gluster Developer Conversations
Our next hangout is on Jan 16, 15:00 UTC!
Want to sign up?
2012 Aug 28
2
Is glusterfs ready?
Hey,
since RH took control of glusterfs, I've been looking to convert our old independent RAID storage servers to several non RAID glustered ones.
The thing is that I, here and there, heard a few frightening stories from some users (even with latest release).
Any one has experienced with it long enough to think one can blindly trust it or if it is almost there but not yet ready?
Thx,
JD
2009 Oct 28
3
Reading data
Hi User's,
This might be a simple question but it is giving me a hard time as I am a
new user.
I installed R version 2.9.2 (2009-08-24)
1. I just copied a short script from Fox (2002) as a practice and wanted
to save it as Rossi.R.
The system saved it without complain but when I looked at using a windows
explorer it is not *.R file but only Rossi. Why this is happening?
2. the script
2017 Dec 01
0
Community Meeting 2017-11-22
Quick meeting last week:
Just noting that we now have a projects board to note what's in
progress on the Community Issue queue,
https://github.com/gluster/community/projects/1
Glustered announced!
https://github.com/gluster/community/issues/19 has details about the
event, and gluster.org has a public event for this now.
http://www.gluster.org/events/glustered/
Minutes on the wiki:
2018 Apr 04
0
Gluster Monthly Newsletter, March 2018
Gluster 4.0!
At long last, Gluster 4.0 is released! Read more at:
https://www.gluster.org/announcing-gluster-4-0/
Other updates about Gluster 4.0:
https://www.gluster.org/more-about-gluster-d2/
https://www.gluster.org/gluster-4-0-kubernetes/
Want to give us feedback about 4.0? We?ve got our retrospective open from
now until April 11.
https://www.gluster.org/4-0-retrospective/
Welcome piragua!
2017 Aug 17
2
PAM Clustering
Dear Germano,
Thank you for your fast reply,
In the above code, *MYData *is the actual data set.
Do not we need to convert *MYData to *the dissimilarity matrix using
*pam(as.dist(**MYData**), k = 10, diss = TRUE*)* code line?*
*Regards.*
On Thu, Aug 17, 2017 at 2:58 PM, Germano Rossi <germano.rossi at gmail.com>
wrote:
> try this
>
> MYdata <-
2012 Jun 16
2
How to specify "newdata" in a Cox-Modell with a time dependent interaction term?
Dear Mr. Therneau, Mr. Fox, or to whoever, who has some time...
I don't find a solution to use the "survfit" function (package:
survival) for a defined pattern of covariates with a Cox-Model
including a time dependent interaction term. Somehow the definition of
my "newdata" argument seems to be erroneous.
I already googled the problem, found many persons having the
2017 Aug 17
0
PAM Clustering
Sorry, I never use pam. In the help, you can see that pam require a
dataframe OR a dissimilarity matrix. If diss=FALSE then "euclidean" was use.So,
I interpret that a matrix of dissimilarity is generated automatically.
Problems may be in your data. Indeed
pam(ruspini, 4)$diss
write a dissimilaty matrix
while
pam(MYdata,10)$diss
wite NULL
2017-08-17 16:03 GMT+02:00 Sema Atasever
2011 Sep 10
3
Very slow using S4 classes
Hi everybody!
I'm creating an object of a S4 class that has two slots: ListExamples, which
is a list, and idx, which is an integer (as the code below).
Then, I read a data.frame file with 10000 (ten thousands) of lines and 10
columns, do some pre-processing and, basically, I store each line as an
element of a list in the slot ListExamples of the S4 object. However, many
operations after this
2007 Feb 08
1
Zeta and Zipf distribution
Dear R user,
I want to estimate the parameter of ZETA or/and ZIPF distributions
using R, given a series of integer values. Do you know a package
(similar to MASS) or a function (similar to fitdistr) I can use to
estimate the parameter of these distributions using MLE method?
Otherwise do you know a function (which use MLE method to estimate
distribution parameters) that allow me to specify a
2005 Apr 09
1
advice on crafting examples for packages
Folks-
I have developed a package which I am planning on posting to CRAN.
I include examples for each of the 40 or so functions in the package.
However, since the examples are non-trivial and the package is
using MCMC simulation methods, it takes about 20 minutes to run the complete
set of examples on a 2.8 Ghz windows PC. The R process reaches a high
water mark of about 100 MB of memory as
2017 Aug 17
2
PAM Clustering
[This email is either empty or too large to be displayed at this time]
2012 Mar 15
2
Integrate inside function
Dear R users,
first I take this opportunity to greet all the R community for your
continuous efforts.
I wrote a function to calculate the pdf and cdf of a custom distribution
(mixed gamma model).
The function is the following:
pmixedgamma3 <- function(y, shape1, rate1, shape2, rate2, prev)
{
density.function<-function(x)
{
shape1=shape1
rate1=rate1
shape2=shape2
2015 Sep 12
9
[Bug 91986] New: Artifacts in models rendering with GeForce 6150 (NV4x chipsets)
https://bugs.freedesktop.org/show_bug.cgi?id=91986
Bug ID: 91986
Summary: Artifacts in models rendering with GeForce 6150 (NV4x
chipsets)
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component:
2018 Mar 21
2
Run llc with -debug flag
I want to check debug output of "PrologEpilogInserter" machine pass, and I
have seen in the code that there are various `DEBUG` macros added.
However, there is no `-debug` option present for `llc` like it is for
`opt`. Closest option I saw after seeing output of `llc --help-list` is
`-verify-debug-info` but that does not give any output.
Regards,
Meet.
-------------- next part
2008 Mar 10
1
Check errors using R2.6.2
I can successfully "check" a package with source under 2.5.1, including
compiling source files and running examples with no errors or warnings.
when I try with R2.6.2, I get make errors:
making bayesmc.d from bayesmc.c
make[3]:gcc-sjlj: Command not found
etc.
my gcc is version 3.4.2
I'm using Windows XP.
Any thoughts?
thanks!
peter r
................................
Peter