Skip to content

can not run  #8

@GXhua

Description

@GXhua

phpcode:

include "vendor/autoload.php";
$options = array('zkhosts' => 'ld-bp1689qv29zb12203-master2-001.hbaseue.rds.aliyuncs.com:2181,ld-bp1689qv29zb12203-master1-001.hbaseue.rds.aliyuncs.com:2181,ld-bp1689qv29zb12203-master3-
001.hbaseue.rds.aliyuncs.com:2181/solr');
$client = new \Solarium\Cloud\Client($options);
$client->setCollection('ordercollection');
$query = $client->createSelect();
$result = $client->select($query);

PHP Notice: Undefined property: Solarium\Cloud\Core\Zookeeper\ZkStateReader::$zkTimeout in /xinhua/solarium-cloud/src/Solarium/Cloud/Core/Zookeeper/ZkStateReader.php on line 162

Notice: Undefined property: Solarium\Cloud\Core\Zookeeper\ZkStateReader::$zkTimeout in /xinhua/solarium-cloud/src/Solarium/Cloud/Core/Zookeeper/ZkStateReader.php on line 162
PHP Warning: Zookeeper::__construct() expects parameter 1 to be string, array given in /xinhua/solarium-cloud/src/Solarium/Cloud/Core/Zookeeper/ZkStateReader.php on line 162

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions